html {
    scrollbar-base-color: #dee2d4;
    scrollbar-track-color: #fafafa;
	background-color: #fafafa;
}

body {
    background-image: url(line.gif);
	background-repeat: repeat;
	margin: 0px;
}

#container {
    text-align: left;
	width: 790px;
	margin: 20px auto 0px;
	padding-top: 20px;
	background-color: #fafafa;
	color: #303030;
}

img {
    border: 0px;
}

a:link {
    color: blue;
}

a:visited {
    color: purple;
}

a:active {
    color: blue;
}

a:hover {
    color: navy;
}

#camelliaphoto {
    width: 790px;
	height: 208px;
	position: relative;
	top: -40px;
	z-index: 0;
}

#maintitle {
    width: 150px;
	height: 50px;
	position: relative;
	top: -160px;
	left: 230px;
	z-index: 1;	
}

#maintitle h1 {
    font-size: x-large;
	font-family: sans-serif, roman, arial;
	color: #aaaaaa;
}

#container h2 {
    color: #4a6131;
	font-family: sans-serif, Verdana, serif;
	font-style: normal;
	font-size: medium;
}

#container h3 {
    color: #917162;
	font-family: verdana, arial, times new roman;
	font-size: small;
}

#left {
    text-align: center;
	width: 160px;
	padding: 0 5px;
	margin: 0px;
	font-size: small;
	float: left;
	border-right: 3px dotted #939393;
	position: relative;
	top: -150px;
	left: 0px;
	z-index: 2;
}

.left p {
    text-align: left;
	padding-left: 5px;
}

.leftbottom strong {
    padding-bottom: 10px;
	font-style: normal;
}

#description {
    width: 572px;
	margin-left: 198px;
	margin-top: 25px;
	margin-bottom: -110px;
	line-height: 1.2em;
	position: relative;
	top: -150px;
	left: 0px;
	z-index: 1;
}

#description h3 {
    color: brown;
}

#description strong {
    color: #787405;
	font-size: large;
}

#description em {
    color: brown;
	font-size: large;
}

#main {
    text-align: left;
	width: 750px;
	margin: 0px auto -110px;
	position: relative;
	top: -120px;
	left: 0px;
	z-index: 2;
}

#main strong {
    color: darkgreen;
}

#main p {
    color: #202020;
    line-height: 1.3em;
    font-size: 16px;
}

#main em {
    color: brown;
	font-family: sans-serif, arial, serif;
	font-style: normal;
	font-size: 14px;
}

#maincontainer {
    width: 790px;
	position: relative;
	margin: -110px -20px 0px 20px;
	z-index:2;
}

#mainleft {
    float: left;
	width: 365px;
	margin-right: 20px;
}

#mainright {
    float: left;
    width: 365px;
}

#mainleft, #mainright p {
    line-height: 1.2em;
}

#mainleft table {
    background-color: #eeeeeb;
	width: 200px;
	padding: 5px;
	margin-top: 5px;
}

#mainleft td {
    padding-left: 10px;
	padding-top: 5px;
	color: #4c4036;
	font-size: 80%;
}

#mainleft strong {
    color: #917162;
}

#notice {
    line-height: 1.5em;
	width: 750px;
	font-size: 90%;
	color: #303030;
	margin: 0px auto -110px;
	position: relative;
	top: -120px;
	left: 0px;
	z-index: 2;
}

#notice strong {
    color: #f37505;
}

#notice em {
    color: #106c14;
	font-style: normal;
	font-size: medium;
}

.name {
    margin-left: 650px;
	padding-top: 30px;
	padding-bottom: 0px;
}

hr {
    clear: both;
    margin: 15px 0;	
}

#list {
    text-align: center;
    width: 720px;
	font-size: medium;
	color: navy;
	margin-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#list ul {
    height: 30px;
}

#list li {
    display: inline;
	list-style: none;
	margin-right: 15px;
	position: relative;
}

#footer {
    text-align: center;
	font-family: arial, courier, verdana;
	letter-spacing: 2px;
	color: #303030;
	font-size: 70%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
}