/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
html{
	background:url(/assets/templates/2009/images/background-1.jpg) 50% 0% no-repeat #e1cb99;
}
body{
	
	min-height:1000px;
}

#site{
	width:1021px;
	margin-left:auto;
	margin-right:auto;
}
	#header{
		height:210px;
		width:1099px;
	}
	#navcontainer{
		width:1021px;
		font-family:arial;
		margin-left:75px;
	}
		#navcontainer ul li{
			float:left;
			height:39px;
			padding:0px 15px 0px 15px;
			font-weight:bold;
			line-height:2.5em;
			border-right:1px solid #ffffff;
			text-align:center;
		}
			#navcontainer ul li.last{
				border:none;
			}
			#navcontainer ul li a{
				color:#ffffff;
				text-decoration:none;
				
			}
	#content{
		clear:both;
		padding-top:30px;
	}
		#content #video{
			/*background:url(/assets/templates/2009/images/video.jpg) 50% 50% no-repeat;*/
			width:400px;
			height:300px;
			float:left;
			padding-top:30px;
		}
			#content #video img{
				width:370px;
			}
		#content #text{
			float:left;
			margin-top:15px;
			margin-right:15px;
		}
			#content #text img{
				width:360px;
			}
	#footer{
		clear:both;
		padding-top:50px;
	}
		#footer #footer-title{
			width:251px;
			height:38px;
			float:left;
			background:url(/assets/templates/2009/images/stay-connected.gif) 0% 0% no-repeat;
		}
		#footer #footer-pane{
			clear:left;
			height:211px;
			width:961px;
			background:url(/assets/templates/2009/images/footer-background.jpg) 0% 0% repeat-x;
			padding:25px 30px 0px;
		}
			#footer #footer-pane li{
				float:left;
				padding:0px 20px;
			}
		#footer p{
			text-align:center;
			padding:10px;
			font-family:arial;
			font-size:0.83em;
		}