body {
	background-color: #000000;
	background-image:url(../images/background_Gradient.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}


#MainWrapper {
	width: 955px;
	margin: 0 auto 0 auto;
}
#header {
	width:955px;
	height:63px;
}
#header_logo {
	width: 209px;
	height: 63px;
	float:left;
}
#header_navigation {
	width: 746px;
	float:left;
	text-align: right;
	margin-top:40px;
}

#navigation {
	width:955px;
	background-color: #333333;
}
#content {
	width: 955px;
	/*min-height:500px;*/
	background:#000000;
	padding:0;
	margin:0;
}
#content_header {
	width:955px;
	height: 372px;
	border-bottom:thin #666 solid;
	background: #000;
}
#content_text {
	width: 283px;
	height: 342px;
	float:left;
	background:#222;
	margin:5px;
	padding: 10px 4px 10px 4px;
}
#share{
	width:283px;
	height: 10px;
	padding:0px 0px 20px 0px;
	text-align:right;
}
#content_video {
	width: 640px;
	height: 360px;
	float: left;
	margin: 5px;
	border: thin #333 solid;
	background:url(../images/theater_curtains.jpg);
}
#contentRecent{
	width: 955px;
	border-bottom:thin #666 solid;
	margin:0 0 0 0;
	padding: 7px 0 7px 0;	
	float:left;
	background:#000;
}
#contentRecentTN{
	width: 180px;
	height: 160px;
	margin:5px;
	float:left;
	overflow:hidden;
}
#contentContact{
	width: 800px;
	margin: 0 auto 0 auto;
}
#contactForm {
	width:390px;
	float: left;
	margin: 60px 5px 50px 5px;
}
#contactAddress {
	width:390px;
	float: left;
	margin: 60px 5px 30px 5px;
	text-align:right;
}
#about {
	width:800px;
	margin: 0 auto 0 auto;
	padding: 10px;
}
#footer {
	width: 955px;
	float:none;
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	padding:0;
	margin:0;
}
.span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	padding:0px 2xp 0px 2px;
	margin:0;
}
.text_title {
	color:#A17e2c;
	padding: 5px;
}
.text_header {
	font-size: 15px;
}
.text_navigation {
	font-size: 16px;
	text-align:center;
	padding: 5px;
}
.text_services {
	font-size: 18px;
	padding: 5px 5px 20px 5px;
	text-decoration:underline;
}
.text_small {
	font-size: 10px;
	font-weight:light;
	text-align:center;
	padding: 5px;
}
.text_footer {
	font-size: 10px;
	font-weight:light;
	text-align:center;
	padding:5px;
	border-top:thin #666 double;
}

a {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
}
a:hover {
	color:#A17e2c;
}

#contentRecentTN:hover {
	margin:3px;
	border:2px solid #A17e2c;
	background: #333;
}


#services {
	width: 440px;
	height: 350px;
	padding: 0 5px 0 5px;
}
#servicesHorizontal {
	width: 900px;
	height: inherit;
	margin: 0 auto 20px auto;
	padding:0;
	overflow:hidden;
	/*background:url(../images/services/web_background.jpg);
	background-repeat:no-repeat;
	background-position:right;*/
}
#serContent {
	border: 2px solid #222;
	height:396px;
	width:50px;
	background:#000;
	float:left;
	list-style:none;
	overflow:hidden;
}
#serContent_1, #serContent:hover {
	border: 2px solid #222;
	height:396px;
	width:580px;
	background:#000;
	list-style:none;
	float:left;
}
#serDiv {
	overflow: hidden;
	width:580px;
}
#serLabels {
	height:396px;
	width:50px;
	float:left;
}
#serDesc {
	height: 376px;
	width:510px;
	float:left;
	padding: 10px;
}


