body {
	text-align: center;
	background:url(../images/bg-page.gif) top left repeat-x #f9feff;
	}
	
body.home {
	background:url(../images/bg-home.gif) top left repeat-x #f9feff;
	}

#page {
	width:840px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
	}

#header {
	width:600px;
	height:57px;
	}

#header ul li {
	float:left;
	margin-right: 15px;
	list-style:none;
	color:#CCCCCC;
	}

#header ul li a {
	color:#FFCC33;
	}
	
#header ul {
	position:absolute;
	right:0;
	top:7px;
	}

h1 a {
	display: block;
	width: 418px;
	height: 43px;
	text-decoration: none;
	border: 0;
	text-indent: -2000px;
	background: url(../images/logo.gif) top left no-repeat;
	}
	
h1 {
	margin:0;
	padding:0;
	position:absolute;
	top:4px;
	left:0;
	}
	
body.home #mast {
	height:239px;
	width:400px;
	}

#mast-iid {
	background: url(../images/mast-iid.jpg) top left no-repeat;
	width:403px;
	height:239px;
	position:absolute;
	right:15px;
	top:57px;
	}
	
#mast-iid #watch-video {
	position:absolute;
	top:20px;
	right:150px;
	}
	
#mast h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:normal;
	color:#fff;
	margin:0;
	padding-top:4px;
	}
	
body.home #mast h2 {
	padding-top:14px;
	}
	
#content .left ul {
	margin:0 30px 0 0;
	border-top: 1px solid #CCCCCC;
	}
	
#content .left ul li {
	list-style:none;
	border-bottom: 1px solid #CCC;
	padding: 2px 7px;
	}
	
#content .left ul li a {
	text-decoration:none;
	color:#663333;
	}
	
#content {
	padding-top:20px;
	}

#content .right {
	float: right;
	width: 570px;
	padding-bottom:20px;
	}
	
#content .left {
	float:left;
	width: 250px;
	padding-bottom:20px;
	padding-top:10px;
	}
	
#content .right h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#663333;
	border-bottom: 1px solid #CCCCCC;
	width:inherit;
	margin:0 0 15px 0;
	}
	
#content .right img {
	float:right;
	margin:10px;
	}
	
/*Panels*/
.panel{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	height:23px;
	padding-top:5px;
	border:1px solid #CCCCCC;
	cursor:pointer;
	margin-bottom:0px;
}
.panel a{
	text-decoration:none;
	color:#000000;
}
 .panel-up{
	background:url(../images/backtitle-up.gif) no-repeat scroll 10px 5px;
 }
.panel-down{
	background:url(../images/backtitle-down.gif) no-repeat scroll 10px 5px;
}
.panel-target{
	padding:5px;
	background-color:#FFCC66;
	border:1px solid #CCCCCC;
}
.panel-closed{
	display:none;
}
/*End Panels*/
	
#footer {
	clear:both;
	height:400px;
	min-height:400px;
	text-align: center;
	background:#98a1a4 url(../images/bg-footer.gif) top left repeat-x ;
	}
	
html>body #footer {
	height: auto;
}

#footer-content {
	width:840px;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	position:relative;
	}
	
#footer-content p {
	color:#FFF;
	}
	