* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #ffffff;
	background-color: #000000;
}
a {
	color: #013F6F;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
	padding-bottom: 15px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 262px;
	background: url(../images/navigation.gif) repeat-x 0 bottom;
}
	#header h1 {
		float: left;
	}
		#header h1 a {
			display: block;
			width: 970px; height: 202px;
			text-indent: -9999px;
			outline: none;
			background: url(../images/logo.gif) no-repeat 0 0;
		}
	#header .ad {
		float: right;
		border: 1px solid #3C3C3C;
		margin-top: 22px;
	}
	#header .pages {
		clear: both;
		list-style-type: none;
		height: 30px;
		border-right: 1px solid #0462A9;
		padding-left: 2px;
		background: url(../images/divider.gif) no-repeat 0 1px;
	}
		#header .pages li {
			float: left;
			font-weight: bold;
			padding: 1px 2px 0 0;
			background: url(../images/divider.gif) no-repeat right 1px;
		}
		#header .pages li a {
			color: #ffffff;
			display: block;
			padding: 7px 15px;
			text-decoration: none;
		}
		#header .pages li.here a {
			background: url(../images/active.gif) repeat-x 0 1px;
		}
		#header .pages li a:hover {
			color: #7FFCFD;
		}
		
		/** begin pages submenu **/
		#header .pages li ul {
			clear: both;
			position: absolute;
			list-style-type: none;
			display: none;
			z-index: 200;
			height: auto;
			padding-top: 1px;
			border-bottom: 1px solid #ffffff;
			margin-left: -2px;
		}
			#header .pages li ul li {
				clear: both;
				margin: 0 !important;
				background: #013F6F none !important;
				border-width: 1px 1px 0;
				border-style: solid;
				border-color: #ffffff;
			}
			#header .pages li ul li a {
				font-size: 12px !important;
				padding: 2px 8px !important;
				line-height: 1.5em;
				width: 170px;
			}
		/** end pages submenu **/
		
	#header .categories {
		clear: both;
		list-style-type: none;
		height: 30px;
		font-weight: bold;
	}
		#header .categories li {
			float: left;
			padding: 2px 0 1px;
		}
		#header .categories li a {
			color: #2C5F87;
			display: block;
			padding: 7px 15px 6px;
			text-decoration: none;
			border-right: 1px solid #8FADC3;
		}
		#header .categories li a:hover {
			color: #000000;
		}
		
		/** begin categories submenu **/
		#header .categories li ul {
			clear: both;
			position: absolute;
			list-style-type: none;
			display: none;
			z-index: 200;
			height: auto;
			padding-top: 1px;
			border-bottom: 1px solid #ffffff;
			margin-left: -2px;
		}
			#header .categories li ul li {
				clear: both;
				margin: 0 !important;
				background: #B3CDE0 none !important;
				border-width: 1px 1px 0;
				border-style: solid;
				border-color: #ffffff;
			}
			#header .categories li ul li a {
				font-size: 12px !important;
				padding: 2px 8px !important;
				line-height: 1.5em;
				width: 170px;
				border: 0;
			}
		/** end categories submenu **/
		
/** END header **/

