@charset "UTF-8";

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

#global {
	height: auto;
	width: 967px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#global_main {
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
	width: 100%;
}
#top_area {
	height: auto;
	width: 967px;
	padding-top: 40px;
}
#logo {
	background-image: url(../images/logo.jpg);
	height: 55px;
	width: 288px;
	float: left;
}
#nav_menu {
	height: 55px;
	width: 683px;
	margin-left: 284px;
}
#banner {
	height: 737px;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/banner.png);
}
#video_banner {
	height: 645px;
	width: 965px;
	background-image: url(../images/lm_tv.jpg);
}
#video {
	padding-top: 115px;
	padding-left: 135px;
}
#body_area {
	height: 500px;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#body_content {
	height: 460px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#footer {
	height: 32px;
	width:100%;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-color: #000000;
	position: fixed;
	bottom:0;
}
#footer_left {
	float: left;
	height: auto;
	width: 400px;
	padding-left: 15px;
}
#footer_right {
	float: right;
	height: auto;
	width: 500px;
	padding-top: 10px;
	padding-right: 20px;
}
.footer {
	font-size: 10px;
	color: #CCCCCC;
}
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CC6600;
}

a { outline: 0 none; }
