body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/body-bg.png) repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

a {
	color: #646464;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
}

#bg-left {
	width: 150px;
	height: 377px;
	background: url(images/left.jpg) no-repeat;
	float: left;
}

h1 {
	width: 664px;
	height: 377px;
	background: url(images/center.jpg) no-repeat;
	float: left;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#bg-right {
	width: 386px;
	height: 377px;
	background: url(images/right.jpg) no-repeat;
	float: left;
}

#bg-right ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 20px;
	width: 266px;
}

#bg-right ul li {
	height: 107px;
	background: url(images/menu-divider.png) no-repeat center 70px;
	margin-top: -50px;
}

#bg-right ul li:first-child {
	margin-top: 0;
}

#bg-right ul a {
	padding-top: 40px;
	height: 67px;
	display: block;
	text-decoration: none;
	color: white;
	font-size: 20px;
	text-align: center;
	
}

#bg-right ul a:hover {
	background: url(images/menu-hover.png) no-repeat center;
}

#content {
	background: url(images/subheader.jpg) no-repeat left top;
	clear: both;
	min-height: 155px;
	padding-top: 23px;
	padding-left: 150px;
	line-height: 25px;
}

#right-content ul {
	list-style: none;
	padding-left: 10px;
}

#right-content ul li {
	background: url(images/li.png) no-repeat left 8px;
	padding-left: 20px;
	line-height: 30px;
}

#left {
	padding-bottom: 255px;
	background: url(images/left-footer.jpg) no-repeat left bottom;
	width: 335px;
	float: left;
}

#left-content {
	background: url(images/left-bg.gif) repeat-y top left;
	width: 275px;
	padding: 0 30px 0 30px;
}

#right-content {
	float: left;
	background: url(images/right-bg.gif) repeat-y top left;
	width: 504px;
	margin-top: 60px;
	margin-left: 1px;
	padding: 0 30px 0 30px;
	text-align: justify;
}

h2 {
	margin: 0;
	padding: 5px 0 10px 0;
	font-weight: normal;
	font-size: 22px;
	color: #737373;
	border-bottom: 1px dotted #737373;
}

h2 span {
	color: #db1f26;
}

p {
	margin: 0;
	padding: 0;
}

p.br {
	margin-top: 1em;
}

#contact {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

#contact li {
	line-height: 30px;
	padding-left: 25px;
}

#contact li.contact-tel {
	background: url(images/tel.gif) no-repeat left 5px;
}

#contact li.contact-mail {
	background: url(images/mail.gif) no-repeat left 5px;
}

#contact li.contact-web {
	background: url(images/web.gif) no-repeat left 5px;
}

#footer {
	clear: both;
	background: url(images/right-footer.png) no-repeat left top;
	height: 75px;
	margin-left: 336px;
	width: 504px;
	text-align: center;
	padding-right: 60px;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 130px;
}

#footer ul li {
	float: left;
	margin: 10px 10px;
}

#footer ul li a {
	background-color: white;
}

#footer p {
	clear: both;
	margin: 0;
	font-size: 11px;
	color: #a6a6a6;
}