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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
}
body {
	background-color: #4e4e4e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
#wrapper1 {
	background:url(images/bg_home.jpg) no-repeat;
	width:800px;
}
#wrapper2 {
	background:url(images/bg_03.jpg) no-repeat;
	width:800px;
}
#wrapper3 {
	background:url(images/bg_04.jpg) no-repeat;
	width:800px;
}
#wrapper4 {
	background:url(images/bg_05.jpg) no-repeat;
	width:800px;
}
#footer {
	background:#3a3a3a url(images/footer_bg.gif);
	padding-top:30px;
	height:34px;
}
#footer p,a {
	color:#fed147;
}
.footer {
	font-size: 10px;
	color: #fed147;
}
a.footer:link {
	color:#fed147;
}
#logo {
	background:url(images/logo.gif) no-repeat;
}
#contact {
	height:73px;
	padding-top:10px;
	padding-right:10px;
}
#body {
	padding-left:35px;
	padding-right:35px;
	padding-bottom:25px;
	padding-top:20px;
}
#body2 {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:25px;
	padding-top:20px;
}