/*
	BODY / GLOBAL
*/
* {
	font-family: tahoma, arial;
	font-size: 12px;
}

BODY {
	background-color: #c5d5dc;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
}

/*
	WRAPPER
*/
#wrapper {
	width: 800px;
	height: 567px;
	display: block;
	margin: 0 auto;
	background-image: URL("/images/main_background.gif");
	background-repeat:no-repeat;
}

#wrapper_site {
	margin-top: 18px;
	width: 757px;
	height: 488px;
	display: block;
	border: 0px solid #666666;
	background-color: #55585a;
}

#content_wrapper {
	display: block;
	float: left;
	width: 756px;
	height: 496px;
	background-color: #c5d0d3;
	background-image: URL("/images/padding_background.gif");
	background-repeat: repeat-x;
}

#content {
	margin: 0px;
	border: 0px solid #666;
	width: 737px;
	height: 476px;
	display: block;
	float: left;
	background-image: URL("/images/content_background.jpg");
	background-repeat:no-repeat;
}

#header {
	display: block;
	width: 100%;
	height: 23px;
	background-color: #243139;
	text-align: left;
	text-indent: 20px;
}

#navigation {
	
	background:#8f5024;
	text-align:left;
	padding:5px 0px 7px 12px;
	margin:0px 0px 0px 0px;
	color:#fff;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	padding:6px 5px 5px 6px;
	margin:0px 0px 0px 0px;
	text-align:left;
}

#navigation a:hover {
	color: #000;
}

#footer {
	
}

#leftcolumn {
	margin-left: 10px;
	display: block;
	float: left;
	width: 512px;
	height: 477px;
	background-color: #d8c19d;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	overflow:hidden;
}

#rightcolumn { 
	display: block;
	float: right;
	width: 200px;
	height: 477px;
	text-align: left;
	text-indent: 0px;
	overflow:hidden;
}

#page_wrapper {
	padding: 10px;
	width: 495px;
}

#page_title {
	width:490px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #716d65;
}

#page_content {
	display: block;
	float: left;
	padding: 10px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	overflow: auto;
	height: 400px;
	width: 475px;
}