/* @override http://www.watercolorado.com/styles/home.css */
* {
	margin:0;
	padding:0;
	}
body {
	background-color:#3B2314;
	text-align:center;
	}
img {
	border:none;
	}	

#container {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
#header {
	width: 960px;
	height:111px;
	background-image:url(../images/Landing_Page/logo.gif);
	}
#header p {
	padding:30px;
	font-family:Verdana, Helvetica, Arial, san-serif;
	font-size:10pt;
	line-height:13pt;
	text-align:right;
	}
#main {
	width:960px;
	height:253px;
	background-image:url(/images/Landing_Page/main.gif);
	}
.mainleft {
	position:relative;
	width:293px;
	height:233px;
	float:left;
	clear:left;
	padding-top:4px;
	padding-left:24px;
	}
.mainleft p {
	font-family: "Times New Roman", Georgia, serif; 
	font-size:14px; 
	line-height:16px;
	text-align:right;
	font-weight:bold;
	}
.mainright {
	position:relative;
	width:600px;
	height:233px;
	float:right;
	clear:right;
	padding-top:20px;
	}
.mainright h1 {
	font-family: "Times New Roman", Georgia, serif; 
	font-size:22px; 
	line-height:24px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	padding-right:40px;
	}
span.titlesmall {
	font-size:18px; 
	}
.mainright p {
	font-family: "Times New Roman", Georgia, serif; 
	font-size:12px; 
	line-height:14px;
	text-align:left;
	padding-right:80px;
	}
.mainright a {
	text-decoration:none;
	color:#003366;
	}
#video {
	width:960px;
	margin-left:-1px;
	}
#menu {
	width:960px;
	margin-left:-1px;
	}
#bottom {
	width:960px;
	margin-left:-1px;
	}
#footer {
	width:960px;
	padding-top:20px;
	}
#footer p {
	font-size:10px;
	font-family: Times, "Times New Roman", Georgia, serif;
	text-align:center;
	color:#FFFFFF;
	}
#footer a {
	text-decoration:none;
	color:#999999;
	}