#container{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	width:800px;
}

#header{
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:60px;
	background-color:#666;
	text-align:left;
}

#cornerimage{
	float:left;
	width:330px;
	height:720px;
	margin-top:10px;
}

#gallery{
	float:left;
	width:140px;
	margin-top:10px;
	text-align:center;
}


#menu {
	position:relative;
	margin-left:0px;
	margin-top:20px;
	width:132px;
}

#bodycopy {
	float:right;
	width:555px; 
	margin:30px 50px 50px 0px
}

#homebody {
	width:255px;
}

#gallerybody {
	float:right;
	width:385px;
	margin:30px 30px 30px 0px
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height:1.5em;
}
body {
	background-color: #CCC;
}

.footer {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	text-align:right;
}

.photoright {
	margin:0px 0px 10px 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
