@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0px;
	padding:0px;
}

.fulldiv {
	width:100%;
	text-align:center;
}
.contentdiv {
	width:950px;
	margin:0px auto;
	text-align:left;
}
.spacer {
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}

.redbackground {
	background-color:#3f1212;
}
.darkredbackground {
	background-color:#240808;
}
.whitebackground {
	background-color:#ffffff;
}
.blackbackground {
	background-color:#000000;
}
.toptooth {
	background-image:url('../images/toptooth.gif');
	background-position:top center;
	background-repeat:repeat-x;
}
.bottomtooth {
	background-image:url('../images/bottomtooth.gif');
	background-position:top center;
	background-repeat:repeat-x;
}
.toothbackground {
	background-image:url('../images/tooth_repeat.gif');
	background-position:top center;
	background-repeat:repeat-x;
}

.nav {
	float:left;
	font-size:24px;
	height:50px;
	padding:5px;
	padding-top:20px;
}
.nav:hover {
	background-color:#551e1e;
	cursor:pointer;
}
.navoff {
	background-color:#3f1212;
}
.navon {
	background-color:#551e1e;
}
.navspacer {
	float:left;
	width:20px;
	height:75px;
}

.headertext {
	font-size:30px;
}
.whitelink {
	color:#ffffff;
	text-decoration:none;
}
.blacklink {
	color:#000000;
	text-decoration:none;
}
.blacklink:hover {
	color:#000000;
	text-decoration:underline;
}