/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #EDEBD4;
}
a{
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
#body-table {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;	
}
#container {
	width: 900px;
	height: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#wrapper {
	width: 900px;
	height: 552px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #EEEAD3;
}
#logo {
	height:205px;
	padding:15px 0 0;
	width:225px;
}
#nav {
	width: 224px;
	height: 550px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DCD2B4;
	border-bottom-color: #DCD2B4;
	border-left-color: #DCD2B4;
}
#nav ul{
	text-align: left;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav li{
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #49391D;
	line-height: 28px;
	font-size: 14px;
}
.hide {
	display: none;
}
a.nav_home:link, a.nav_home:active, a.nav_home:visited {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_home:hover {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/about_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_film:link, a.nav_film:active, a.nav_film:visited {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/film.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_film:hover {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/film_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_team:link, a.nav_team:active, a.nav_team:visited {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/team.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_team:hover {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/team_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_television:link, a.nav_television:active, a.nav_television:visited {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/television.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_television:hover {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/television_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_news:link, a.nav_news:active, a.nav_news:visited {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_news:hover {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/news_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_contact:link, a.nav_contact:active, a.nav_contact:visited {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_contact:hover {
	width: 140px;
	height: 30px;
	display: block;
	background-image: url(../images/nav/contact_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#text_container_wide {
	width: 614px;
	height: 480px;
	float: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	background-color: #333333;
	border-top: 1px solid #61605B;
	border-bottom: 1px solid #61605B;
	border-right: 1px solid #61605B;
	position:relative;
}
#text_wide_contact {
	width: 615px;
	height: 432px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B09F80;
	border-bottom-color: #B09F80;*/
}


#text_wide {
	width: 615px;
	height: 432px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B09F80;
	border-bottom-color: #B09F80;*/
}
#text_wide p{
	color: #E8E8E8;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 0px 0px 15px 4px;
	margin: 0;
}
#text_wide a{
	color: #E8E8E8;
	text-decoration: underline;
}
#text_wide a:hover {
	color: #E8E8E8;
	text-decoration: none;
}
#text_wide h1{
	color: #6C6C6C;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 18px;
	padding: 0px 0px 40px 0px;
	margin: 0;
	text-align: left;
}

#text_container {
	width: 290px;
	height: 480px;
	float: left;
	background-color: #333333;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	border-top: 1px solid #61605B;
	border-bottom: 1px solid #61605B;
}
#text {
	width: 290px;
	height: 432px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B09F80;
	border-bottom-color: #B09F80;*/
}
#text p{
	color: #E8E8E8;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	padding: 0px 0px 15px 0px;
	margin: 0;
}
#text h1{
	color: #6C6C6C;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 18px;
	padding: 0px 0px 40px 0px;
	margin: 0;
	text-align: left;
}
#image_column {
	width: 325px;
	height: 552px;
	float: left;
}
#footer {
	width: 900px;
	height: 48px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#copywrite {
	width: 220px;
	height: 48px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	line-height: 48px;
}
#numbers {
	width: 600px;
	height: 48px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: right;
	line-height: 48px;
}
#numbers a{
	color: #CCC;
	text-decoration: underline;
}
#numbers a:hover {
	color: #CCC;
	text-decoration: none;
}

.leftpic {
	padding: 0px 10px 0px 0px;
}
#left_images {
	height:550px;
	position:absolute;
	right:0;
	top:0;
	width:325px;
}
#left_images img{
margin: 0px 0px 30px 0px;
}
#text_wide img{
padding: 0;
}
#flash_img{
padding: 2px;
width: 252px;
height: 190px;
border: 1px solid #000000;
}
#team_table {
margin: 70px 0px 0px 0px;
}
#scroll_text {
	overflow: auto;
	height: 400px;
	margin: 5px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	float: left;
	width: 280px;
}

#scroll_text_news {
	overflow: auto;
	height: 400px;
	margin: 5px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	float: left;
	width: 575px;
}

