* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	color: #A3A3A3;
	background-color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
}
a {
	text-decoration: none;
	color: #F7A001;
}
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;
}
.hidden {
	display: none;
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: auto auto;
}

/** BEGIN header **/
#header {
	
}
	#header h1 {
	float: left;
	font-size: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: 1px none #333333;
	}
		#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 960px;
	height: 120px;
	outline: none;
	background-image: url(../top_header3.PNG);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
	#header div {
	float: right;
	padding-top: 20px;
	padding-bottom: 15px;
	}
	#header ul {
	list-style-type: none;
	clear: both;
	background-color: #000000;
	height: 30px;
	padding: 0 3px;
	border: 1px solid #242424;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	}
		#header ul li {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0;
		}
		#header ul li a {
			display: block;
			padding: 4px 10px 5px;
			color: #ffffff;
		}
		#header ul li a:hover {
		}
		#header ul li.here a {
		}
/** END header **/

/** BEGIN content **/
#content {
	width: 720px;
	float: left;
}
	#content a:hover {
		color: #FFFF00!important;
	}
	#content .post {
	background-color: #000000;
	border: 1px solid #242424;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding: 10px;
	}
		#content .post h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 4px;
	color: #FFFFFF;
		}
			#content .post h2 a {
				color: #ffffff;
			}
		#content .post .description {
			text-transform: uppercase;
			font-size: 0.8em;
			color: #363636;
			letter-spacing: 1px;
			margin-bottom: 4px;
		}
		#content .post img {
			background-color: #000000;
			padding: 0px;
			border: 1px none #1a1a1a;
			margin-bottom: 0px;
		}
		#content .post p {
			line-height: 25px;
		}
			#content .post p a {
				font-size: 0.9em;
				font-weight: bold;
				margin-left: 10px;
			}
		#content .post .details {
			color: #FFFFFF;
			font-size: 0.9em;
			margin-top: 10px;
		}
			#content .post .details a {
				font-size: 1em;
				margin-left: 0;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 237px;
	float: right;
}
	#sidebar a:hover {
	color: #FFFFFF!important;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	}
	#sidebar ul {
		list-style-type: none;
	}
	#sidebar .about {
	line-height: 1.6em;
	border: 1px solid #242424;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 315px 5px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
		#sidebar .about h2 {
			font-size: 1.2em;
			font-weight: bold;
			color: #ffffff;
			margin-bottom: 2px;
		}
		#sidebar .about p {
			padding-right: 0px;
			margin-bottom: 10px;
		}
		#sidebar .about a {
			font-size: 12px;
			font-weight: normal;
		}
		#sidebar .about form {
			background: url(images/search.gif) no-repeat 0 0;
			height: 19px;
		}
			#sidebar .about form input {
				font-size: 0.9em;
				font-family: Arial;
				border: 1px solid #343434;
				background-color: #343434;
				float: left;
				width: 234px;
				margin: 1px 9px 0 3px;
				color: #9A9A9A;
			}
			#sidebar .about form button {
				width: 49px; height: 19px;
				text-indent: -9999px;
				float: left;
				border: 0;
				background-color: transparent;
			}
	#sidebar .left {
		float: right;
	}
	#sidebar .right {
		float: right;
	}
	#sidebar .box {
	width: 237px;
	height: auto;
	}
		#sidebar .box div {
	background-color: #000000;
	margin-bottom: 4px;
	border: 1px solid #242424;
	margin-top: 4px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
		}
			#sidebar .box div h2 {
				color: #FFFFFF;
				font-size: 12px;
				font-weight: bold;
				margin-bottom: 8px;
			}
			#sidebar .box div ul {
				padding-bottom: 4px;
			}
				#sidebar .box div ul li {
	border-top: 1px dotted #424242;
	line-height: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 22px;
	background-image: url(../images/Plus__Orange%5B1%5D.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
				}
				#sidebar .box div ul li a {
					color: #ffffff;
				}
				#sidebar .box div ul li a:hover { }
			#sidebar .box div ul.post { }
				#sidebar .box div ul.post li {
					padding: 7px 0 !important;
					background: none;
					font-size: 10px;
				}
				#sidebar .box div ul.post img {
					float: left;
					padding: 4px;
					border: 1px solid #5E5E5E;
					background-color: #343434;
					margin: 3px 10px 5px 0;
				}
				#sidebar .box div ul.post a {
					font-size: 10px;
					font-weight: bold;
				}
			#sidebar .rc ul { }
				#sidebar .rc ul li {
					background: none !important;
					padding: 10px 0 !important;
				}
				#sidebar .rc ul li a {
					font-weight: bold;
					color: #FFFFFF!important;
				}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
}
	#footer a:hover {
		color: #F7A001 !important;
	}
	#footer div {
		width: 950px;
		float: left;
		background-color: #000000;
		margin-left: 4px;
		padding: 20px;
		border: 1px solid #1A1A1A;
	}
	#footer div.f {
		margin-left: 0;
	}
	#footer h2 {
		font-size: 1.2em;
		font-weight: bold;
		color: #ffffff;
		margin-bottom: 8px;
	}
	#footer ul {
		list-style-type: none;
	}
		#footer ul li {
	border-top: 1px dotted #424242;
	padding: 2px 0 2px 16px;
	line-height: 1.6em;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
		}
		#footer ul li a {
			color: #ffffff;
		}
	#footer p {
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	border: 1px solid #242424;
	background-color: #1D1D1D;
	}
		#footer p a {
			font-weight: bold;
			color: #ffffff;
		}
/** END footer **/
