body {
	margin: 0;
	color: #fff;
	font-size: 0.7em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: url('images/g_background.jpg') no-repeat center top #000000;
	text-align: center;
	}
	
a:visited, a:hover, a:active, a:link  {
	color: #fff;
	text-decoration: none;
	}
	
a img {
	color: #000;
	border: 0;
	}
	
div#container {
	width: 650px;
	margin: auto;
	}
	
div#toolbar {
	width: 650px;
	height: 35px;
	background: url('images/toolbar.gif') no-repeat top;
	padding: 5px 25px 0 0; 
	text-align: right;
	}
	
	
div#toolbar a {
	color: #9e9e9e;
	padding: 0 10px 0 10px;
	}
	
div#header {
	margin-top: 120px;
	text-align: center;
	}
	
div#main {
	margin-top: 80px;
	padding-bottom: 20px;
	}
	
div#content {
	float: left;
	width: 440px;
	}
	
div#content h3 {
	text-align: left;
	}
	
div#content ul {
	list-style-type: lower-roman;
	text-align: left;
	}
	
div#content li {
	font-weight: normal;
	padding-bottom: 5px;
	}
	
p.center {
	text-align: center;
	}
	
div#rightbar {
	float: right;
	width: 190px;
	text-align: center;
	}
	
div#photos {
	padding: 20px 0 20px 0;
	background: url('images/photo_bg.gif') no-repeat center;
	}
	
div#photots img {
	border: solid #fff;
	}
	
h3 {
	padding-left: 40px;
	font-size: 1.5em;
	font-weight: bold;
	}
	
div#footer {
	padding-bottom: 20px;
	clear: both;
	width: 100%;
	background: url('images/g_foot.jpg') no-repeat bottom;
	}
	
div#footer p {
	padding-top: 10px;
	float: left;
	text-align: left;
	}
	
div.spacer {
	height: 35px;
	}
	
img.fleft {
	float: left;
	padding-right: 15px;
	}
	
img.fright {
	float: right;
	}
	
div.fclear {
	clear: both;
	}