@charset "UTF-8";
/* CSS Document */
body{
	background-color: #003e5f;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}

h2{
	font-size: 16px;
}
/* @group My Group */

/* @end */

#container{
	 width: 900px;
}

#top{
	height: 12px;
	background-color: #416e83;
	padding: 10px;
	color: white;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #5a5a5a;
}
#browsericons{
	float: left;
	display: inline;
}
#browsericons img{
	border: 0px;
	vertical-align: middle;
}

#top a{
	color: white;
	text-decoration: none;
}

#top a:hover{
	color: white;
	text-decoration: underline;
}

#header{
	height: 90px;
	background-image: url(images/ds3.jpg);
	width:900px;
	margin-right:400px;
	vertical-align:bottom;
}

.tabs{
	float: right;
	list-style-type: none;
	display: inline;
	padding: 0px;
	width: 139px;
	position:relative;
	top:-169px;
	background-image: url(images/tab.jpg);
	background-repeat:no-repeat;
	text-align: center;
	color: white;
}

.tabs a{
	margin-top: 5px;
	text-decoration: none;
	color: white;
	font-size: 15px;
	line-height: 60px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	white-space: normal;
}

.tabs a:hover{
	text-decoration: underline;
	color: #ffddc3;
}

#tab{
	display: inline;
	height: 43px;
	width: 140px;
	background-image: url(images/tabv4.jpg);
}

#tab li{
	width: 140px;
}

#subheader{
	border-bottom: 5px solid #e9d6c7;
	marign-bottom:-169px;
}

#navbar{
	background-color: #79763c;
	height: 20px;
}

#main{
	background-color: #f5f5f5;
	float: left;
	width: 640px;
	padding: 18px;
	font-size: 14px;
	margin-top: -55px;
}
h2 a{
	color: #181818;
	font-size: 22px;
	text-decoration: none;
}
.post p{
	font-size: 14px;
}

#sidebar{
	background-color: #d6c187;
	width: 200px;
	float: right;
	padding: 12px;
	font-size: 13px;
	margin-top: -55px;
}

#sidebar ul{
	list-style-type: none;
	padding: 0px;
}
#sidebar img{
	border: 4px solid #356689;
}
#sidebar li{
	padding: 0px;
	//margin: 0px;
	margin-bottom: 2px;
}
#footer{
	clear: both;
	padding: 15px;
	background-color: #660000;
	color: white;
	font-size: 14px;
}
#footer a{
	color: white;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
#footer li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
}
.clear{
	clear:both;
}