@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D2E2A;
	}
	
/*///////////////////////////////////////////////////////////////////*/

	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #4E301E;
		font-size: 20px;
		font-weight: normal;
		}
	.clearer { clear: both; }

/*///////////////////////////////////////////////////////////////////*/
	
#main {
	margin: 0 auto;
	padding: 20px 0;
	width: 760px;
	text-align: left;
	}

/*///////////////////////////////////////////////////////////////////*/
	
	#left {
		float: left;
		width: 500px;
		}
		#left img {
			border: 5px solid #4E301E;
			margin: 10px 0;
			}
		
/*///////////////////////////////////////////////////////////////////*/
	
	#right {
		float: right;
		width: 240px;
		padding: 80px 0 0 0;
		}
		
/*///////////////////////////////////////////////////////////////////*/
	
	#bottom {
		width: 760px;
		clear: both;
		padding-top: 20px;
		}
		#bottom div.minipic {
			float: left;
			width: 120px;
			height: 130px;
			text-align: center;
			}
			#bottom div.minipic img {
				border: 1px solid #D7AD82;
				}
			