body {
	font-family: 		Century Gothic, sans-serif;
	margin: 			0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 			0;
	text-align: 		center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 				#333;
	height: 			100%;
	background-image:	url(../Images/Header%20Images/bg_header2.png);
	background-repeat:	repeat-x;
	background-color:	#eaeaea;
}

#container {
	width: 				970px;
	margin: 			0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: 		left; /* this overrides the text-align: center on the body element. */
}


a{
	color:				#f00;
	text-decoration:	none;
	-webkit-transition: color 1s ease-in;
}

a:hover, a.current{
	color:				#f00;
	text-decoration:	underline;
}



#header{
	margin:				20px 10px 0px 10px;
	height:				70px;

}

#logo{
	float:				left;
	padding-left:		40px;
	width:				242px;
	height:				40px;	
	background-image:	url(../Images/Red_Logo.png);
	background-repeat:  no-repeat;
}

/*---Navigation---*/

#nav{
	margin:				0;
	padding:			10px;	
	float:				right;
	
}

#nav ul{
	font-size:			14px;
	margin:				0;
	padding:			0;
	text-align:			center;
	list-style-type:	none;
}

#nav ul li{
	display:			inline;
	margin:				0 1px 0 0;
	padding:			5px 20px;
}

#nav ul li a{
	display:			inline-block;
	color:				#fff;
	text-decoration:	none;
	text-shadow:		0 1px 1px rgba(0, 0, 0, 0.5);
}

#nav ul li a:hover,#nav ul li a.current{
	color:				#f00;
}


#mainImage{
	width: 				100%;
	margin: 			0 auto;
	padding: 			10px 0 10px 0;
}

#latest{
	margin: 			0 auto;
}


#main{
	width: 				100%;
	margin: 			0 auto;
	padding: 			0;
	background-image: 	url(../Images/Homepage/BG_lines.gif);
	background-repeat:	repeat;
	border-bottom:		#CCC thin solid;
}

#columns{
	width:				970px;
	text-align:			center;	
	margin: 			0 auto;
	padding:	 		0;
	
}

#section{
	float:				left;
	width:				310px;
	margin:				10px 0px 10px 10px;
}


.red{
	color:				#f00;
}

h1{
	font-size:			24px;
	font-weight:		lighter;
	text-align:			left;
	margin-bottom:		-15px;
}

p{
	font-weight:		lighter;
	font-size:			16px;
	text-align:			left;
	padding:			0;
}

#thumb{
	margin-bottom:		-10px;
}



#footer{
	color:				#999;
}

#footer h1{
	font-size:			18px;
	margin:				0 0 10px 0;
}

#footer p{
	font-size:			12px;
}

#footer_left{
	float:				left;
	width:				640px;
	height:				70px;
	margin:				0 0 10px 10px;
}

#footer_right{
	float:				right;
	width:				310px;
	height:				70px;
	margin:				0 0 10px 10px;
}


#clear {
	clear:				both;
}
