body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font: 80% arial, helvetica, sans-serif;
background:#BEB491;
}

h1 
{
	padding: 0;
	margin-left: 100px;
} 

h3 
{
	padding: 10px;
	background: #beb491;
	margin-left: 100px;
	margin-right: 30px;
} 

a:link
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: maroon;
}

a:visited
{
	color: maroon;
	text-decoration: none;
}

#framecontent{
	top: 0;
	bottom: 0;
	left: 0;
	width: 200px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-image: url(ccr_bg.jpg);
	background-position: 0% 0;
	background-repeat: repeat-y;
	padding-left: 50px;
	height: 100%;
	float: left;
	position: absolute;

}

#maincontent{
	top: 0; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
	background-color: #beb491;
	padding-left: 200px;
	left: 0px;
}

#photos
{
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0;
	padding: 20px;
	background: #beb491;
	clear: both;
}

#flash
{
	margin-left: 150px;
}

#articles
{
	margin-left: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.innertube
{
	padding-top: 0px;
	
}

a img {border: 0}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
