@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	text-align:center;
	line-height: 1.5em;
	color: #FFF;
	margin-top: 10px;
	width: 897px;
	margin-right: auto;
	margin-left: auto;
}

h1 h2 h3{
	color: #C03;
	font-size: 1.2em;
	}
	
h2 {
	font-size: 1em;
}

h3 {
	font-size: .8em;
}	
a:link, a:visited, a:hover {
	color: #999;
	text-decoration: none;
	line-height:1.5;
}

a:hover {
	color: #CCC;
}

a:visited {
	color: #666666;
}
div#container {
	width:897px;
	height: 566px;
	margin-top: 70px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/contact_bkg.jpg);
	background-repeat: no-repeat;
	}
	
div#container img {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: none;
	position: absolute;
	z-index: 0;
	left: 22px;
	top: 223px;
	}
	
div#navBar {
	height: 32px;
	background-color: #000;
	width: 897px;
	float: none;
	clear: both;
	}

	

#container object {
	text-align: center;
	float: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #mainContent {
	width: 460px;
	margin-left: 50px;
	float: right;
	height: auto;
	margin-right: 0px;
	padding-right: 200px;
}

#container #mainContent h1 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 16px;
	color: #AA1006;
	text-align: left;
	float: none;
	margin-top: 70px;
	font-weight: normal;
	letter-spacing: .2em;
}

#container #mainContent p {
	float: left;
	text-align: left;
	margin-top: 10px;
	color: #333;
	font-size: 0.9em;
	line-height: 1.8em;
	width: 460px;
}
#container #sidebar {
	float: left;
	text-align: left;
	clear: none;
	width: 180px;
	color: #000;
	height: 100px;
	padding: 0px;
	margin-top: 190px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #sidebar img {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
}
#container #sidebar h1 {
	text-align: left;
	margin-top: 10px;
	color: #CCC;
}
#container #sidebar p {
	font-size: 0.75em;
	line-height: 2em;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	text-indent: 65px;
	margin-top: 20px;
}
#footer {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 80%;
	color: #BBB;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	text-decoration: none;
	color: #BBB;}
