body {
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFF;
	background-image: url(../images/gradient_bkg.png);
	background-repeat: repeat-x;
	color: #333333;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 1em;
}
#container
 
{/**ROUNDED CORNERS FOR MOZILLA, WEBKIT, LINUX, OPERA**/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 0 15px #333;
	-moz-box-shadow: 0 0 15px #333;
	/**ROUNDED CORNERS FOR IE ONLY - REQUIRES THE BORDER RADIUS.HTC FILE**/
behavior: url(/border-radius.htc);
}
#header {
	height: 270px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#contentLeft {
	float: left;
	width: 350px;
	text-align: center;
}
#contentLeft a:link, #contentLeft a:visited {
	color: #600;
}
#contentLeft a:hover {
	text-decoration: none;
}

#contentRight {
	float: right;
	width: 500px;
	padding: 1em;
}
#contentRight a:link, #contentRight a:visited {
	color: #600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
#contentRight a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
#contentFull {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	font-size: 0.7em;
	text-align: center;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
#footer a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
#specialEdit {
	float: none;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	background-color: #AE8E8E;
	color: #FFF;
}
#specialEdit a:link, #specialEdit a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#specialEdit a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
#chocolate {
	text-align: center;
	padding: 1em;
	width: 400px;
	background-color: #836D6F;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#chocolate a:link, #chocolate a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#chocolate a:hover {
	text-decoration: none;
	border-bottom-style: none;
}
.quote {
	font-size: 1.2em;
	font-style: italic;
	line-height: 2em;
}
.green {
	color: #59890F;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #F8341C;
}
.trek {
	font-weight: bold;
	color: #A43428;
}
.hangten {
	font-weight: bold;
	color: #593657;
}
.tango {
	font-weight: bold;
	color: #84A2A0;
}

.large {
	font-size: 20px;
	color: #600;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#monspec   td  {
	border: 1px solid #6C0219;
}
#monspec th {
	color: #FFFFFF;
	background-color: #6C0219;
}
h2 {
	color: #6C0219;
}

