﻿body {
	margin: 0;
	padding: 0;
	overflow: auto;
	background: url('../siteart/bg.jpg') no-repeat #fff center top;
}

td {
	font-family: Tahoma, Verdana, sans-serif;
}

img {border: 0;}

a {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #ab0000;
}

a:hover {
	color: #c50c0c;
}

.wrapper {width: 940px;}

#nav {
	background: url('../siteart/navbg.jpg') no-repeat;
	height: 42px;
	text-align: center;
}

#nav ul {
	margin:0 auto;
	padding:0;
	list-style:none;
	width: 440px;
	height: 42px;
}

#nav li {
	display:block;
	float:left
}

#nav li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight: bold;
	font-style: normal;
	color:#fff;
	padding:14px;
	text-align:center;
	display:block;
	border-right:2px #fff solid;
	border-left:2px #fff solid;
}

#nav li a:hover {
	background: url('../siteart/nav-over.jpg');
	color:#eee;
}

#contentcontainer {
	margin-top: 15px;
}

#contentright {
	position: relative;
	right: 75px;
	float: right;
	display: block;
	width: 449px;
	background: url('../siteart/contact.png') no-repeat;
}

#contactinfo {
	padding-left: 135px;
	padding-top: 65px;
}

span.block {
	display: block;
	line-height: 26px;
	font-style: italic;
}

.big {
	font-size: 14pt;
	font-weight: bold;
	font-style: normal !important;
}

.left {padding-left: 25px;}

.grey {
	font-weight: bold;
	color: #707070;
	font-style: normal;
}

#contentleft {
	float: left;
	width: 490px;
	font-size: 12pt;
	font-weight: bold;
}