@charset "utf-8";
/* CSS Document */

#container {width: 657px; margin: 0 auto; text-align: left;}

body {
	background-repeat: repeat-x;
    background-color: #101010;
    color: #e1c89c;
	font-family: Georgia;
	margin: 0;
	padding: 0;
	font-size: .75em;
	line-height: 16px;
	letter-spacing:.5px;
    text-align: center; 
	}
	
	#leftmarginpush {margin:6px;}
	
	a:link { 
	color: #f2b753;
	text-decoration: none;
	font-weight:bold;
	border: 0px;
	font-size: 11px;
	font-family: Verdana;
	}
a:visited { 
	color: #f2b753;
	text-decoration: none;
	font-weight:bold;
	border: 0px;
	font-size: 11px;
	font-family: Verdana;
	}
a:hover { 
	color: #d1c0a2;
	text-decoration: none;
	border: 0px;
	font-size: 11px;
	font-family: Verdana;
	}
a:active { 
	color: #f2b753;
	text-decoration: none;
	border: 0px;
	font-size: 11px;
	font-family: Verdana;}
	
	#topfix{margin:-20px 0px;}