body{
background:url("images/top.jpg") repeat-x top;

}

.container{
	height:100%;
	width:100%;
}

#left{
	height:100%;
	width:20%;
}

#center{
	height:100%;
	width:60%;
}

#right{
	height:100%;
	width:20%;
}

.main{
	height:100%;
	width:900px;
}

#header{
	height:220px;
	width:100%;
	
	background-image:url("images/logo.jpg"); 
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment:fixed;
}

.inner{
	height:100%;
	width:100%;
}

#upper_in{
	width:100%;
	height:30px;
}

#lower_in{
	width:100%;
	height:190px;
	text-align:center;
}

#logo{
	height:70px;
	width:100%;
	
	background:url("images/center.jpg") no-repeat top center;
}

#contents{
	width:100%;
	
	text-align:center;
}

.cont{
	width:90%;
	height:90%;
	text-align:center;
}

#footer{
	height:50px;
	width:100%;	
	
	text-align:center;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bolder;
}


.results{
	width:90%;
	height:90%;
	text-align:justify;
	
	border-top:1px solid black;
}

#rec, #def{
	border-bottom:1px solid black;
}

#menu{
	display: inline;
	list-style: none;
	text-align:center;
	
	font-family:Verdana;
	font-size:12px;
}

#menu li
{
	border-right: 1px solid #FFD9AE;
	display: inline;
	padding:5px;
}

a:link
{
	color: #FFD9AE;
	text-decoration: none;
}
a:visited
{
	color: #FFD9AE;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#links a:link
{
	color:#622515;
	text-decoration:none;
	
	font-size:15px;
	font-family:Verdana;
	font-weight:bold;
}

#links a:hover
{
	text-decoration:underline;
}

#links a:visited
{
	color:#622515;
	text-decoration:none;
	
	font-size:15px;
	font-family:Verdana;
	font-weight:bold;
}