/* CSS Document */
  

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3b89af; 
	font-size:small;
	margin: 0px;
	padding: 5px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;

	}
 
a, a:visited  {
	text-decoration: none;
	color: #024363;
	font-weight: bold; }
a:active, a:hover {
	text-decoration: underline;
	color: #2C6E8A;
}

	  
p.address {
	color: #003366;	
	text-align: right;
	font-weight: bold;
	margin:0;
	
}
p.menu {
	text-decoration: none;
	color: #003366;
	font-weight: bold; }

.home {
	text-decoration: none;
	color: #003366;
	font-weight: bold; }	
	
h1 {color: #660000}
h2 {color: #024363; margin-top:3px; }
h3 { font-size:125%;}
h4 {color: #333333; background-color: #CCC; border: 1px solid #000000; padding: 5px; text-align: center; font-size: 115%; }
h5 {font-size:105%; margin:.25em 0;}


.top {
	text-align: right;
	font-size: 90%;
}
#adverts {
	list-style-type: none;
	margin-left: 20px;

}
#adverts li { margin-bottom:.25em;}
#members .top {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align:right;
	float:right;
	clear:right;
}

.center {
	text-align: center;
}
.red {
	color: #990000;
}

#wrap {
	width: 850px;
	margin:0 auto;
}
#header {
	background-color: #FFF;
	margin:0; padding:0;
}
#wrap #content {
	padding:15px 15px 0 15px;
	background-color:#C6D3DA;
	width: 635px;
	clear: right;
	float: right;
}
#wrap #menu {
	width: 160px;
	float: left;
	clear: left;
	padding:15px 0px 10px 15px;
}

#menu ul li {

	list-style-type: none;
	padding: 0px;
	margin: 0.5em 1em 0.5em 0px;
}
#wrap #footer {
	clear: both;
	background-image: url(images/blueskyline.jpg);
	background-repeat: repeat-x;
	min-height:130px;
	padding-top:25px;
	padding-bottom:50px;
	margin-left:170px;
	margin-top:5px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#content .address {
	margin: 25px 0px 10px 10px;
	clear: both;
	float: none;
}
#header #logo {
	margin-left: 20px;
}
#archive td ul {
	margin-top: 0px;
}
#archive h3 {margin:0;}

.smaller {
	font-size: 85%;
}