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

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: url(header-bg.png) repeat-x top #fff;
}

#page-wrap {
	width: 1058px;
	height: 768px;
	margin: 0 auto;
	
	}
	
#header {
	width: 932px;
	height: 252px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(header.png) no-repeat top center;
	}

p.p1 {
	font-size: 12px;
	padding-top: 235px;
	text-align: left;
	width: 100px;
	float: left;
}

p.p2 {
	font-size: 12px;
	padding-top: 235px;
	text-align: right;
	}

#header a {
		color: #fff;
		text-decoration: underline;
	}
	
#header a:hover {
	 color: #000;
	 text-decoration: none;
	}
	
#main-content {
	background: #fff;
	height: 508px;
	width: 1058px;
	border-left: thin solid black;
	border-bottom: thin solid black;
	border-right: thin solid black;
	margin-bottom: 0;
	}
	
#left-col {
	height: 508px;
	width: 319px;
	background: url(left-red-bg.png) no-repeat bottom left;
	float: left;
	margin-right: 5px;
	}
	
#left-col a {
	color: #000;
	
	}
#middle-col {
	height: 508px;
	width: 425px;
	float: left;

	}	
	
#right-col {
	height: 508px;
	width:309px;
	float: left;
	background: url(right-white-bg.png) no-repeat bottom right;
	}
	
#footer {
	background: url(footer-bg.png) repeat-x top left #7b0c12;
	height: 100px;
	color: #fff;
    margin-top: -7px;

	}

#footer p {
	font-size: 12px;
	padding-left: 10px;
	}
	
	
#footer a {
	color: #000;
	}	
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}	
	
h1 {
	font-size: 28px;
	text-align: center;
	margin-top: 5px;
	}
	
h2 {
	font-size: 20px;
	margin-top: 5px;
	}
	
h3 {
	margin-top: 370px;
	text-align: right;
	font-size: 14px;
	}

h4 {
	margin-top: -25px;
	margin-left: 175px;
    color: #8c0a10;
	font-size: 12px;
	}

h4 a {
	text-decoration: underline;
	color: #8c0a10;
	}
	
h4 a:hover {
	text-decoration: none;
	color: #000;
	}	
	
h5 {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	}
	
h6 {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	}
	
h6 a {
	text-decoration: underline;
	color: #8c0a10;
	}
	
h6 a:hover {
	text-decoration: none;
	color: #000;
	}		
	
ul {
	margin-top: 20px;
	list-style: none;
	font-size: 22px;
	}

ul#left {
	display: block;
	width: 250px;
	float: left;
	}
