	body{
		margin: 0;
		padding: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		background: #FFF url('images/bg_top.jpg') repeat-x 0 85px;
		text-align: center;
		color: #323958;
	}
	
	h1{
		font-size: 20px;
		font-weight: normal;
		margin: 0 0 3px 0;
	}
	p{
		line-height: 1.2em;
	}
	
	a {
		color: #4e5358;
		text-decoration: none;
	}
	a:hover {
		color: #323958;
		text-decoration: underline;
	}

	#content{
		width: 900px;
		margin: 25px auto 0 auto;
		text-align: left;
	}
	#header{
		margin-bottom: 40px;
}	
	
	#nav {
		float: right;
		margin-top: 16px;
		font-size: 14px;
		_margin-top: -30px;
	}
	#nav a {
		color: #323958;
		padding: 6px 8px;
		text-decoration: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;		
}
	
	#nav  a.active {
		background: #323958 url('images/gloss.png') no-repeat top center;
		color: #FFF
	}
	
	
	.block{
		margin: 20px 0 0 0;
		float: left;
	}
	
	.block, 
	.block .top, 
	.block .content {
		width: 439px;
	}
	
	.block .top{
		height: 4px;
		background: url('images/block_top.gif') no-repeat;
		margin: 0;
		_display: none;
	}
	.block .body{
		background: url('images/bg_block.gif') no-repeat top center;
		padding: 10px 20px;
	}

	#footer{
		height: 200px;
		margin: 30px 0 0 0;
		background: url('images/bg_btm.jpg') repeat-x;
		border: 1px solid transparent;
	}
	#footer-content{
		width: 900px;
		margin: 25px auto 0 auto;
		text-align: left;
	}
	
	#footer-content div {
		width: 200px;
		margin-right: 40px;
		float: left;
	}
	#footer-content div h1 {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 7px;
		color: #323958;

	}
		#footer-content div p {
		margin-bottom: 0px;
		margin-top: 0px;
		color: #4e5358;
	}
	
	#entryform p {
		width: 360px;
		clear: left;
		margin: 0 0 0 100px;
		_margin: 0 0 0 0; 	/* IE 6 */
		padding: 6px 0 8px 0;
		height: 1%;
		text-align: left;
		position: relative;
	}
	
	#entryform label{
		font-weight: bold;
		float: left;
		margin-left: -100px;
		width: 115px;
		
		_float: none;		 /* IE 6 */
		_margin-left: 0;	 /* IE 6 */
		_width: 100px;		 /* IE 6 */
	
	}
	
	#entryform input[type="text"]{ width: 200px; }
	#entryform input[type="textarea"]{ width: 200px; }
	
	#entryform textarea{
		width: 205px;
		height: 100px;
	}
	#entryform .sm {
		font-size: 85%;
	}
	
	.block-image{
		float: right; 
		margin: 0 0 50px 50px; 
		border: 2px solid #323958;
	}