  @charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#820024;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin-top:15px;
}
a {
	text-decoration:none;
	color:#820024;
}
a:hover {
	text-decoration:underline;
}

#main {
	background-color:#FFFFFF;
	padding:20px;
}
#logo {
	padding:10px 0px;
	margin:0 auto;
	width:780px;
}
#contact {
	width:80px;
	height:73px;
	background-color:#FFFFFF;
	float:right;
}
#video {
	background-color:#FFFFFF;
	float:left;
	width:80%;
	/*position:absolute;
	left:350px;*/
}
.text {
	float:left;
	width:18%;
	/*width:300px;*/
	padding:20px 1%;
	color:#FFFFFF;
	clear:both;
}
.text a{
	color:#FFFFFF;
	text-decoration:underline;
}
UL.mytabs {
	position: relative;
	z-index: 2;
	margin-left:0px;
}
UL.mytabs, UL.mytabs LI {
	margin: 0;
	padding: 8;
	list-style: none;
	float: left;
}
UL.mytabs LI { padding: 0 3px; }
UL.mytabs LI A {
	float: left;
	padding: 6px;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #E0E0E0;
	background: #F0F0F0;
	text-decoration: none;
	color: #333333;
}
UL.mytabs LI A:HOVER, UL.mytabs LI.current A {
	background: #FFFFFF;	
}
UL.mytabs LI.current A {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
}
.mytabs-container {
	position: relative;
	z-index: 1;
	clear: both;
	border: 1px solid #E0E0E0;
	padding: 10px;
	top: -1px;
}
#copy {
	margin:0 auto;
	width:780px;
	color:#999999;
	padding:10px 0;
	text-align:right;
	background-color:#FFFFFF;
}
