/* -- ELEMENT -- */
* { /* Global Whitespace reset */
	margin: 0; padding: 0;
}

ul, ol, dl, blockquote
{
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;

}

a {
	font-weight: normal;
	text-decoration: none;	
	color: #000;
}

img.viston{
border: 0px;
}

a:hover { border:0px;
text-decoration: underline; }

a.footerlink{
	font-weight: bold;
	text-decoration: underline;	
	color: #fff;
}

p{
	padding-bottom: 12px;
}


body{
	background: #000;	
	position: relative;
	padding-bottom: 0px;
	clear: both;

}



body, td 
{
	font-size: 14px;
	line-height: 20px;
	font-family: "Trebuchet MS", helvetica, tahoma, sans-serif;
	color: #ACACAC;
}




/* -- LAYOUT  -- */ 

/* container */
div#container{	
	
	width:837px;
	margin: 0px auto 0px auto;
	display: block;
	
}

