/* -----------------Begin Base Structure----------------- */


	body {
	background-color: #000000;
	color: #bbbbbb;
	margin: 0px;
	font-family: helvetica;
	font-size: 12px;
	background-image: url(http://shady-designz.com/images/bg.jpg);
	background-repeat: x-repeat;
	background-position: center;
	}
	
	img {
	vertical-align: middle;
	border: 0px;
	}


/* -----------------End Base Structure----------------- */


	#sidebar {
	padding: 0px;
	}
	
	#sidebar ul {
	padding-left: 15px;
	margin: 0px;
	}
	
	#sidebar B {
	color: #ffffff;
	}
	
	#sidebar li {
	padding: 0px;
	margin-bottom: 2px;
	list-style: square;
	font-size: 10px;
	}
	
	a.menu {
	display: inline-block;
	padding: 4px;
	margin-right: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: uppercase;
	background-color: #e9cd4e;
	color: #fff;
	text-shadow: 1px 1px 1px #a2903e;
	text-decoration: none;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	-moz-border-radius: 4px;
	}
	
	a.menu:hover {
	display: inline-block;
	padding: 4px;
	margin-right: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: uppercase;
	background-color: #e0c239;
	color: #fff;
	text-shadow: 1px 1px 1px #766a33;
	text-decoration: none;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	-moz-border-radius: 4px;
	}	
	
	#sidebar a {
	color: #fff;
	text-decoration: none;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	}
	
	#sidebar a:hover {
	color: #fff;
	text-decoration: none;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	}
	
	.sidebox {
	padding: 10px;
	background-color: #222;
	border: 0px solid #222222;
	-moz-border-radius: 4px;
	margin-top: 10px;
	font-size: 11px;
	}
	
	.sideheader {
	text-transform: uppercase;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 4px;
	}
	
	#news {
	padding-top: 130px;
	}
	
	#news a {
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
	#news a:hover{
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
	.title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	display: block;
	}
	
	.subtitle {
	color: #ffffff;
	font-size: 10px;
	display: block;
	}
	
	.news {
	padding-top: 10px;
	color: #dddddd;
	line-height: 18px;
	font-size: 11px;
	display: block;
	}
	
	.newsbox {
	padding: 10px;
	background-image: url(newsbg.png);
	background-repeat: x-repeat;
	}

blockquote {
margin-left: 0px;
margin-right: 30px;
padding: 7px;
background-image:url(images/quotebg.jpg);
-moz-border-radius: 10px;
color: #ffffff;
}