body {
	font: 				100% Verdana, Arial, Helvetica, sans-serif;
	color:				#FFF;
	font-color:			#fff;
	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: 				#000000;
	background-image:	url(../Images/Homepage/bg.jpg);
	background-repeat:	repeat-x;
	background-color:	#000;
}

.OneCol #container {
	width: 				950px;
	margin: 			0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: 		center; /* this overrides the text-align: center on the body element. */
}
.OneCol #mainContent {
	padding: 			0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a{
	color:				#00aeff;
	text-decoration:	none;
}

a:hover, a.current{
	color:				#00aeff;
}


/*---Navigation---*/

#nav{
	margin:				0 0 5px 0;
	padding:			5px;	
	
}

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

#nav ul li{
	display:			inline;
	margin:				0 1px 0 0;
	padding:			24px 50px;
}

#nav ul li a{
	display:			inline-block;
	color:				#fff;
	text-decoration:	none;
}

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


/*---Quotes---*/

#quote{
	border-bottom:			#333 solid 1px;
	background-image:	url(../Images/Homepage/quotes.png);
	background-position:top-left;
	background-repeat:	no-repeat;
	padding:			25px;
	text-align:			right;
	margin: 			0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:				80%;
}

.quote{
	font:				"Times New Roman", Times, serif;
	font-size:			20px;
	color:				#999;

}

/*---Quotes---*/

#footer{
	background-image:	url(../Images/Homepage/quotes.png);
	background-position:top-left;
	background-repeat:	no-repeat;
	padding:			25px;
}

/*---Footer---*/
.footer	{
	clear:				both;
	height:				56px;
	margin:				0;
	font-size:			12px;
}

.footer ul{
	width:				950px;
	display:			inline-block;
	margin:				0px auto;
	text-align:			center;
	padding:			15px;
	color:				#999;
}

.footer ul li{
	display:			inline;
	margin:				10px;
}


#flashcontent {
		font-color:		#fff;
		with:			900px;
		height:			800px;
		margin:			0px;
		padding:		0px;
}

#flashcontent2 {
		background-color:#C03;
}
