	body {
		margin-top:10px;
		padding-top:10px;
		background-color:#333;
		color:#000;
		min-width:730px;
		font: 100% Verdana, Arial, Helvetica, sans-serif;	
	}
	div#wrap {
		background-color:#fff;
		margin:0 auto;
		width:730px;
	}
	#header {
	background-image: url(assets/header.gif);
	background-repeat: no-repeat;
	height:83px;		
	}
	#header h1 {
		 display: none
	}
	#banner {
		background-color:#ccc;
	}
	div#inner {
		background:#fff url(assets/inner.gif) repeat-y;
		width:730px;
		border-top: 5px #333 solid;
	}
	#main {
		padding-bottom: 20px;
		width:500px;
		float:left;
	}
	#main h2 {
		margin-top:15px;
		font: 95% Georgia, Times New Roman, Times, serif;
		color:#666;
		font-weight:bold;
		border-top: 1px #ACACAC solid;
		border-bottom: 1px #ACACAC solid;
		padding: 10px 0 10px 0;
	}
	#main h3, #main p {
		font-size: 70%;
		line-height: 1.7em;
	}
	#main a:link, a:visited
	{
	color: #000;
	}
	#main a:hover
	{
	color: #666;
	text-decoration: none;
	}
	#gallery a:link, a:visited, a:hover { text-decoration: none; }
	#gallery img { border: 1px #666 solid; }
	#sidebar {
		width:187px;
		float:left;
	}
	#wrap > #sidebar {
		width:190px;
	}
	#sidebar ul {
		margin-bottom:0;
	}
	#sidebar p {
		padding:0 10px;
		margin:0;
	}
	#linkList {
	width: 135px;
	background-color: #ccc;
	}
	
	#linkList ul {
	font: 79% Georgia, Times New Roman, Times, serif;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#linkList a
	{
	display: block;
	padding: 9px 0 9px 15px;
	width: 135px;
	background-color: #ccc;
	border-bottom: 1px solid #eee;
	font-weight:bold;
	color: #666;
	}
	
	#linkList a:link, a:visited
	{
	color: #666;
	text-decoration: none;
	}
	
	#linkList a:hover, a#current
	{
	color: #666;
	background-color: #ACACAC;
	}
	#footer {
	clear:both;
	background: url(assets/foot.gif) no-repeat;
	height:32px;
	}
	#footer p {
		padding:9px;
		margin:0;
		text-align:center;
		font-size: 65%;
		color:#666666;
	}
	#footer a:link, a:visited
	{
	color: #666;
	text-decoration: none;
	}	
	#footer a:hover
	{
	color: #666;
	text-decoration: underline;
	}
	#credit {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	#credit a:link, a:visited
	{
	color: #000;
	text-decoration: none;
	}
	#credit a:hover
	{
	color: #666;
	}


