@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
font-family: Trebuchet MS;
color:#FFFFFF;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color:#f0f0f0;
}
body a {
	text-decoration:none;
}
#wrapper {
	width:900px;
	overflow:visible;
	margin-top:20px;
}
#topad {
	width:465px;
	height:230px;
	padding-top:35px;
	padding-right:20px;
	float:right;
}
#vnav {
	padding-top:35px;
	width:300px;
	float:left;
	font-size:13px;
	font-family: Trebuchet MS;
	color:#FFFFFF;
}
#des {
	width:600px;
	float:right;
}
#des h1 {
	font-size:24px;
	text-shadow: 0 -1px 1px #CCC;
	color:#779ec2;
}
li {
	height:20px;
	width:180px;
	overflow:hidden;
    text-decoration: none;
    font-weight: bold;
    line-height: 1; 
    border-bottom: 1px solid #222;
    padding: 10px 20px 2px;
    margin-top:6px;
    background-color:#000000; opacity: 0.8;
}
li p {
	margin-top:10px;
	font-size:12px;
	color:#6CF; opacity:1;

}