@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg_repeat.gif) bottom;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: arial;
	font-size: 10pt;
}
a {
	color: #CCCCCC;
}
a:hover {
	color: #FF0000;
}
.clear {
	clear: both;
}
#wrapper {
	background: #333333 url(images/bg_body.jpg) repeat-x top;
}
#main {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#home #main {
	width: 926px;
}
#header {
	height: 147px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 359px;
	width: 242px;
	height: 197px;
}
#nav_left {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 345px;
	height: 30px;
}
#nav_right {
	position: absolute;
	top: 110px;
	right: 0px;
	width: 345px;
	height: 30px;
}
#contact_left {
	position: absolute;
	top: 160px;
	left: 20px;
}
#contact_right {
	position: absolute;
	top: 160px;
	right: 20px;
}
#home #contact_left {
	position: absolute;
	top: 10px;
	left: 10px;
}
#home #contact_right {
	position: absolute;
	top: 10px;
	right: 10px;
}
#content {
	background-color: black;
	padding: 0px;
}
#col_left {
	width: 550px;
	padding: 0px;
	margin: 95px 0px 0px 0px;
	float: left;
}
#col_right {
	width: 330px;
	padding: 0px;
	margin: 105px 35px 200px 0px;
	float: right;	
	text-align: center;
	font-size: 8pt;
	font-family: verdana;
}
#col_right img {
	border: 10px solid #666666;
	margin: 5px 0px;
}
#footer {
	width: 920px;
	margin: 0px auto 50px auto;
	background-color: black;
	padding: 40px 20px;
	text-align: center;
}
#home #footer {
	width: 886px;
	margin: 0px auto 50px auto;
	background-color: black;
	padding: 40px 20px;
	text-align: center;
}
#heading {
	width: 496px;
	height: 35px;
	padding: 10px 0px 0px 50px;
	background: url(images/bg_header.jpg) repeat-y;
}
h1 {
	font-family: arial narrow;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
}
#bodytext {
	padding: 0px 0px 0px 50px;
	font-size: 10pt;
}
#fullpage #col_left {
	width: 100%;
}

