html {height:100%;}
h1 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#C3AA9E;
	font-weight: normal;
	text-align:right;
}
h2 {
	color: #755433;
	font-size:48px;
	text-align:center;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 75%;
}
h3 {
	
	text-align:center;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:0px;
	color:#FF0000;
}
body {
	height:100%;
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	
}
#container {
	margin: 0px auto;
	text-align: left;
	background:url(images/containerBG.jpg) top left repeat-y;
	width:895px;
	padding-left:20px;
	padding-right:20px;	
	}	
#content {
	background: #FAEDDD;
	border: 3px solid #653332;		
	color: #333;	
	}
#topBarLeft {
	height:448px;
	width: 217px;
}
#topBarRight {
	float:right;
	height:448px;
	width: 366px;
	background:#653332;
}
#rightSpacer {
	height:96px;
	background: #FAEDDD;
}
#bottomRightbarSpacer {
	height:56px;
	background: #FAEDDD;
	padding-bottom: 22px ;
	}
#logoBox {
	height:150px;
	padding-top:85px;
}
#secondaryLogoBox {
	height:202px;
	float:right;
	background: #653332;
	width: 601px;
}
#secondaryNavBox {	
	height: 30px;	
	padding-top:44px;
	color:#fff;
	width:601px;
	background:	#FAEDDD;
	border-bottom:30px solid #653332; 	
}
#movieHolder {
	float:right;
	height:448px;
	width: 306px;
	background:url(images/mainCenterBG.gif) top left no-repeat;
}
#contentMain {		
	overflow:auto;	
	background: #555;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;	
	width: 400px;
	float:right;
}
#footer {
	padding: 8px;
	background: #653332;
	border-top: 15px solid #C3AA9E;		
	color:#FFFFFF;
	text-align: left;
	height:40px;
	overflow: auto;		
	font-size: 12px;
}
#footerWrap {
	
	border: 0px solid #653332;	
}
#bar {
	height:14px;
	padding-top:4px;
	font-size:14px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	margin-bottom:15px;
	margin-top:10px;
	padding-left:12px;
	padding-right:12px;
	color:#000;
	background: #999;
}
#sidebarLeft {
	width: 540px;	
	color:#333;
	padding:10px;
	height: 500px;	
	font-size: 13px;
	border-left:2px solid #C3AA9E;	
	border-top:2px solid #C3AA9E;
	border-right:1px solid #653332;
	border-bottom:1px solid #653332;
	background:#FFFFFF;			
}
#header {
	height: 15px;	
	text-align: center;	
	padding-right: 25px;
	padding-top: 3px;
}
#sidebarRight {
	color:#333;
	height: 520px;
	width:324px;		
	font-size: 13px;
	border-left: 2px solid #ccc;
	border-top:2px solid #C3AA9E;
	border-bottom:1px solid #653332;
	float:right;			
}
#tinySpacer {
	height:10px;
	background:#FFFFFF;
}
#banner {
	height:245px;
	color:#999999;	
	
}
#bannerLogo {
	height:245px;
	width:284px;
	float:left;	
}
#topper {
	height:75px;
	color:#999999;	
	background:#000;
	padding-left:8px;
}
#feature {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	background:#fff;
	padding:10px;
	}
#thumbWrap {
	width:256px;
	margin-left:25px;
}
#base3 {	
	color:#000;	
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	padding:8px;
	border-bottom:1px solid #ccc;
	background:#999999;
}
#base {	
	color:#000;	
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px;
}
#base2 {
	
	font-weight: bold;
	color:#000;
	line-height: 1.8em;
	font-size:16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:8px;
}
#base2 a {
	font-weight: bold;		
	font-size: 16px;
	margin: 0px;
	color: #000;
	text-align:left;	
}
#base2 a:hover {
	color: #75AE42;
}
#imagebox {
	padding: 5px;
	float:left;
	margin-right:8px;	
	color:#777;
		
}
#main {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;		
	
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;	
	border-bottom:1px solid #653332;	
}

#navbox {	
	height: 39px;
	background: #EAD8CA;
	color:#fff;	
}
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
height:39px;
background:url(images/mnBG.jpg) top left repeat-x
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}



/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:16px;
width:91px;
padding-top:9px;
padding-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/mnBG.jpg) top left repeat-x;
text-decoration:none;
font-weight:bold;
text-align:center;
}

.menu a:hover{
color:#fff;
background:url(images/mnBGhover.jpg) top left repeat-x;
text-decoration:none;
}


#textbox {
	border-top: 1px dotted #333;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;		
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom:0px;
	color:#CCCCCC;	
}
.secondaryheader {	
	font-weight: bold;		
	font-size: 14px;
	margin: 0px;
	color: #6F4140;
	text-align:left;	
}
.tertiaryheader {	
	font-weight: bold;		
	font-size: 16px;
	margin: 0px;
	color: #000;
	text-align:left;	
}
.sf {
	color: #C3AA9E;
	text-align : right;		
	float: right;	
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	font-size: 12px;
	font-weight: normal;
}
.sf a {
	color: #C3AA9E;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.sf a:active {
	color: #C3AA9E;
	font-size: 12px;
	font-weight: normal;
	}	
.sf a:link {
	color: #C3AA9E;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}	
.sf a:hover {
	color: #FAEDDD;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.f {
	color: #fff;
	text-align : left;
	float: left;
	text-indent: 250px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
}
#footer a {
	color: #C3AA9E;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#footer a:link {
	color: #C3AA9E;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#footer a:active {
	color: #C3AA9E;
	font-size: 12px;
	font-weight: normal;
}
#footer a:hover {
	color: #C3AA9E;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.subtitle2 {
	color: #C3AA9E;
	text-align : left;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;	
}
#ln {	
	width:223px;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 14px;	
	background: #77C4BA;
	color: #4A2B29;
	margin-top: 20px;	
}
#ln a {
	font-weight: normal; 
	color: #E7F1F0; 
	text-decoration: none;
	margin-left: 20px;
	}
#ln a:link {
	color: #E7F1F0;
	margin-left: 20px;
	text-decoration: none;
	}		
#ln a:active {
	color: #E7F1F0;
	margin-left: 20px;
	text-decoration: none;
	}	
#ln a:hover {
	color: #E7F1F0; 
	margin-left: 20px;
	text-decoration: underline;
	}
a {
	font-weight: normal; 
	color:#653332;
	text-decoration:none;	
	}
a:link {
	color:#653332;
	text-decoration:none;	
	}		
a:active {
	color:#653332;
	text-decoration:none;	
	}	
a:hover {
	color:#FF0000; 
	text-decoration: underline;
	}
.floatright {
	float: right;
	margin: 0 0 12px 10px;
	clear: right;
}
.floatleft {
	float: left;
	clear: left;
	margin-right:8px;
}
/* remove the bullets, padding and margins from the lists */
.blogMenu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.blogMenu li{
float:left;
z-index:100;
}
/* style all the links */
.blogMenu a, .blogMenu :visited {
display:block;
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
width: 365px;
padding-top:2px;
padding-bottom:2px;
background:url(images/mnBlogBG.jpg) top left repeat-x;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.blogMenu :hover{
color:#fff;
background:url(images/mnBlogBGhover.jpg) top left repeat-x;
}
