/* CSS Document */

body {
	background-image: url(../images/bg-tile2.gif);
	padding: 0;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	}
	
body, td, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
ul {
	list-style-type: square;
	}
	
a {
	color: #FF0000;
	}
	
h1 {
	font-family: Georgia, Palatino, Palatino Linotype, "Times New Roman", Times, serif;
	font-size: 16pt;
	letter-spacing: -2px;
	word-spacing: 4px;
	font-weight: normal;
	font-style: italic;
	color: #d0a37e;
	}
	
td {
	vertical-align: top;
	}
	
.container {
	width: 748px;
	border-left: 1px solid #770000;
	border-right: 1px solid #770000;
	border-bottom: 1px solid #770000;
	background-color: #2f0000;
	margin-left: auto; 
	margin-right: auto; 
	}
	
.contentOuter {
	background-image: url(../images/rabbit.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
.contentInner {
	background-image: url(../images/gradient.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
.navCol {
	width: 200px;
	padding-top: 25px;
	}

	.nav {
		width: 200px;
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: 525px;
		}
		
		.nav li {
			text-align:center;
			padding: 5px;
			height: 20px;
			background-image: url(../images/line.gif);
			background-position: bottom center;
			background-repeat: no-repeat;
			}
			
			.nav li.lastLink {
				background-image: none;
				}
				
		.nav a, .nav a:active, .nav a:visited {
			font-family: Georgia, Palatino, Palatino Linotype, "Times New Roman", Times, serif;
			font-size: 10pt;
			letter-spacing: -1px;
			font-weight: normal;
			color: #d0a37e;
			text-decoration: none;
			word-spacing: 3px;
			}
			
			.nav a:hover {
				color: #FFF;
				}
	
.contentCol {
	width: 548px;
	padding: 0 30px 30px 10px;
	text-align: justify;
	}
	

.media {
		width: 548px;
		height: 50px;
		text-align: center;
		background-image: url(../images/linelong.gif);
		background-position: top center;
		background-repeat: no-repeat;
		}
		.media a, .media a:active, .media a:visited {
			font-weight: normal;
			color: #d0a37e;
			text-decoration: none;
			word-spacing: 3px;
			}
	
.footer {
	padding: 15px;
	color: #990000;
	}