* {
	margin: 0;
	padding: 0;
}

body, td {
	font-size: 11px;
	font-family: Geneva, Tahoma, Arial;
	color: white;
}

body {
	background-color: #ffffff;
}

img {
	border-color: black;
}

#container {
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	margin: 0 auto;
	width: 1000px;
}

#logo_bottom {
	position: relative;
	width: 1000px;
	height: 185px;
	background: url('graphics/logo_bg.jpg') no-repeat;
}

#logo_covering {
	position: absolute;
	top: 120px;
	width: 260px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}

#logo_covering select {
	font-size: 10px;
}

#logo_feedback_left {
	position: absolute;
	top: 40px;
	left: 265px;
	width: 325px;
	font-size: 10px;
}

#logo_feedback_right {
	position: absolute;
	top: 40px;
	left: 630px;
	width: 325px;
	font-size: 10px;
}

#bar {
	background: #DEDEDE;
	color: #590000;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
}

#menu {
	width: 309px;
	background: #600000 url('graphics/fields.gif') no-repeat center top;
	border-right: 1px solid #DEDEDE;
	padding: 50px 5px 10px 5px;
	vertical-align: top;
	text-align: center;
}

#menu a:link, #footer_links a:visited {
	font-size: 13px;
	color: #ffe0e0;
}

#main {
	width: 670px;
	background: #1F3061 url('graphics/main_bg.gif') no-repeat;
	padding: 50px 5px 10px 5px;
	vertical-align: top;
}

#footer {
	clear: both;
}

#footer_links {
	float: left;
	width: 700px;
	background: url('graphics/footer_bg.gif') repeat-x;
	height: 25px;
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding-top: 11px;
	padding-left: 5px;
}

#footer_links a:link, #footer_links a:visited,  {
	color: black;
	text-decoration: none;
}

#footer_contact {
	float: right;
	text-align: right;
	font-size: 12px;
	width: 290px;
	color: black;
	font-weight: bold;
	background: url('graphics/footer_bg.gif') repeat-x;
	padding-top: 11px;
	padding-right: 5px;
	height: 25px;
}

#footer_contact a:link, #footer_contact a:visited,  {
	color: black;
	text-decoration: none;
}

#main_links td {
	text-align: center;
	padding: 4px;
	line-height: 18px;
}