@import url("reset.css");
@import url("fonts.css");
@import url("base.css");



/*standard*/
.clear {clear: both;height: 0;}


/*structure*/

html {
	color: #231f20;
	background: #070000 url(../img/bg.jpg) no-repeat center top;
}


body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
}



#wrapper {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	background: #fefefe;
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
}



#header {
	height: 340px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}

#header a {
	height: 340px;
	width: 620px;
	display: block;
}

#left-col {
	width: 620px;
	text-align: center;
}


#mid-col {
	width: 620px;
	margin-bottom: 40px;
	font: 180% Georgia, "Times New Roman", Times, serif;
	text-align: center;
}


#right-col {
	width: 620px;
}



#footer {
	background: #FFFDCB url(../img/footer.gif) no-repeat;
	height: 100px;
	width: 750px;
}


.photo {
	float: right;
	padding-left: 15px;
}

.thumb {
	border: 4px solid #FFFFFF;
}

.thumb:hover {
	border: 4px solid #7D1009;
}

.big {
	font-size: 150%;
	color: #82090E;
}

.credits {
	font-size: 87%;
	text-align: center;
	margin: 20px;
}

.credits a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.credits a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.credits a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




/*navigation*/


#nav a {
	background: #271818;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 14px;
	border: 3px solid #000000;
}

#nav a:hover {
	background: #82090E;
}

#boxes a {
	background: #AD4042;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 14px;
	border: 1px solid #000000;
}

#boxes a:hover {
	background: #82090E;
}


/*anchors*/

a {font-weight: bold;}
a:link {color: #227799;}
a:visited {color: #227799;}
a:active {color: #227799;}
a:hover {color: #115577;}


/*overrides*/

th,td {
	border:0;
}

hr {
	border-color: #bfb7ae;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0;
}

h1,h2,h3,h4 {
	margin-top: 0;
	color: #82090E;
}

blockquote,ul,ol,dl {
	margin-top: 0;
}
