body {
	margin: 0px;
	background-color: #CC9933;
}

div#whole {
	background: #CC9933 url(images/background.gif) center repeat-y;
	margin-top: 0px;
	width: 800px;
	max-width: 800px;
	text-align: left;
}

div#header {
	background-color: #CC9933;
}

div#footer {
	background: #CC9933 url(images/footer.jpg) center;
	min-height: 90px;
}

.leftcontainer {
	width: 145px;
	height: auto;
	min-height: 200px;
	margin-left: 35px;
	margin-right: 5px;
	float: left;
	background: transparent;
}


.leftmenu {
	width: auto;
	min-height: 100px;
	height: auto;
	color: #000000;
	padding-bottom: 2px;
	margin-bottom: 1px;
	margin-right: 5px;
	border: 1px solid black;
	background-color: #CC9933;
}

.content {
	width: 580px;
	height: auto;
	min-height: 300px;
	margin-left: 185px;
}

img#RKPics {
	border: 1px solid #CC9933;
}

.hiddenpics {
	display: none;
}

.quote {
	width: 666px;
	height: auto;
	margin-left: 35px;
	vertical-align: middle;
}



/* Font Components */

.leftmenulink {
	font-size: 12px;
	font-family: Tahoma;
	padding-left: 10px;
}

.leftmenuheader {
	padding-left: 3px;
}

.fontsize13 {
	font-size: 13px;
}

.fontsize11 {
	font-size: 11px;
}

.hiddentext {
	color: #CCCCCC;
}



/* Link Components */

.leftmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu a:hover {
	font-style: normal;
	font-weight: bold;
}

.content a:link {
	color: #CC9933;
	text-decoration: underline;
}
.content a:visited {
	color: #CC9933;
}
.content a:active {
	color: #CC9933;
}
.content a:hover {
	color: #FFFFFF;
}






.details_link{ cursor:hand; cursor:pointer; font-style:italic;background-color:#CCCCCC;margin-left:20px; text-decoration:underline }
.details{ display:none;padding-left:20px; padding-top:5px;}