* {
	margin: 0; padding: 0;
}


/* Layout Styles 
============================================================================ */
#container {
	margin: 0 auto; padding: 0;
	width: 800px;
	background-color: #030303;
}

#header {
	width: 800px; height: 174px;
	background: #0A0A0A url(images/banner.jpg) no-repeat;
}

#left {
	float: left;
	width: 162px; height: 404px;
	background: #252525 url(images/leftbar.gif) bottom no-repeat;
}

#content {
	float: left;
	width: 458px; min-height: 404px; height: auto;
	background: #333333;
}

#pageTitle {
	width: 300px; height: 128px;
	margin: 0 auto; margin-top: 27px; margin-bottom: 25px;
	text-align: left;
}

/* Min-height for IE */
* html body #content {
	height: 404px;
}

#navigation {
	float: right; display: inline;
	margin: 0 10px 0 0; 
	width: 160px; height: 404px;
	background: #9F9F9F url(images/navigation_bg.jpg) top no-repeat;
}

#footer {
	clear: both;
	line-height: 11px;
	background: #000000;
}


/* Typography Styles 
============================================================================ */

#content h1 { 
	font: bold 18px Arial, sans-serif; color: #FFF;
	padding: 15px 0 0 15px;
}

#content p { 
	font: 12px Arial, sans-serif; color: #CBCBCB;
	padding: 4px 15px 4px 15px;
}

#footer p { 
	font: 10px Arial, sans-serif; color: #FFF;
	padding: 0 10px 0 10px; line-height: 20px;
	text-align: right;
}

#navigation ul {
	padding: 20px 0 0 0;
}

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

#navigation ul li a {
	margin: 0; padding: 0 0 0 20px;
	width: 140px; display: block;
	font: bold 13px Arial, sans-serif; color: #000;
	text-decoration: none; line-height: 25px;	
}

#navigation ul li a:hover {
	color: #FFF; background-color: #030303;
}
/* Link Styles 
============================================================================ */

a {
	color:#FFFFFF;
	}
	
a:hover, a.activelink:hover {
	color: #000;
	text-decoration: none;
	background-color: #ccc;
}	

a:focus, a:active {
  color: #000;
  background-color : #ccc;
}

.float-left {
	float:left;
	padding: 20px 30px 20px 30px;
}

a img {
	border: 0;
}

blockquote {
	/*width: auto;*/
	width: auto;
	height: auto;
	margin: 30px;
	padding: 5px;
	border: 2px solid #000;
	color: #000000;
}

blockquote h1 {
	background: #000;
	font: bold 14px;
	}
