body { 
    background-color: #000000;
    color: #000000;
    font-size: 12pt; 
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    margin: 0px;
	text-align: center; 
	margin-top: 10px;
	color: white; 
	}

#main { 
	width: 720px; 
	margin-left: auto;
	margin-right: auto;
}

div#topmenu {
    height: 17px;
    font-size: 9pt;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #cccccc;
}

.footer {
    height: 17px;
    font-size: 9pt;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 0px;
    color: #cccccc;
}

h1 { 
	color: silver; 
	font-family: Mistral, Arial, Verdana, Sans-serif; 
	font-size: 36pt; 
	font-weight: normal; 
	margin: 0px; 
	}
		
h2 { 
	color: silver; 
	font-family: Mistral, Arial, Verdana, Sans-serif; 
	font-size: 30pt; 
	font-weight: normal; 
	margin: 0px; 
	}
		
h3 { 
	font-family: Mistral, Arial, Verdana, Sans-serif; 
	font-size: 18pt; 
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 36px; 
	}
		
h4 { 
	margin-top: 60px; 
	text-decoration: ; 
	font-family: Mistral, Arial, Verdana, Sans-serif;
	font-size: 30pt; 
	font-weight: normal; 
	margin-bottom: 0px; 
	}
		
a, a:visited { 
	text-decoration: none; 
	}

#topmenu ul {
	margin-top: 0px;
    padding-left: 0px;
    list-style-type: none;
}

#topmenu li {
    float: left;
}

#topmenu li a {
    color: black;
    margin-top: 0px;
    padding-top: 0px;
    width: 120px;
    display: block;
    text-align: center;
    border-right: 1px solid gray;
    text-decoration: none;
}

#topmenu li a:hover {
    background: #666666;
    text-decoration: none;
}

#topmenu li a:active {
    background: white;
}

#video_left {
    margin-top: 0px;
    margin-left: 0px;
    width: 140px;
    text-align: left;
    border-right: 1px solid #cccccc;
}

.video { 
    margin-top: 0px;
    margin-left: 180px;
    width: 360px;
    text-align: center;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#video_right {
    margin-top: 0px;
    margin-left: 580px;
    width: 140px;
    text-align: right;
    list-style-type: none;
    border-left: 1px solid #cccccc;
}

form#contact div { clear: both; margin-top: 5px; }
form#contact label { display: block;  float: left; width: 100px; text-align: right; padding-right: 10px;}
form#contact div.required label { font-weight: bold; }
form#contact span.scode { text-decoration: underline; }
form#contact div.submit { text-align: center; padding-bottom: 20px; }


<!--
    background-image: url(bg_black_gray.jpg); 
    background-repeat: repeat-x;
-->