body { background-color: #948463; }
td { vertical-align: top; font-family: Trebuchet MS; font-size: 12px; }

div.maincontainer {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
}

div.header {
	position: relative; top: 0px; left: 0px;
	width: 775px;
	height: 141px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

div.topnav {
	position: relative; top: 0px; left: 0px;
	width: 775px;
	height: 40px;
	background-color: #8b806b;
	text-align: right;
}

div.content {
	position: relative; top: 0px; left: 0px;
	width: 775px;
	background-color: #ffffff;
	min-height: 246px;
	height: auto !important;
	height: 246px;
}

div.left 
{
    position: relative; 
    float: left;
    margin-top: 25px;
    margin-left: 10px;
    width: 350px;
    border: 1px solid #e0e0e0;
    padding: 4px;
}

div.right 
{
    position: relative; top: 25px;
    /*margin-top: 25px;*/
    margin-left: 390px;    
    width: 350px;
    border: 1px solid #e0e0e0;
    padding: 4px;
}

div.footer { 
	position: relative; top: 0px; left: 0px;
	width: 775px;
	/*min-height: 40px;
	height: auto !important;*/
	height: 90px;
	text-align: center;
	background-color: #dddbd5;
}

div.image 
{
    float: left;
    width: 500px;
    margin-left: 5px;
    margin-top: 10px;
    min-height: 535px;
    height: auto !important;
    height: 535px;
}

div.thumbs {
    position: relative; top: 10px; left: 5px;
    width: 264px;
    height: 440px;
    overflow: auto;
}

/*	Text  */

.topnav { 
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: 800;
	color: #ffffff;
	padding-top: 5px;
}
a.topnav:link, a.topnav:visited { text-decoration: underline; }
a.topnav:hover { text-decoration: none; }

.content {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: 800;
	color: #8b806b;
}
a.content:link, a.content:visited { text-decoration: underline; }
a.content:hover { text-decoration: none; }

.footer {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: 800;
	color: #948463;
}


	