body {
	margin: 0;
    background-repeat: repeat-y;
	background-position: center;
	font-family : "Arial", Times, serif; font-size : 12pt;
}

.menu, { display : none; }

div#container{
	width: 688px;
	background-repeat: no-repeat;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
}

div#content{
	width: 600px;
		
}

div#left {
	width: 280px;
	float: left;
}
	
div#right {
	float:right;
	width: 280px;
}

div#center {
	width: 600px;
}

div#footer {
	clear:both;
	width: 400px;
	padding-top: 40px;
	margin-left: 178px;
	padding-bottom: 20px;
}

	
.imageleft {
	border: 1px solid #651C05;
	margin-right: 15px;
	float: left;
	}
	
a { text-decoration : underline; color : #0000ff; }


.imgborder {
	border: 1px solid #651C05;
}


.bodytext { color : #000000; background : #ffffff; font-family : "Arial", Times, serif; font-size : 12pt; 

}

