* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* header styles */
#header {
	height: 123px;
	width: 950px;
	padding-bottom: 1px;
	border: 1px solid #6182aa;
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#container #header a {
	display: block;
	height: 123px;
	width: 940px;

}

#header h1 {

display: none;

}



/* topnav styles */
#topnav {
	background-color: #6182AA;
	height: 30px;
	width: 912px;
	background-image: url(images/navbar.gif);
	text-transform: none;
	padding-right: 20px;
	padding-left: 20px;

}

#topnav li {
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
}
#topnav a {
}
#topnav a:link, #topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topnav a:hover, #topnav a:active {
	color: #D47C18;
	text-decoration: none;
}
#current a:link, #current a:visited, #current a:hover, #current a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

#search {
	margin-left: 400px;
}


#topnav form {
	margin-top: 0px;
	width: 200px;
	display: inline;
}





input.button#searchsubmit {
	background-color: #6182AA;
	color:#FFF;
	width: 33px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 9px;
}





/* Main Container */

#main {
	background-image: url(images/main_home.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7d9f8e;
	font-weight: 100;
	padding-left: 70px;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding-left: 70px;
	
	
/* Featured Blogs */	
}
#featured {
	background-image: url(images/featured2.gif);
	height: 371px;
	width: 310px;
	background-repeat: no-repeat;
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	float: left;
}
#container #featured #toth {
	height: 87px;
	width: 87px;
	float: left;
	margin-top: 22px;
	margin-left: 17px;
	background-image: url(images/to.gif);
}

#container #featured #holmes {
	height: 87px;
	width: 87px;
	float: left;
	background-image: url(images/mel.gif);
	background-repeat: no-repeat;
	margin-left: 17px;
	margin-top: 28px;
}



#container #featured a {
	text-decoration: none;
	font-weight: bolder;
	color: #6182AA;
}
#searchmain {
	height: 400px;
	width: 950px;
}


#featured h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
}
#featured h3 {
	color: #6182AA;
	padding-top: 20px;
	line-height: 15px;
	font-size: 12px;
	padding-right: 10px;
	font-weight: bolder;
	margin-left: 128px;
}
#featured p {
	padding-top: 5px;
	font-size: 10px;
	padding-right: 20px;
	margin-left: 128px;
}

/* Recent Updates */

#recent {
	background-image: url(images/updates.gif);
	height: 371px;
	width: 491px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 70px;
	float: right;
	clear: right;
}

#recent h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
}
#feed {
	width: 445px;
	margin-left: 25px;
	margin-top: 15px;
	height: 300px;
	overflow: auto;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}

#footer {
	background-image: url(images/footer.gif);
	height: 82px;
	width: 950px;
	float: right;
	margin-top: 60px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 420px;
	text-align: center;
	margin-left: 280px;
	margin-top: 20px;
}
#container #footer a {
	color: #FFFFFF;
}

#rssLayer {
	height: 500px;
	width: 500px;
}

