@font-face {
	/*font-family: "Rhode";
	src: url('../media/fonts/RhodeMedCon.eot'); /* EOT file for IE */
}
@font-face {
	font-family: "_VAGBold";
	src: url('../media/fonts/VAGRouBol.ttf') format("opentype");
}

@font-face {
	font-family: "_VAGBlack";
	src: url('../media/fonts/VAGRouBla.ttf') format("opentype");
}

@font-face {
	font-family: "_VAGLight";
	src: url('../media/fonts/VAGRouLig.ttf') format("opentype");
}

@font-face {
	font-family: "_VAGThin";
	src: url('../media/fonts/VAGRouThi.ttf') format("opentype"); 
}
body {
	font: 62% VAGThin,Arial, Helvetica, Arial, sans-serif;
	background: #000;
	color: #fff;
	width:100%;
}
#content {
	width:725px;
	margin:0px auto 0px auto;	
	position:relative;
	padding-top:21px;
	overflow:auto;
	padding-bottom:100px !important;
	font-size:1.8em;
}
a {
	color:#FFF;
	text-decoration:none;
}
h1 {
	margin-bottom:15px;
}
h2 {
	font-size: .85em;
	margin-bottom:10px;
	text-decoration:underline;
}
h3 {
	font-size: 1em;
	margin-bottom:5px;
}
ul {
	padding-left:0px;
}
ul li {
	margin-bottom:15px;
}
ul p, p {
	margin-left:10px;
	margin-bottom:5px;
	font-size:.7em;
}
