/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #000000;
	color: #CCCCCC;
}

#container {
	width:760px;
	height:505px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background_760px_06.jpg);
}

#header {
	width:760px;
	height:130px;
}

#header_container {
	margin-right: 10px;
	padding-top: 20px;
}

#header_container2 {
	margin-left: 520px;
	margin-top: 10px;
}

#left_panel {
	width:350px;
	height:295px;
	float: left;
}

#left_panel_container {
	margin-left: 105px;
	margin-right: 95px;
	text-align: center;
}

#right_panel {
	height:295px;
}

#right_panel_container {
	margin-right: 30px;
	margin-left: 15px;
}

#emailform_container {
	padding-right: 10px;
}

#email_container {
	font: Times New Roman;
	font-size: 10px;
}

#footer {
	width:760px;
	height:60px;
}

#footer_container {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-top: 90px;
}

#video_container {
	height:100px;
	margin-left: 340px;
}

.main_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.thankyou_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	font-style: italic;
}

.header_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #CCCCCC;
	text-align: right;
	font-weight: normal;
}

.navigation_one {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #999999;
	text-decoration: none;
	text-align: center;
}

.navigation_one:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.navigation_two {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation_two:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}

.footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}

