@charset "UTF-8";
/* CSS Document */

body {
	background:url('../images/bg2.jpg') #98b6ee;
	background-repeat: repeat-x;
	color:#4f699d;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

a:link, a:visited, h1, h2, h3, h4 {
	margin:0;
	padding:0;
	text-decoration:none;
	color:#4F699D;
}


a:link, a:visited {
	margin:0;
	padding:0;
	text-decoration:none;
	color:#abf2a3;
}


a:hover {
	text-decoration:underline;
}


.titlehead {
	padding:10px 0;
	color:#437ce6;

}

.titlehead a:link, .titlehead a:visited {
	padding:10px 0;
	color:#437ce6;
	text-decoration:none;
}

.clear { clear:both; }

#shadow {
	background:url('../images/shadow.png') repeat-y;
	width: 1068px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	background-color:#fff;
	width: 1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#header {
	background:url('../images/header.jpg') no-repeat top;
	width:1040px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#content {
	width:680px;
	height:auto;
	padding:10px;
	float:left;
}

#sidebar {
	width:280px;
	height:auto;
	padding:10px;
	float:left;
	overflow:hidden;
}

#sidead {
	background:#437ce6;
	width:260px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
}

.feature {
	width:680px;
	height:auto;
	background:#3a3c40;
	margin-left:auto;
	margin-right:auto;
	
}

.feature2 {
	width:680px;
	height:auto;
	border-top:dotted #4f699d 2px;
	margin-left:auto;
	margin-right:auto;
	
}



.featureContent {
	background:#8e8f91;
	width:666px;
	height:auto;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 7px 5px 7px
	
	
}

.featureContent2 {
	width:666px;
	height:auto;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0 10px 0;
	/*border-bottom: dotted #4f699d 2px; */
	border-top: dotted #4f699d 2px;
	
	
}


#featureThumb {
	width:auto;
	height:auto;
	float:right;
	padding:2px;
	background:#333;
}

#title {
	width:380px;
	height:60px;
	float:left;
	margin-top:20px;
	margin-left:30px;

}

#ad {
	width:500px;
	height:60px;
	float:right;
	margin-top:20px;
}

#footer {
	
	width:1000px;
	height:auto;
	background: #437ce6;
	padding: 10px 3px;

}

#twitter {
	background:#437ce6;
	width:260px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
	color:#fff
}

#twitter ul {
	list-style:none;
	margin:0;
	padding:0;
	
}

#twitter ul li {
	padding-bottom:5px;
}

#twitter h3 {
	color:#fff;
}

#sidebarTwo {
		
	background:#437ce6;
	width:260px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
	color:#fff;
	text-align:left;
}


#sidebarTwo ul {
	
	list-style:none;
	
}

#sidebarTwo a:link, #sidebarTwo a:visited {
	color:#fff;
}

#sidebarTwo a:hover {
	color:#06F;	
}