/* CSS Document */
body {
	background: #4F0000 url("../images/background.gif") repeat scroll center;
	left: 0px;
	top: 0px;
	height: 100%;
	text-align: center;
}

#cheese{
	background: #720000 url("../images/cheesetop.gif") no-repeat scroll 0px 0px;
	position: relative;
	width: 630px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -8px;
	border: none;
	padding: 10px;
	border-left: thick solid #5D0000;
	border-right: thick solid #5D0000;
	text-align: center;
}

#topLinks {
	position:relative;
	top: 120px;
	width: 100%;
	height: 45px;
}

#topLinks img {
	border: none;
	margin: 15px -2px 0px -2px;
	padding: none;
}

#bottom {
	position: relative;
	z-index: 1;
	width: 400px;
	text-align: center;
	margin: 30px auto -65px auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

#bottom a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000;
	text-decoration: none;
}

#bottom a:hover {
	color: #380000;
}

.contentText {
	z-index: 2;
	postition: relative;
	text-align: center;
	padding: 10px;
	width: 580px;
	font-family: "Copperplate Gothic Light", "Bell MT", Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

h3, h1 {
	font-family: "Copperplate Gothic Bold", "Bell MT", Georgia, "Times New Roman", Times, serif;
	color: inherit;
}

.contentSubBoxL {
	position: relative;
	width: 150px;
	margin: 10px 5px 10px 40px;
	float: left;
}

.contentSubBoxR {
	position: relative;
	width: 150px;
	margin: 10px 40px 10px 5px;
	float: right;
}

.contentSubBoxR img, .contentSubBoxL img {
	border: thin solid #A70
}

.contentSubBoxR a:link, .contentSubBoxL a:link, .contentText a{
	font-family: "Copperplate Gothic Light", "Bell MT", Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	text-decoration: none; 
}

.contentSubBoxR a:hover, .contentSubBoxL a:hover, .contentText a:hover {
	font-family: "Copperplate Gothic Light", "Bell MT", Georgia, "Times New Roman", Times, serif;
	color: #FFAA33;
	text-decoration: none;
}

#bottomPicture {
	position: relative;
	padding: 0px;
	top: 30px;
	margin-bottom: -30px;
	margin-left: -35px;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 650px;
}

.smaller {
	font-size: small;
}

small {
	font-size: x-small;
}

.bigLink {
	font-family: "Copperplate Gothic Bold", "Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size: 1.35em;
	color: #FFCC00;
	text-decoration: none; 
}

.bolden {
	font-family: "Copperplate Gothic Bold", "Bell MT", Georgia, "Times New Roman", Times, serif;
	color: inherit;
	font-size: 1.1em;
}

img, a {
	border:none;
}