body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background:#fff url(../images/grass.jpg) repeat-x fixed bottom center;
	color:#333;
	text-align:center;
}

#container {
	background:url(../images/top-fade.jpg) repeat-x fixed top center;
	margin:0px;
	padding:0px;
}

#outerDiv {
	width:800px;
	margin:0px auto;
}

#header {
	margin:0px;
	padding:10px 30px 10px 0px;
	height:170px;
	position:relative;
	text-align:left;
}

#content {
	margin:0px auto;
	padding:0px;
	background:#FFF;
}

#video {
	margin:0px;
	padding:5px;
	height:400px;
	position:relative;
	text-align:center;
	border-bottom:#F90 2px solid;
}

#content #contentLeft {
	width:270px;
	float:left;
	margin:0px;
	padding:10px 30px 10px 0px;
	text-align:justify;
}

#content #contentRight {
	float:right;
	width:468px;
	padding:0px 10px 10px 20px;
	margin:10px 0 0 0;
	background: #fff;
	border-left:#F90 2px solid;
	min-height:400px;
	text-align:justify;
}

#content #contentRightHome {
	width:258px;
	float:right;
	margin:20px 0px 0px 0px;
	padding:0px 14px 10px 14px;
	background:#DCFBFB;
	border:#0CF 2px solid;
	text-align:justify;
}
	
#content #contentLeftHome {
	float:left;
	width:470px;
	padding:10px 30px 10px 10px;
	margin:0px;
	min-height:400px;
	text-align:justify;
}

#content #contentRightHome2 {
	width:210px;
	float:right;
	margin:20px 0px 0px 0px;
	padding:0px 7px 10px 7px;
	background:#DCFBFB;
	border:#0CF 2px solid;
	text-align:justify;
}
	
#content #contentLeftHome2 {
	float:left;
	width:540px;
	padding:10px 5px 10px 5px;
	margin:0px;
	min-height:400px;
	text-align:justify;
}

#footer {
	clear:both;
	margin:0px auto;
	padding:20px 5px 150px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666;
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1 {
	font-size:18px;
	color:#333;
}

h2 {
	font-size:18px;
	color:#960;
}

h3 {
	font-size:15px;
	color:#333;
}

h4 {
	font-size:15px;
	color:#960;
}

a {
	text-decoration:underline;
	color:#960;
}

p, ul, li, ol {
	line-height:1.2;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:0px;
	color:#333;
}

.clear { clear:both; }

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#F90;
	font-style:italic;
	font-weight:bold;
}

.little {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666;
}