/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:11px;
}

fieldset {
	padding:10px;
	text-indent:25px;
	margin-bottom:15px;
}

legend {
	font-size:12px;
	margin-left:5px;
	color:#9E706F;
	text-indent:0px;
}
	
#container {
	width:775px;
	margin-left:15px;
}

#header {
	background-image:url(../files/header.jpg);
	width:370px;
	height:70px;
	}
	
#body {
	text-align:justify;
	margin-top:15px;
	}
	
.piclink {
	float:left;
	margin-top:20px;
	margin-left:6px;
	}
.piclink img {
	border:#9E706F solid 2px;
	}
	
.fontlink {
	font-weight:bold;
	font-size:12px;
	}
	
.clear {
	clear:both;
	}
.go {
	background-image:url(../files/go.jpg);
	width:50px;
	height:20px;
	margin-top:-16px;
	margin-left:201px;
	}
#frontcontact {
	margin-top:15px;
	border-top:#9E706F solid 4px;
	width:250px;
	}

#footer {
	border-top:#9E706F solid 4px;
	text-align:center;
	font-size:8px;
	margin-top:15px;
	height:30px;
}

#menu {
	border-bottom:#9E706F solid 2px;
	margin-bottom:8px;
}

#menu a:link, #menu a:active, #menu a:visited {
	color:#9E706F;
	text-decoration:none;
	display:inline-table;
	}

.menuItem {
	float:left;
	width:110px;
	text-align:center;
}
