body {
	margin: 70px 0 0 0;
	background-color: #000;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size : 14pt;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size : 10pt;
}

a:link {
	color : #CCC;
	text-decoration: none;
}
a:visited { color: #CCC;}
a:hover { color: #CFCFCF;}
a:active { color: #CFCFCF;}

#wrap {
	position: absolute;
	left: 50%;
	margin-left: -409px;
	width: 818px;
}

#top {
	float: left;
	position: relative;
	height: 80px;
	width: 818px;
}

#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	height: 61px;
	width: 247px;
	margin: 10px 0 0 0;
}

#logo a {
	display:block;
	width: 247px;
	height: 61px;
	text-indent: -9999px;
	text-decoration: none;
}

#nav {
	height: 12px;
	width: 189px;
	float: right;
	margin: 18px 0 0 10px;
	position: relative;
}

* html #nav {  /* This is the Tan hack */
	width: 410px; 
	w\idth: 400px;
}

#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 16px;
	padding: 0;
	white-space: nowrap;
	display: inline;/*setting for FF and other standards compliant browsers*/
    #display: block; /*setting for IE7*/
    _display: block; /*setting for IE6*/
}

#crop {
	clear: both;
	float: left;
	height: 800px;
	width: 818px;
	position: relative;
}

#award {
	float: left;
	width: 120px;
	position: relative;
	padding-top: 60px;
	margin-right: 18px;
}

* html #award {  /* This is the Tan hack */
	width: 130px; 
	w\idth: 120px;
}

#video {
	float: right;
	width: 640px;
	position: relative;
	text-align: center;
}

* html #video {  /* This is the Tan hack */
	width: 650px; 
	w\idth: 640px;
}

#vidlinks {
	float: right;
	width: 640px;
	position: relative;
}

* html #vidlinks {  /* This is the Tan hack */
	width: 650px; 
	w\idth: 640px;
}

#vid1 {
	float: left;
	width: 151px;
	position: relative;
	margin: 18px 12px 0 0;
	text-align: center;
}

* html #vid1 {  /* This is the Tan hack */
	width: 161px; 
	w\idth: 151px;
}

#vid2 {
	float: left;
	width: 151px;
	position: relative;
	margin: 18px 12px 0 0;
	text-align: center;
}

* html #vid2 {  /* This is the Tan hack */
	width: 161px; 
	w\idth: 151px;
}

#vid3 {
	float: left;
	width: 151px;
	position: relative;
	margin: 18px 12px 0 0;
	text-align: center;
}

* html #vid3 {  /* This is the Tan hack */
	width: 161px; 
	w\idth: 151px;
}

#vid4 {
	float: left;
	width: 151px;
	position: relative;
	margin: 18px 0 0 0;
	text-align: center;
}

* html #vid4 {  /* This is the Tan hack */
	width: 161px; 
	w\idth: 151px;
}

.commfade {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

#footer {
	float: left;
	clear: both;
	position: relative;
	width: 818px;
}
#footer p {
	text-align: center;
	font-size: 9px;
	color: #CCC;
}