

body 
{
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size:12px;
}

#wrapper {
}

/* Header
*/

#header {
width:1000px;
height:95px;
}

#logo_text {
float:left;
padding-top:35px;

}

#logo_image {
float:right;
padding-top:15px;
}

/* Navigation Main
*/
#nav_container {
	height:65px;
	width:1000px;
	background-color:#FFFFFF;
}

ul#navlist {
float:left;
padding:0px;
margin:0px;
}

#navlist li {
display:inline;
padding-right:40px;
list-style-type: none;

}

#navlist a:hover
{
color: #fa7f00;
text-decoration: none;
}

/*
	Content
*/
#content {

width:1000px;
height:300px;
}

.column_1 { 
float:left; 
width:150px; 
height:300px; 
}

#title {
float:left;
padding-left:0px;
}

.column_2 { 
border-right:1px solid #CCCCCC;
float:left; 
width:100px; 
height:300px; 
}

.column_3 {
margin-left:5px;
float:left; 
width:95px; 
height:300px; 
}

.column_4 {

	text-align:left;
	float:left; 
	width:205px; 
	height:300px; 
}

.column_5 {
	text-align:left;
	color:#666666;
	
	float:left; 
	width:250px; 
	height:300px; 
}

.column_6 {
	text-align:left;
	color:#666666;
	
	float:left; 
	width:330px; 
	height:300px; 
}


.column_7 {
	text-align:left;
	color:#666666;
	
	float:left; 
	width:350px; 
	height:300px; 
}

.welcome_movie{

float:right;
width:645px;
height:300px;
}
/*
	Navigation Content
*/

.content_nav_container {
 	float:left;
	padding-top:0px;
	height:300px;
	width:100px;
}

ul.content_navlist {
margin:0px;
padding:0px;
}

.content_navlist li {
text-align:left;
list-style-type: none;

}

.content_navlist a:hover
{
color: #fa7f00;
text-decoration: none;
}

.column_content {
float:left;
width:849px;
height:300px;
}

/* glider */

div.scroller { 
/* modify width and height of scrolling section if necessary	*/		
width: 745px; 
height: 300px;
overflow: hidden;
}
	
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
width:745px;
height:300px;
overflow:hidden;
float:left;			
}

div.scroller div.content {
width: 12000px;
}
	
div.section {		
}


/*
	Link Styles
*/
#footer_bop {
	
font-size:9px;
	width:1000px;
	text-align:right;
	margin-top:15px;
}

a
{
outline:none;
}

a img { outline:none; border:0px }

a:active, a:focus, a:link, a:visited{
color:#666666; 
text-decoration:none;
outline:none;
outline: 0;
}

/*
paragraph
*/
p
{
color: #666666;
padding:0px;
margin-right:10px;
margin-top:0px;
}

