body {
	background-color: #006699;
	margin:0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	color:#CC0000;
	font-weight:100;
	margin:0 0 5px 0;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:16px;
}

p {
	margin:0 0 15px 0;
}

ul {
	margin:0 0 5px 5px;
}

a:link {
	font-size: 12px;
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}

#header {
	width:100%;
	background-image:url(../images/header-background.jpg);
	background-repeat:repeat-x;
	height:200px;
	margin:0;
	border-bottom:2px solid #003366;
}

#main {
	width:775px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 50px 25px 75px;
	background-color:#FFFFFF;
	background-image:url(../images/main-background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

#main img {
	float:left;
	margin:15px 0 15px;
}

#main-wrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header-wrap {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header-img {
	width:550px;
	float:left;
}

#header-contact {
	width:100px;
	height:35px;
	color:#FFFFFF;
	float:right;
	margin:150px 100px 0 0;
	padding:15px 0 0 0;
	text-align:center;
	background-image:url(../images/contact-button.png);
}

#header-contact a:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
#header-contact a:visited {
	color: #ffffff;
	text-decoration:none;
}
#header-contact a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#header-contact a:active {
	color: #ffffff;
	text-decoration:underline;
}

#footer {
	width:700px;
	height:30px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	background-color:#990000;
	border-top:1px solid #330000;
	padding:15px 100px 5px 100px;
	color:#FFFFFF;
	text-align:center;
}

#left {
	width:400px;
	float:left;
	margin-right:50px;
	padding-top:5px;
}

#left p{
	text-align:justify;
}

#right {
	width:270px;
	float:left;
	background-color:#cccccc;
	padding:5px 15px 15px 15px;
	margin:0;
}

#right-title {
	width:270px;
	float:left;
	background-color:#CC0000;
	color:#ffffff;
	margin:0;
	display:block;
	padding:5px 15px;
	border-bottom:1px solid #330000;
}

#right-title h2 {
	color:#ffffff;
	font-weight:100;
	margin:0;
}

#right-top {
	width:285px;
	float:left;
	padding:5px 0 15px 15px;
	text-align:right;
}

.contactform {
	list-style-image:none;
	list-style:none;
	margin:15px 0 15px 0;
}

#links {
	width:100%;
	background-color:#000066;
	padding:20px 0 30px 0;
	margin:0;
	color:#FFFFFF;
	clear:both;
	text-align:center;
	border-top:5px solid #000033;
}

#links h2 {
	color:#FFFFFF;
}

#links-wrap {
	width:850px;
	margin:0 auto;
}

#links ul {
	padding:0;
	list-style:none;
}

#links li {
	padding:3px 10px 3px 10px;
	margin:0; 
}

#links a:link {
	color: #ffffff;
	text-decoration:none;
}
#links a:visited {
	color: #ffffff;
	text-decoration:none;
}
#links a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#links a:active {
	color: #ffffff;
	text-decoration:underline;
}
	



