
body,td,th {
	background-repeat: repeat;
	text-decoration: none;
	color: #3c3c3c;
	font-family: "Courier New", "Gill Sans", Helvetica, Arial, sans-serif, Didot;
	font-size: 11px;
}
div#header {
	padding-right: 25px;
	margin-left: -12.5px;
	position: absolute;
	text-align: right;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Didot, "Times New Roman";
	background-color: #99cc99;
	width: 100%;
	padding-bottom: 12.5px;
	padding-top: 12.5px; 
	text-transform: uppercase; 
	color: white; 
	font-size: 11px;
	}

div#container { 
	color: #3c3c3c; text-align:left
}

div#content p {
	text-align: left;
	font-family: "Courier New", "Gill Sans", Helvetica, Arial, sans-serif, Didot, "Times New Roman";
	font-size: 11px;
	color: #3c3c3c}

div#menu { 
	height: 100%; 
	padding-right: 12.5px; 
	padding-bottom: 12.5px; 
	padding-top: 12.5px; 
	padding-left: 12.5px; 
	width: 150px; 
	background:white}

div#info { 
	position: static; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	height: 300px; 
	width: 200px; 
	background:yellow
}

div#content {
	position: absolute;
	top: 0px;
	margin-top: 0px;
	margin-left: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px; background:white
}

body {
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #3c3c3c;
	float: none;
}



div#footer{ position: absolute; text-transform: uppercase; padding-left: 5px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px; text-decoration: none; font-size: 11px; background: #ff6666;color: white}
a:link {
	text-decoration: none;
	color: #3c3c3c;
	border: 0px none #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #3c3c3c;
	border: none;
}
a:hover {
	background-color: #333333;
	text-decoration: none;
	color: #3c3c3c;
	border: none;
	
}
a:active {
	text-decoration: none;
	color: white;
	background-color: #3c3c3c;
}
a:selected {
	text-decoration: underline;
	background-color: white;
	color: #ffff3a;
	border: 0px none #FFFFFF;
}
h2{ text-overflow: clip; padding-right: 25px; padding-left: 25px; padding-bottom: 12.5px; padding-top: 12.5px; text-decoration: none; font-size: 11px; background: #ffff3a;color: #3c3c3c}

.image {
	position: fixed;
	top: 180px;
	left: 250px;
	overflow: auto;
}


