/*ecu.css*/

body {
	margin: 0;
	background-color: #006666;
	}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 85px;
	border-bottom: solid 1px #00FFFF;
	}

#header h1 {
	position: absolute;
	right: 20px;
	top: 35px;
	font: normal 600 54px arial,sans-serif;
	color: #FF0000;
	}

#menubox {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 120px;
	height: 300px;
	background-color: white;
	}

#menu {
	position: absolute;
	left: 65px;
	top: 140px;
	}
	
#menu a:link, #menu a:visited, #menu a:active { 
	font: normal 600 24px arial, sans-serif;
	text-decoration: none;
	color: #808080;
	}
	
#menu a:hover  { 
	font: normal 600 24px arial, sans-serif;
	text-decoration: none; 
	color: #666666;
	}

#menu a.bottom { 
	font: normal 600 24px arial, sans-serif;
	text-decoration: none;
	color: #FFFFCC;
	}
	
#menu a.current  { 
	font: normal 600 24px arial, sans-serif;
	text-decoration: none; 
	color: #CC0066;
	}

#imagebox {
	position: absolute;
	background: #E6E7E4;
	left: 0px;
	top: 480px;
	width: 116px;
	height: 116px;
	border: 2px solid #CCCCCC;
	}

#box1 {
	position: absolute;
	border: solid 1px #00FFFF;
	top: 430px;
	left: 75px;
	width: 220px;
	height: 200px;
	}
	
#content {
	position: absolute;
	top: 70px;
	left: 270px;
	right: 20px;
	border: solid 1px #00FFFF;
	}

#contentleft {
	position: absolute;
	top: 70px;
	left: 270px;
	}

#contentright {
	position: absolute;
	top: 70px;
	left: 400px;
	}

#content h1 {
	font: normal 800 28px "courier new";
	color: #009999;
	}

#content p, #contentleft p, #contentright p {
	margin-left: 35px;
	margin-right: 20px;
	font: normal 300 13px arial,sans-serif;
	color: #CCCCCC;
	text-align: justify;
	}
	
#content a:link, #content a:visited, #content a:active, 
#contentleft a:link, #contentleft a:visited, #contentleft a:active 
#contentright a:link, #contentright a:visited, #contentright a:active{ 
	font: normal 600 13px arial,sans-serif;
	text-decoration: none;
	color: #CCCCCC;
	}

#content a:hover, #contentleft a:hover, #contentright a:hover { 
	font: normal 600 13px arial,sans-serif;
	text-decoration: none; 
	color: #00FFFF;
	}

#content a.underline {
	font: underline;
	}
	
#content h1 {
	margin-top: 90px;
	margin-left: 35px;
	margin-right: 20px;
	font: normal 600 18px "Lucida Console";
	text-decoration: none;
	color: #CCCCCC;
	}

	
#content h2 {
	margin-left: 35px;
	margin-right: 20px;
	font: normal 600 18px "Lucida Console";
	text-decoration: none;
	color: #CCCCCC;
	}

#ads {
	position: absolute;
	top: 120px;
	left: 800px;
	width: 15%;
	height: auto;
	background-color: #ffc;
	}

#ads h2 {
	margin-left: 10px;
	margin-right: 10px;
	font: normal 600 18px "Lucida Console";
	text-decoration: none;
	color: #999999;
	}
	
#ads p {
	margin-left: 10px;
	margin-right: 10px;
	font: normal 300 12px arial,sans-serif;
	color: #999999;
	}

#ads a:link, #ads a:visited, #ads a:active {
	font: normal 600 13px arial,sans-serif;
	text-decoration: underline;
	color: #000000;
	}

#ads a:hover {
	font: normal 600 13px arial,sans-serif;
	text-decoration: underline;
	color: #CC0066;
	}