/* CSS Document */
body {
	background-color: #888888;
	margin: 0px;
	display: block;
}
#wrap {
	background: url('images/shadow.gif') repeat-y transparent;
	display: block; 
	width: 1020px;
	height: 100%;
	margin-top: 0px;
}
#top_menu {
	height: 20px;
}
#buttons {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
a.contact_home:link {
	text-decoration: none;
	color: white;
}
a.contact_home:active {
	text-decoration: none;
}
a.contact_home:hover {
	text-decoration: none;
	color: white;
	background-color: #999999;
}
a.contact_home:visited {
	text-decoration: none;
	color: white;
}	
#header {
	margin: 0px;
	text-align: center;
}
h1 {
	color: black;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bolder;
}

#flash {
	width: 1000px;
	font-weight: normal;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #222222;
}

#bottom_menu {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#logobar {
	padding-top: 10px;
}
