/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: left;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: #ca001d; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #ca001d;
		margin: 0 0 10px 0; }
		
	h2 {
		font-size: 18px;
		font-weight: bold;
		color: #ca001d;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #ca001d; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 1016px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 1016px;
		height: 133px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 1016px;
		height: 59px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 59px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 910px;
		padding: 0 53px;
		float: left;
		min-height: 500px;
		background: url(../images/content_bg.jpg) repeat-y; }
	
		/*** CONTENT ***/
		#content {
			width: 611px;
			float: left;
			padding: 0 10px 0 0; }
		
		/*** SIDEBAR ***/
		#sidebar {
			width: 289px;
			float: left;
			background: url(../images/boxBottom.jpg) bottom left no-repeat; }
			
			#sidebarContent {
				width: 269px;
				float: left;
				padding: 0 10px;
				color: #5a5a5a;
				background: url(../images/boxTop.jpg) top left no-repeat; }
				
				ul#latest {
					list-style: none;
					margin: 0 0 20px 0; }
					
					ul#latest li {
						margin: 0 0 10px 0; }
						
						ul#latest li a {
							color: #1d1d1d;
							text-decoration: none; }
		
	/*** FOOTER ***/
	#footer {
		width: 1016px;
		height: 224px;
		background: url(../images/footer_bg.jpg) no-repeat;
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 150px 0 0 40px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 150px 40px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }		
			

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
