body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#164871;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 1000px;
}
#main {
	width: 1000px;
	background-image:url(images/background.gif);
	
}
/******************** header ********************/
#header {
	width:950px;
	height:162px;
	margin-left:25px;
	background-image:url(images/onslow_village.jpg);
	display:block;
}
#nav {
	width:944px;
	height:72px;
	margin: 2px 0px 2px 25px;
	background-color:#a5cae5;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#245882;
	width:120px;
	height:36px;
	float:left;
	margin-left:4px;
	margin-bottom:2px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:950px;
	margin-left:25px;
	background-color:#a5cae5;
}
#left {
	float:left;
	width:720px;
	height: 459px;
	overflow: scroll;
	display:inline;
	padding: 10px 0px;
	margin: 20px 20px 20px 20px;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left h2{
	font-size: 12px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:130px;
	height: 459px;
	overflow:scroll;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 20px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:1000px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}

/******************** List item styles for Social Bookmark sites ********************/

li.delicious{ list-style: none;
		background:url("./images/delicious.gif") no-repeat 0 0;
}
li.digg{ list-style: none;
	background:url("./images/digg.gif") no-repeat 0 0;
}
li.reddit{ list-style: none;
		background:url("./images/reddit.gif") no-repeat 0 0;
}
li.facebook{ list-style: none;
		background:url("./images/facebook.gif") no-repeat 0 0;
}
li.stumbleupon{ list-style: none;
		background:url("./images/stumbleupon.gif") no-repeat 0 0;
}

/******************** Link Styles ********************/
a.external,
a[href ^="gopher://"] {
	background: url("./images/external.png") center right no-repeat;
	padding-right: 13px;
}
a[href ^="https://"],
.link-https {
	background: url("./images/external.png") center right no-repeat;
	padding-right: 16px;
}
a[href ^="mailto:"],
.link-mailto {
	background: url("./images/external.png") center right no-repeat;
	padding-right: 18px;
}
a[href ^="news://"] {
	background: url("./images/external.png") center right no-repeat;
	padding-right: 18px;
}
a[href ^="ftp://"],
.link-ftp {
	background: url("./images/external.png") center right no-repeat;
	padding-right: 18px;
}
a[href ^="irc://"],
.link-irc {
	background: url("./images/external.png") center right no-repeat;
	padding-right: 18px;
}
a.external[href $=".ogg"], a.external[href $=".OGG"],
a.external[href $=".mid"], a.external[href $=".MID"],
a.external[href $=".midi"], a.external[href $=".MIDI"],
a.external[href $=".mp3"], a.external[href $=".MP3"],
a.external[href $=".wav"], a.external[href $=".WAV"],
a.external[href $=".wma"], a.external[href $=".WMA"],
.link-audio {
	background: url("./images/external.png") center right no-repeat;
	padding-right: 13px;
}
a.external[href $=".ogm"], a.external[href $=".OGM"],
a.external[href $=".avi"], a.external[href $=".AVI"],
a.external[href $=".mpeg"], a.external[href $=".MPEG"],
a.external[href $=".mpg"], a.external[href $=".MPG"],
.link-video {
	background: url("./images/external.png") center right no-repeat;
	padding-right: 13px;
}
a.external[href $=".pdf"], a.external[href $=".PDF"],
a.external[href *=".pdf#"], a.external[href *=".PDF#"],
a.external[href *=".pdf?"], a.external[href *=".PDF?"],
.link-document {
	background: url("./images/external.png") center right no-repeat;
	padding-right: 12px;
}

