body {
	margin: 0 0 0 0;
	background-color: #000;
}

#preload {
width: 0;
height: 0;
display: inline;
background-image: url(../global/nav2.gif);
}

#header {
width: 100%;
height: 88px;
margin: 0;
background-color: #900;
z-index: 1;
}

#menu {
position: absolute;
top: 88px;
width: 100%;
height: 40px;
margin: 0;
background-color: #ccc;
text-align: center;
z-index: 3;
background-image: url(../global/nav1.gif);
background-repeat: repeat-x;
}

#menu ul {
margin-top: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 10px;
}

#menu ul li {
	display: inline;
	font-weight: bold;
}

#menu ul li a {
padding: 12px 8px;
color: #333;
text-decoration: none;
}

#menu ul li a:hover {
background: url(../global/nav2.gif) repeat-x;
color: #eee;
text-decoration: none;
padding: 12px 8px;
}

#main {
position: absolute;
top: 128px;
width: 100%;
padding-top: 30px;
}

#vidnav {
clear: left;
float: left;
width: 200px;
padding: 0;
margin-left: 20px;
}

#vidnav a {
text-decoration: none;
color: #ddd;
}	
	
#vidnav a:hover {
color: #f00;
text-decoration: none;
}

#content {
margin: 0 10px 10px 260px;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5em;
padding: 0 10px 0 20px;
font-size: 12px;
}
#content a {
color: #f30;
font-weight: bold;
text-decoration: none;
}
#content a:hover {
color: #fff;
text-decoration: none;
background-color: #222;
font-weight: bold;
}

#content p {
	padding-bottom: 5px;
}
#content ul {
	list-style-type: disc;
	line-height: normal;
	color: #900;
}
.box {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #fff;
background: #000;
margin-top: 10px;
width: 60%;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	padding-left: 30px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
}

h1 {
color: #ddd;
font-family: "Times New Roman", Times, serif;
margin-top: 0px;
font-size: 18px;
}

h2 {
color: #f00;
font-size: 18em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
	padding-top: 20px;
	padding-left: 40px;
}
b {
	font-weight: bold;
	color: #fff;
}
i {
	font-style: italic;
	color: #fff;
}

.center {
	text-align:center;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #fff;
}
.line {
border-bottom: 1px dotted #666;
}

#footer {
padding: 30px;
margin-top: 40px;
margin-bottom: 0px;
color: #ddd;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(../chrome/f1.gif);
background-repeat: repeat-x;
line-height: 1.6em;
background-color: #999;
list-style: none;
}

#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

dfn {
color: #999;
}
