﻿/* ====================================
CSS - Level 3
style.css - main stylesheet
==================================== */
html {
	background-color:#AFAFAF;
	background:#475874 url('../images/bg.gif') repeat-x;
}
body {
	min-width:960px;
	width:960px;
	margin:0px auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000;
} 
a:link, a:active, a:visited {
	color:#009;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#009;
	text-decoration:none;
	font-weight:bold;
}
img {
	border:0px;
}
#wrapper {
	width:940px;
	margin:10px auto;
	text-align:left;
}
#logo {
	float:left;
	width:730px;
	height:200px;
	padding:10px 0px 0px 0px;
	background-color:#FFF;
	text-align:center;
}
#contact {
	float:right;
	width:190px;
	height:180px;
	padding:30px 10px 0px 10px;
	background-color:#FFF;
}
.title {
	float:left;
	width:930px;
	height:20px;
	padding:5px;
	background-image:url('../images/bg_title.png');
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:top;
	font-weight:bold;
}
.content {
	margin:0px;
	padding:0px 0px 5px 0px;
}
#footer {
	float:left;
	width:930px;
	height:16px;
	margin:0px 0px 10px 0px;
	padding:7px 5px;
	background-color:#7E7E7E;
	font-size:0.9em;
	font-weight:bold;
	color:#FFF;
}