/* CSS Document */

/* PAGE MODIFIERS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:10px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#252525
}
h2{
	color:#ED7C00;
	margin:0 0 15px 0;
	font-size:16px;
}
img {
	border-width:0px;
}
a:link, a:visited {
	color:#9D0A0E;
	text-decoration:underline;
}

a:hover, a#active {
	color:	#9D0A0E;
	text-decoration:none;
}
.mainbody {
	margin:15px;
	color:#626262
}
.footer {
	margin:10px;
	color:#C2C2C2;
	text-align:center;
}
.footer a:link, .footer a:visited {
	color:#ffffff;
	text-decoration:underline;
}

.footer a:hover, .footer a#active {
	color:#ffffff;
	text-decoration:none;
}

.monkeytext {
	margin:15px;
	background-color:#CCCCCC;
	border:#BBBBBB 1px solid;
	color:#ED7C00;
	font-weight:bold;
	padding:10px;
}
.leftcolumn{
	width:331px; 
	float:left; 
	border:1px solid #CCCCCC;
	padding:10px;
}
.leftcolumn h2{
	text-align:center;
}
.rightcolumn{
	width:351px; 
	float:right; 
}
.rightcolumn #classicmonkey{
	border:1px solid #CCCCCC;
	background: 10px 6px no-repeat url(../images/bg_classicmonkey.jpg);
	padding:10px 10px 10px 85px;	
	min-height:90px;
	height:auto !important;
	height:90px;	
}
.rightcolumn #guestmonkey{
	border:1px solid #CCCCCC;
	background: 10px 6px no-repeat url(../images/bg_guestmonkey.jpg);
	padding:10px 10px 10px 85px;	
	min-height:90px;
	height:auto !important;
	height:90px;	
}
.cleaner{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.padcells{
	margin-top:15px;
}
/* PAGE MODIFIERS */

/* Backgrounds */
.bg_header {
	height:89px;
	width:750px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-color:#FF9900;
}

.bg_menu {
	height:44px;
	width:750px;
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}

.bg_title {
	height:16px;
	width:750px;
	background-image:url(../images/bg_title.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.bg_body {
	background-color:#FFFFFF;
}

.bg_divider {
	background-image:url(../images/bg_divider.gif);
	background-repeat:repeat-y;
}

.bg_footer {
	height:68px;
	width:750px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}

.quote {
margin-top:5px;
}

.quotecontent {
font-size:14px;
font-weight:bold;
}

/* Backgrounds */
