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

body {
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	color: #333333;
	margin: 0;
	padding: 0;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}



#MainContainer {
	width: 970px;
	margin: 0 auto;
}

#Header {
	width: 970px;
	height: 140px;
	margin: 0 auto;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}

#Content {
	width: 720px;
	float: left;
	padding: 30px;
}

#ContentImages {
	width: 220px;
	float: left;
}

#ContentBody {
	width: 720px;
	float: left;
}

#SideBar {
	width: 190px;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

#Nav a {
	color: #333333;
	text-decoration:none;
	font-family: "Centaur";
	font-size: 20px;
	color: #333333;
}

#Nav a:hover {
	color: #990000;
	text-decoration: none;
}

#Nav li {
	list-style: none;
	height: 26px;
}

.over {
	font-family: "Centaur";
	font-size: 20px;
	color: #990000;
	text-decoration: none;
}

#NavImage {
	width: 190px;
	height: 290px;
}

#Footer{
	clear: both;
	width: 970px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#Divider{
	width: 970px;
	height: 45px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#FooterInfo{
	width: 970px;
	height: 35px;
}

#Copyright{
	width: 455px;
	height: 35px;
	float: left;
	text-align: left;
	padding-left: 30px;
}

#FooterContact{
	width: 455px;
	height: 35px;
	float: left;
	text-align: right;
	padding-right: 30px;
}

img.left {
    float: left;
    margin-right: 30px;
	margin-bottom: 20px;
}

img.designleft {
    float: left;
    margin-right: 30px;
	margin-bottom: 80px;
}





@font-face {  
	font-family: 'Centaur';  
	src: url('fonts/CentaurMTStd-Regular.otf') format('opentype');  
}

h1{
	font-family: "Centaur";
	font-size: 26px;
	color: #990000;
	margin-top: 0px;
	padding-top: 0px;
}

h2{
	font-family: "Centaur";
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

p2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.style1 {
	font-family: Centaur;
	font-size: 18px;
}