/** BEGIN body **/
#body {
	background-color: #EEEEEE;
	color: #363636;
	padding: 15px;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 611px;
	float: left;
}
	#content .featured {
		width: 605px; height: 300px;
		border: 3px solid #313131;
		overflow: hidden;
		position: relative;
		margin-bottom: 12px;
		background-color: #000000;
	}
		#content .featured .photo {
			list-style-type: none;
		}
			#content .featured .photo li {
				position: absolute;
				top: 0; left: 0;
				display: none;
			}
			#content .featured .photo li.first {
				display: block;
				
			}
			#content .featured .photo li img {
				width: 605px;
			}
		#content .featured .text {
			list-style-type: none;
		}
			#content .featured .text li {
				background: url(../images/shade.png) repeat 0 0;
				color: #ffffff;
				width: 200px; height: 283px;
				padding: 10px;
				position: absolute;
				top: 0; right: -251px;
				z-index: 100;
			}
			#content .featured .text li.first {
				right: -1px;
			}
			#content .featured .text li a {
				text-decoration: none;
				color: #0191FE;
			}
			#content .featured .text li h2 {
				font-size: 1.4em;
				font-weight: normal;
				margin-bottom: 8px;
			}
				#content .featured .text li h2 a {
					color: #ffffff;
				}
			#content .featured .text li p {
				line-height: 1.4em;
				margin-bottom: 8px;
			}
			#content .featured .text li .links {
				margin-bottom: 0;
				font-size: 0.8em;
				font-weight: bold;
				text-transform: uppercase;
				line-height: 2.2em;
			}
				#content .featured .text li .links a {
					outline: none;
				}
	#content .category {
		width: 200px;
		float: left;
	}
		#content .category .box {
			background-color: #ffffff;
			border: 1px solid #DCDCDC;
			padding: 7px;
			margin-top: 12px;
		}
		#content .category div.first { margin-top: 0; }
			#content .category .box h2 {
	background: url(../images/header.gif) repeat-x 0 0;
	color: #ffffff;
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
			}
			#content .category .box ul {
				list-style-type: none;
				padding-bottom: 4px;
			}
				#content .category .box ul li {
					font-size: 0.9em;
					line-height: 1.5em;
					clear: both;
					padding: 10px 3px 0;
				}
				#content .category .box ul li.first {
					padding-top: 0;
				}
				#content .category .box ul li a {
					font-weight: bold;
					text-decoration: none;
					margin-bottom: 5px;
					display: block;
				}
				#content .category .box ul li img {
					width: 50px;
					float: left;
					margin: 5px 5px 5px 0;
				}
			#content .category .box .search {
				width: 183px; height: 19px;
				background: url(../images/search.gif) no-repeat center;
			}
				#content .category .box .search input {
					float: left;
					border: 0;
					font-size: 0.9em;
					font-family: Verdana;
					color: #606060;
					width: 142px;
					margin: 3px 4px;
					background-color: transparent;
				}
				#content .category .box .search button {
					float: right;
					border: 0;
					text-indent: -9999px;
					width: 30px; height: 19px;
					background-color: transparent;
				}
				#content .category .box p.note {
					padding-top: 10px;
					font-size: 0.9em;
				}
	#content .recent {
	width: 383px;
	float: right;
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	padding: 7px;
	}
		#content .recent h2 {
			background: url(../images/header.gif) repeat-x 0 0;
			color: #ffffff;
			font-size: 0.9em;
			padding: 4px 5px 10px;
		}
			#content .recent h4 {
			background: url(../images/header.gif) repeat-x 0 0;
			color: #ffffff;
			font-size: 14px;
			padding: 4px 5px 10px;
		}
		#content .recent ul {
			list-style-type: none;
		}
			#content .recent ul li {
				line-height: 1.4em;
				clear: both;
				padding: 0 3px 8px;
			}
			#content .recent ul li a {
				font-weight: bold;
			}
			#content .recent ul li p {
				padding-top: 5px;
			}
			#content .recent ul li img {
				width: 100px;
				float: left;
				margin: 4px 5px 5px 0;
			}
			#content .recent2 {
	width: 600px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	padding: 7px;
	}
		#content .recent2 h2 {
			background: url(../images/header.gif) repeat-x 0 0;
			color: #ffffff;
			font-size: 0.9em;
			padding: 4px 5px 10px;
		}
		#content .recent2 ul {
			list-style-type: none;
		}
			#content .recent2 ul li {
				line-height: 1.4em;
				clear: both;
				padding: 0 3px 8px;
			}
			#content .recent2 ul li a {
				font-weight: bold;
			}
			#content .recent2 ul li p {
				padding-top: 5px;
			}
			#content .recent2 ul li img {
				width: 250px;
				float: left;
				margin: 4px 5px 5px 0;
			}


						#content .recent3{
	width: 600px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	padding: 7px;
	}
		#content .recent3 h2 {
			background: url(../images/header.gif) repeat-x 0 0;
			color: #ffffff;
			font-size: 0.9em;
			padding: 4px 5px 10px;
		}
		#content .recent3 ul {
			list-style-type: none;
		}
			#content .recent3 ul li {
				line-height: 1.4em;
				clear: both;
				padding: 0 3px 8px;
			}
			#content .recent3 ul li a {
				font-weight: bold;
			}
			#content .recent3 ul li p {
				padding-top: 5px;
			}
			#content .recent3 ul li img {
				
				float: left;
				margin: 4px 5px 5px 0;
				
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 317px;
	float: right;
}
	#sidebar .box {
		background-color: #ffffff;
		border: 1px solid #DCDCDC;
		padding: 7px;
		margin-top: 12px;
	}
		#sidebar .box h2 {
			background: url(../images/header.gif) repeat-x 0 0;
			color: #ffffff;
			font-size: 0.9em;
			padding: 4px 5px 10px;
		}
		#sidebar .box ul {
			list-style-type: none;
			overflow: hidden;
			padding: 0 3px;
		}
			#sidebar .box ul li {
				line-height: 1.6em;
				padding: 2px 0;
				border-top: 1px dotted #DCDCDC;
			}
			#sidebar .box ul li a {
				color: #363636;
				text-decoration: none;
			}
			#sidebar .box ul li a:hover {
				color: #ff0000;
			}
		#sidebar .box .popular {
			padding-bottom: 7px;
		}
			#sidebar .box .popular li {
				border-top: 0;
				font-size: 0.9em;
			}
			#sidebar .box .popular li a {
				color: #013F6F;
				text-decoration: underline;
				font-weight: bold;
			}
	#sidebar .ad {
		padding-bottom: 5px;
		margin-top: 0;
	}
		#sidebar .ad p {
			font-size: 0.8em;
			padding-top: 5px;
			text-align: right;
			line-height: 1em;
		}
	#sidebar .side {
	width: 315px;
	}
		#sidebar .side ul li {
			font-size: 0.9em;
		}
	#sidebar .l { float: left; }
	#sidebar .r { float: right; }
/** END sidebar **/

/** BEGIN footer **/
#footer {
	background-color: #013F6F;
	color: #ffffff;
	font-size: 0.9em;
	height: 30px;
}
	#footer p a {
		color: #ffffff;
	}
	#footer .copyright {
		float: left;
		padding: 8px;
	}
	#footer .links {
		padding: 8px 20px;
		float: right;
	}
	#footer .subscribe {
		display: block;
		float: right;
		background: #001F37 url(../images/rss.gif) no-repeat 12px 8px;
		padding: 9px 10px 8px 30px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
/** END  **/
