body {
	padding: 0;
	margin: 0;
}

#wrapper {
 	background: url('../images/topright.gif') no-repeat top right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    	color : #5E86B8;
	width: 749px;
	height: 150px;
	margin: auto;
}
#header {
 	background: url('../images/topleft.gif') no-repeat top left;
	width: 750px;
	height: 150px;
}
#nav{
   	white-space : nowrap;
   	background-color : #FFFFFF;
   	float : left;
   	color : #5E86B8;
	width : 100%;
	font-size: 10px;
} 
#nav ul{
   	padding : 0;
   	margin : 0;
   	float : right;
}
#nav ul li{
  	display : inline;
	font-size: 10px;
 	border-bottom: 2px solid #AAD4FF;
}
#nav ul li a{
   	padding :3px 10px;
	background-color : #FFFFFF;
   	color : #5E86B8;
   	font-weight : normal;
   	text-decoration : none;
   	float : left;
	font-size: 10px;
 	border-bottom: 2px solid #ffffff;
}
#nav ul li a:hover{
 	border-bottom: 2px solid #AAD4FF;
   	background-color : #ffffff;
   	color : #5E86B8;
}
#content_left {
	width: 200px;
	float: left;
}
#content_center {
	margin-left: 210px;
	margin-right: 210px;
	text-align: left;
}
#content_right {
	width: 200px;
	float: right;
}
/* temp */
#center {
	
}

h1 {
	font-size: 16px;
	text-align: left;
}
#center img {
	padding: 3px;
	margin: 5px 10px;
	border: 1px solid #AAD4FF;
}
#footer {
 	text-align: center;
	height: 150px;
	width: 100%;
 	border-top: 2px solid #AAD4FF;
}
.input {
	border-top: 1px solid #d0d1d2;
	border-right: 1px solid #d0d1d2;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
