
	
	body {
		background: url(images/bg.gif) repeat-x;
		margin: 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		color: #369;
		font-size: 0.75em;
		line-height: 1.8em;
	}
	
	a {
		color: #369;
	}
	
	#content {
		margin: 30px auto 0 auto;
		text-align: left;
		width: 760px;
	}
	
	#gallery #content {
		text-align: center;
	}
	
	#left {
		width: 377px;
		margin-left: 24px;
	}
	
	#right {
		display: inline;
		width: 251px;
		background-color: #FFC;
		float: right;
		margin-right: 35px;
		line-height: 1.4em;
	}
	
	#right p {
		border-bottom: 1px solid #FFF;
		padding: 0 13px 9px 13px;
		margin: 0 0 0 0;
	}
	#right .bottom {
		border-bottom: 0;
		padding: 9px 13px 0 13px;
		margin: 0;
	}
	
	#right .light {
		padding: 9px 13px 9px 13px;
		background-color: #FFF;
		border-left: 1px solid #EEE;
		border-right: 1px solid #EEE;
	}
	
	.picleft {
		margin-right: 8px;
		margin-bottom: 8px;
		float: left;
	}
	
	.picright {
		float: right;
	}
	#images {
		margin-top: 20px;
	}
	#footer {
		clear: both;
		margin-top: 35px;
		border-top: 1px solid #D3DEE7;
		padding-top: 25px;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#footer img {
		border: 0;
	}
	
	
	
	h1 {
		font-size: 1.6em;
	}

		h2 {
		font-size: 1.2em;
		color: #333;
	}
