html { height: 100%; }
body {
	background: #4d423b url(images/body_bg.gif) repeat-x;
	color:#65645B;
	font:12px/20px Tahoma, Verdana, sans-serif;
	letter-spacing:1px;
	padding:0;
	margin:0 0 75px 0;
	height:100%;
	}

#wrapper {
	background:url(images/top.jpg) top no-repeat;
	margin:17px 0 0 0;
	padding:0;
	width:100%;
	height:100%;
	}

#wrap {
	margin:0px auto;
	padding:0;
	width:623px;
	height:100%;
	}

#top {
	margin:0px auto 0px auto;
	background:transparent;
	width:623px;
	height:175px;
	text-align:left;
	padding:0px;
	}

#menu {
	background: url(images/menu_bg.gif) repeat-x;
	height:36px;
	}

#menu div { height:22px; margin:10px 10px 0 10px; float:left; }

#menu div a { 
	color:#b77f00;
	letter-spacing:1px; 
	text-decoration:none; 
	font-size: 14px;
	}

#menu div a:hover, #menu div.active a:hover { background-color:transparent; color:#ffffff; }
#menu div.active a { background-color:transparent; color:#000000; }

#content {
	background:url(images/right_bg_big.gif) 397px top repeat-y #ffffff;
	width:623px;
	margin:0px;
	padding:0;
	text-align:left;
	height:100%;
	display:table;
	}

.spacer, .spacer2 { height:5px; width:100%; background:#fafafa; }
.spacer2 { height:30px; background:transparent; }

#footer {
	background: #4d423b url(images/footer_bg.gif) repeat-x;
	width:623px;
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0;
	text-align:left;
	}
.copy { color:#ffffff; font-size: smaller; }
.copy a { text-decoration:none; color: #ffffff; }
ul { margin:10px 0 0 0; padding:0 0 0 15px; }
li { margin:0; padding:0; }

#left_content {
	background:#f2f2f2;
	padding:0;
	margin:7px;
	text-align:left;
	width:382px;
	float:left;
	}

#right_content {
	background:url(images/right_bg.gif) left top repeat-y #cec9b5;
	padding:0;
	margin:0;
	float:right;
	text-align:left;
	width:225px;
	height:100%;
	display:table;
	}


.inner_left { margin:17px 21px 21px 21px; }
.inner_right { height:auto; margin:11px 15px 12px 13px; }

.img { float:left; margin-right:11px }

.clear { clear:both }

a {	color:#2B7CB1; text-decoration:underline}
a.external:link {
	background: url(images/external_link.gif) no-repeat 100% 0;
	padding: 0 15px 0 0;
	}
a img { border:none; }

