	body {
		margin: 20px 0 20px 0;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		background: url(../images/paper_bg.jpg);
	}
	#Wrapper {
		overflow: hidden;
		width: 820px;
		margin: 0 auto 0 auto;
	}
	#Header {
		float: left;
		width: 240px;
	}
	#Header h1 {
		margin: 0 0 0 40px;
	}
	#Navigation {
		margin: 10px 0 0 10px;
		background: url(../images/navigation_bg.png) bottom left no-repeat;
	}
	#Navigation ul {
		padding: 8px 0 8px 30px;
		margin: 0px;
		overflow: hidden;
	}
	#Navigation ul li {
		list-style-type: none;
	}
	* html #Navigation ul li a {
		/* IE6 HasLayout Hack */ 
		height: 1px;
	}
	#Navigation ul li a {
		display: block;
		font-weight: bold;
		text-decoration: none;
		padding: 8px 10px 8px 10px;
		margin: 0 10px 0 0;
	}
	#Navigation ul li a:hover {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#ContentWrapper {
		float: right;
		width: 580px;
	}
	#Content {
		background: #fff;
		color: #000;
		border: 1px solid #fff;
		padding: 0 20px 0 20px;
		min-height: 400px;
	}
	#Footer {
		clear: both;
		text-align: right;
	}
	#Footer p {
		font-size: 11px;
		font-weight: normal;
	}
	#Footer a {
		color: #333;
	}
	h2 {
		font-size: 24px;
		margin: 15px 0 15px 0;
		font-weight: normal;
	}
	p, ul {
		margin: 10px 0 10px 0;
		line-height: 1.4em;
	}
	a, a:link, a:visited {
		color: #4daeda;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	#Gallery {
		overflow: hidden;
	}
	.GalleryItem {
		float: left;
		font-size: 12px;
		margin-left: 40px;
		text-align: center;
	}
	.GalleryItem.First {
		margin-left: 0;
	}
	.GalleryItem a {
		border: 5px solid #d8d8d8;
		width: 142px;
		height: 142px;
		display: block;
	}
	.ClearDiv {
		clear: both;
		font-size: 0px;
		height: 0px;
	}
	img {
		border: 0px;
	}
	
	.warning {
		color: #990000;
		border-top: 1px solid #666;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		border-left: 5px solid #990000;
		padding: 0 10px 0 40px;		
		background: url(../images/error.gif) left center no-repeat;
	}
		 
	fieldset {
		border:none;
		padding: 10px;
		margin-top: 10px;
	}
		 
	legend {
		display: none;
	}
		 
	label {
		width: 135px;
		float: left;
		text-align: right;
		margin-right: 15px;
	}
		 
	form div {
		clear: both;
		margin-bottom: 10px;
	}
	.ActionButton input{
		margin-left: 160px;
	}