body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 80%;
	line-height: 150%;
	}
body > #menu {
	position: fixed;
	}

img {
	border: 0px;
	}

a:active, a:visited, a:link {
	color:#A0522D;
	text-decoration: underline;
	}

a:hover {
	color: #282C68;
	text-decoration: none;
	}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	font-weight: bold;
	background-color:#C67B2C;
	border-right: 1px solid #000000;	
	font-family: Century Gothic, Tahoma, Arial;
	}

#menutop {
	width: 200px;
	height: 200px;
	border-bottom: 2px solid #000000;
	background-color: #E4E423;
	}

#main {
	width: 540px;
	margin-left: 200px;
	padding: 20px 0px 20px 20px;
	}
#main a:active, #main a:visited, #main a:link {
	color:#A0522D;
	text-decoration: underline;
	}

#main ul {
	margin: 0px;
	padding: 0px;
	}
#main ul li {
	margin: 0px;
	padding: 1px 15px;
	list-style-type: none;
	}

.email {
	margin: 0px 0px 0px 5px;
	font-size: 90%;
	}

#main h1 {
	color: #282C68;
	border-bottom: 1px solid #282C68;
	line-height: 100%;
	font-weight: 150;
	font-family: century gothic, verdana, tahoma, arial;
	letter-spacing: 2px;
	font-size: 160%;
	text-align: right;
	}

#main h2 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #282C68;
	line-height: 100%;
	font-weight: 110;
	font-size: 110%;
	text-align: left;
	}
#main h2 a:active, #main h2 a:visited, #main h2 a:link {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color:#A0522D;
	line-height: 100%;
	font-weight: 110;
	font-size: 110%;
	text-align: left;
	text-decoration: underline;
	}

#main h3 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
	font-weight: 110;
	font-size: 100%;
	text-align: left;
	}
#main h3 a:active, #main h3 a:visited, #main h3 a:link {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color:#A0522D;
	text-decoration: underline;
	}
	
	
/*****************************************/
/******     MENU STYLE      **************/
/*****************************************/
.navcontainer, .navcontainer2 {
	width: 200px;
	}

.navcontainer ul, .navcontainer2 ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
	}

.navcontainer a {
	display: block;
	padding: 3px 10px 3px 15px;
	width: 175px;
	background-color:#C67B2C;
	border-bottom: 1px dashed #282C68;
	}
.navcontainer2 a {
	display: block;
	padding: 0px 10px 0px 15px;
	width: 175px;
	background-color:#C67B2C;
	border-top: 1px dashed #282C68;
	}
.navcontainer a:active {
	padding: 3px 9px 3px 15px;
	width: 175px;
	}

.navcontainer a:link, .navcontainer a:visited {
	color: #000000;
	text-decoration: none;
	}
.navcontainer2 a:link, a:visited {
	color: #282C68;
	text-decoration: none;
	}

.navcontainer a:hover, .navcontainer2 a:hover {
	background-color: #282C68;
	color: #fff;
	}

#topmenu {
	border-top: 1px dashed #282C68;
	}

#L01 .L01, #L02 .L02, #L03 .L03, #L04 .L04, #L05 .L05, #L06 .L06,
#L07 .L07, #L08 .L08, #L09 .L09, #L10 .L10, #L11 .L11 {
	color: #000000;
	background: #E4E423 no-repeat 0.2em;
	}
#L12 .L12 {
	color: #282C68;
	background: #E4E423 no-repeat 0.2em;
	}
	
	
