body {
	background-color: #FFFFCC;
}

body, p {
margin:0;
padding:0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-decoration:none;
}

h1,h2,h3,h4,h5 {
  font-weight: bold;
}

#container {
	position: absolute;
       margin: 0;
padding: 0;
	width: 100%;
	height: 100%;
}

 #content {
	padding: 60px;
	padding-right: 40%;
}

#imgbar {
overflow: hidden;
	padding: 0px 5px 0px 5px;
	margin-top: 30%;
	width:100%;
	height:100px;
	border:gray 5px solid;
	border-width: 5px 0 5px 0;
}

#logo {
margin-left:30px;
margin-top: 30px;	
float:left;
	width:30%;
	
}

#links {
	float:right;
	width:50%;
}

#overlay {
	position:absolute;
	width:0px;
	height:100%;
	margin-left:80%;
	border: red 20px solid;
border-color: #660000;
	border-width: 0 0 0 20px;
}

ul, ol {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	link: #666666;
	color: #666666;	
	text-decoration:none;
	list-style: none;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	link: #666666;
	color: #666666;
	text-decoration:none;
}

a {
	text-decoration:none;
}

a:link { 
  	color: rgb(93, 93, 93);
	text-decoration :none;
}
a:visited {
   	color: rgb(93, 93, 150);
	text-decoration: none;
} 
a:active { 
	color: rgb(130, 130, 130);
	text-decoration: none;
} 
a:hover { 
	color: rgb(130, 130, 130);
	text-decoration: none;
 }   

div {
}

img {
border: none;
}
