body {
	background-color: white;
	color: black;
	font-family: sans-serif;
	font-size: 12px;
}

a {
	
	text-decoration: underline;
	color: inherit
	
}

a:hover {
	font-weight: bold;
}

#top {
	
	background-image: url(gfx/header.jpg);
	width: 900px;
	height: 234px;	
	
	margin-left: auto;
	margin-right: auto;
	
}

#top h1 {

	margin: 0px 0px 0px 0px;
	color: #f1d5b0;
	font-size: 26px;
	text-align: right;
			
}

#top h2 {
	
	margin: 150px 0px 0px 0px;
	color: #f2d3a7;
	font-size: 40px;
	text-align: right;
		
}

#content {

	width: 900px;
	margin-left: auto;
	margin-right: auto;
		
}

#content h1 {
	font-size: 20px;
	font-weight: bold;	
}

#content h1 small {
	font-size: 12px;
	font-weight: normal;	
}

#content h2 {
	font-size: 12px;	
	font-weight: bold;	
}

.imageBlock {
	
	height: 165px;
	float: right;
	display: inline;
	border-color: #403532;
	background-color: #403532;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	margin: 5px 0px 5px 10px;
	padding: 0;
	
}

.size1 {
	width: 220px;
}

.size2 {
	width: 440px;
}

.size3 {
	width: 660px;
}

.size4 {
	width: 880px;
}



.imageBlock div {
	
	width: inherit;
	position: absolute;	
	text-align: right;
		
}

.imageBlock div p {
	margin: 5px 5px 5px 5px;	
}

.imageBlock img {
	
	border-style: none;
	width: 220px;
	height: 165px;
	margin: 0;
	display: inline;			
}

img {
	border-style: solid;
	border-color: #403532;
	border-width: 2px 2px 2px 2px;
	margin: 0;
	display: block;
}

.center {
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}

