
/* basic.css */
body{background: url(/templates/images/bg_fade.gif) #E5E5E5 repeat-y center top; font-family: Arial, sans-serif; font-size: 13px;}
#wrapper{margin-left: auto; margin-right: auto; width: 850px; color: #333; }
#header { height: 70px; width: 100%; position: relative;}
	#header h1 { padding: 5px; margin: 0; text-align: center;}
	#logged_in { position: absolute; top: 5px; right: 5px; font-size: 10px; text-align: right;}
	#nav { position: absolute; top: 5px; left: 5px; font-size: 10px; }
#main{ margin: 15px 0;}

#footer {float: left; width: 850px;}