/*-------------------------------------------------------------------
		[Reset Stylesheet]
-------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------------------------------
		[Start Cascading Style Sheet]
-------------------------------------------------------------------*/

body {
	background: #1b1b1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}

#root {
	margin: 0 auto;
	width: 1024px;
}

h1 { }

h2 {
	color:#9cbdbd;
	font-size:200%;
	font-weight:bold;
	text-transform: lowercase;
}

h3 {
	color:#9cbdbd;
	font-size:100%;
	text-transform: uppercase;
	font-weight:bold;
}

p, ul {
	margin-bottom: 20px;
}


a {
	color:#5A85A8;
	font-weight: bold;
}

a:hover {
	text-decoration:none;
}


/*-------------------------------------------------------------------
		[START STICKY CSS FOOTER]
-------------------------------------------------------------------*/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin:0;
	padding:0;
} 

html, body, #root {
	height: 100%;
}

body > #root {
	height: auto; 
	min-height: 100%;
}

#content {
	padding-bottom: 150px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*-------------------------------------------------------------------
		[HEADER]
-------------------------------------------------------------------*/


#header {
	width: 1024px;
	height: 200px;
	background: #fff url(_images/bg_header.jpg) top center repeat-x;
}

#header td {
	min-width: 60px;
}


/*-------------------------------------------------------------------
		[CONTENT]
-------------------------------------------------------------------*/


#content {
	width:960px;
	clear:both;
	margin:0 auto;
}

#content .primaryContent {
	float:left;
	width: 550px;
	padding: 40px;
	background: #fff;
	color: #292929;
}

#content .secondaryContent {
	float: right;
	width: 300px;
	margin-top:40px;
	color: #fff;
}


/*-------------------------------------------------------------------
		[FOOTER]
-------------------------------------------------------------------*/

#footer p {
	width: 255px;
	background: #fff;
	color:#000;
	float:right;
	padding:20px;
	margin-right:62px;
}
