@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	text-align:center;
	color:#000;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:11px;
	background:url(_img/bg.gif) repeat;
	}
	
#toplinks {
	text-align:right;
	margin:30px;
	padding:0;
	}
	
#content {
	margin:50px 0 0 15px;
	text-align:left;
	}
	
p {
	margin:10px 0 0 0;
	}
	
h1 {
	margin:30px 0 0 0;
	font-size:14px;
	font-weight:normal;
	}
	
table {
	margin-left:-5px;
	}