
body {
	margin: 5 0 3 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	/*background: #333 url(../img/bg_tile_l.gif) repeat top left;*/
	/*background: #222 url(../img/bg_tile_l.gif) repeat top left;*/
	background: #888 url(images/graystripebg.gif) repeat top left;
	}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width: 750px;
  	background: #fff ;
	}

#logo {
	/*background: #3874BB url(images/logobgm.jpg) repeat-y ; 
	height: 90px;
	padding: 15px;
	*/
	background: #3874BB url(images/P8160074bg.jpg) no-repeat ;
	height: 124px;
	margin-top: 15px;
	
	
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 250%;
	font-weight: normal;
	color: #fff;
	
	margin: 0;
	}

#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	/*font-size: 82%;*/
	border-top: 1px solid #64A6F3;
	border-bottom: 3px solid #134783;
	/*background: #235C9D url(../img/nav-bg-blue.gif) repeat-x top left;*/
	background: #000050 url(../img/nav-bg-blue.gif) repeat-x top left;
	}

#nav li {
	letter-spacing: .1em;
	font-size: 100%;
	height: 20px;
	color: #555;
	float: left;
	margin: 0;
	padding: 5 1px 5 10;
	list-style: none;
	background: url(../img/nav-li-bg-blu.gif) no-repeat top right;
	}

#nav a:link{ color:#fff;text-decoration:none;
	}

#nav a:visited{ color:white;text-decoration:none;
	}

#nav a:active{ color:white;text-decoration:none;
	}

#nav a:hover{ color:white;text-decoration:underline;
	}

#title {
	clear: left;
	padding: 25px 310px 25px 25px;
	background: #101010 url(../img/h-bg-def.gif) no-repeat bottom right;
	}

#main-body {
	float: left;
	width: 521px;
	}

#content {
	margin: 25px 0;
	padding: 0 25px;
	background: #fff;
	}

#sidebar {
	width: 			219px;
	float: 			right;
	margin: 		0 0 25px 0;
	padding: 		0;
	font-size: 		90%;
	line-height: 	1.5em;
	color: 			#888;
	border:			0px red solid;
	}

#sidebar ul {
	/*background-color: #eee;*/
	margin: 	0 0 0 15px;
	padding:	0;
	}
	
#sidebar li {
	margin:		10px 0;
	}

#footer {
	text-align:center;
	position: relative;
	clear: both;
	margin: 0;
	padding: 20;
	font-size: 90%;
	color: #666;
	background: #000 url(../img/footer-bg.gif) no-repeat top right;
	}
	
.site {
	border: 1px #aaa solid;
	height: 175px;
	padding-left: 10px;
	background-color: #eee;
	margin: 5px 0;
	}	
.sitetext {
	/*float: left;*/
	
	width: 300px;
	}	
.sitepic {
	float: right;
	padding-top: 10px;
	}	
	
.clearit {
	clear:both;
	}	