﻿*{ 
margin: 0;
padding: 0;
border: none;
}

body {
	margin: 0 auto 0 auto;
	background: url('images/bg.jpg') repeat-x left top;
}

a:link, a:visited { text-decoration:none; }

#wrap {
	margin: 0 auto 0 auto;
	width: 985px;
}
#header {
	background: url('images/header.jpg') no-repeat left top;
	padding: 121px 0 0 218px;
	width: 767px;
	height: 149px;
}
#header p {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #000;
	font-variant: small-caps;
}
#header p span {
	padding: 20px 0 0 0;
	display: block;
	font-size: 12px;
}
#content {
	width: 985px;
	overflow: hidden;
}
#content-top {
	width: 943px;
	height: 94px;
	padding: 24px 0 0 42px;
}
.content-a {
	background: url('images/content-a.jpg') no-repeat 0 0;
	padding: 10px 0 0 0;
	margin: 0 26px 0 29px;
	float: left;
	width: 245px;
	height: 66px;
}
.content-a:hover {
	background: url('images/content-a.jpg') no-repeat -245px 0;
}
.red-a {
	background: url('images/red-a.jpg') no-repeat left top;
	padding: 16px 0 0 0;
	margin: 0 0 10px 0;
	float: left;
	width: 243px;
	height: 34px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.black-a {
	background: url('images/black-a.jpg') no-repeat left top;
	padding: 16px 0 0 0;
	margin: 0 0 10px 0;
	float: left;
	width: 243px;
	height: 34px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.red-a:hover {
	color: #ddd;
}

.black-a:hover {
	color: #ddd;
}
#left {
	float: left;
	width: 285px;
	padding: 26px 0 0 52px;
	overflow: hidden; 
}
#center {
	background: url('images/center-bg.jpg') no-repeat left top;
	padding: 6px 0 0 0;
	float: left;
	width: 311px;
	min-height: 106px;
	height: auto !important;
	height: 106px;
}
#right {
	float: left;
	width: 293px;
	padding: 26px 0 0 44px;
}
#footer-bg {
	background: url('images/footer-bg.jpg') repeat-x left top;
	clear: both;
}
#footer {
	margin: 0 auto;
	padding: 91px 12px 0 0;
	width: 973px;
	height: 63px;
}
#footer dfn {
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
}
#footer p {
	float: right;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: right;
}
#footer p a {
	font-weight: bold;
	color: #fff;
}
#footer p a:hover {
	text-decoration: underline;
}
