BODY {
	background-color: #efefeb;
	background-image: url(img/bg_main.png);
	background-repeat: repeat-x;
	color: #5c3a27;
	font-family: "trebuchet ms", sans-serif;
	font-size: .75em;
}
H2 {
	font-size: 1.4em;
	color: #883224;
}
LI {
	list-style-type: square;
}
A {
	color: #e20606;
}
A:hover {
	text-decoration: none;
}
#center {
	position: absolute;
	top: 20px;
	width: 840px;
	left: 50%;
	margin-left: -420px;
	background-color: #ba9a7a;
	background-image: url(img/bg_strip_center.png);
	background-repeat: repeat-x;
}
#boxMain {
	width: 780px;
	margin: 30px;
	background-color: #faf7eb;
}
#menu {
	float: right;
	width: 495px;
	height: 58px;
	background-image: url(img/bg_menu.png);
	background-color: #d20000;
	text-align: center;
}
DIV.menuMargin {
	margin: 15px;
}
#menu A {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	margin: 10px;
	line-height: 200%;
}
#menu A:hover {
	color: yellow;
}
#menu A.active {
	color: yellow;
	text-decoration: underline;
}
IMG.logo {
	float: left;
}
DIV.clear {
	clear: left;
}
#boxMiddle {
	border-top: 3px solid #959595;
	background-image: url(img/bg_middle.png);
	background-repeat: repeat-y;
	background-position: left;
}
#boxLeft {
	width: 180px;
	float: left;
}
#boxRight {
	width: 540px;
	margin-left: 210px;
	padding-bottom: 20px;
}
IMG.archi {
	float: left;
	vertical-align: top;
}
#footer {
	position: absolute;
	top: -15px;
	right: -30px;
	width: 180px;
	text-align: center;
	color: #727272;
	line-height: 120%;
	font-size: .8em;
}
#footer A {
	color: #727272;
	text-decoration: none;
}
#footer A:hover {
	color: red;
}
.form {
	text-align: center;
	margin: 70px;
}
