html,body {
	margin:0;
	padding:0;

	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	background-color:#604b2b;
	padding-top:20px;
}

img {
	border:0;
	behavior:url(iepngfix.htc);
}

.gallery {
	float:left;
	margin-bottom:5px;
}

div#container {
	margin:auto;
	width:675px;
	border:5px solid #2B2C1A;
}

div#header {
	background:url(../images/header.jpg) left top no-repeat;
	height:110px;
	/*background:red;*/
}

div#content {
	clear:both;
	background:url(../images/content_bg.jpg) left top no-repeat;
	_height:560px;
	min-height:560px;
	display:block;
	background-color:#fff;
	padding-bottom:10px;
}

div#content_top {
	background:url(../images/content_top.jpg) left top no-repeat;
	height:13px;
	clear:both;
	/*background:red;*/
}

div#content_bottom {
	background:url(../images/content_bottom.png) left top no-repeat;
	height:20px;
	/*background:red;*/
}

div#content #left {
	width:140px;
	vertical-align:top;
}

div#submenu {
	width:160px;
	margin-top:10px;
	margin-left:10px;
	padding:10px;
 	background-color:#F9EEB8;
 	border:1px solid #D2CFBE;
}

#left a:link, #left a:visited, #left a:active {
	font-size:11px;
	color:#615523;
	text-decoration:none;
	font-weight:normal;
}

#left a:hover {
	text-decoration:none;
}

#left a.active:link, #left a.active:visited, #left a.active:active {
	font-size:11px;
	color:#615523;
	text-decoration:none;
	font-weight:bold;
}

#left a.active:hover {
	text-decoration:none;
}

div#content #right {
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
/* 	background:green; */
}

div#footer {
	margin:auto;
	width:675px;
	color:#fff;
	height:30px;
	/*background:blue;*/
}

div#footer div#copyright {
	float:left;
	width:530px;
	padding:5px 20px 0px 5px;
	color:#BFB486;
 	/*background:red;*/ 
}

div#footer div#copyright p {
	padding:0px;
}

div#footer div#createdby {
	float:left;
	text-align:right;
	width:110px;
	padding:5px 0px 0px 0px;
	color:#BFB486;
 	/*background:yellow;*/ 
}

div#createdby a:link, div#createdby a:visited, div#createdby a:active {
	font-size:11px;
	color:#BFB486;
	text-decoration:none;
	font-weight:normal;
}

div#createdby a:hover {
	text-decoration:underline;
}

p {
	padding:5px 0 0 0;
	margin:0;
}

a:link, a:visited, a:active {
	font-size:11px;
	color:#604B2B;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ul {
	padding-left:15px;
}

li {
	list-style-type:square;
}

div#menu_container {
	background:url(../images/menu_bg.jpg) left top repeat-x;
	text-align:center;
	clear:both;
	height:21px;
	padding-top:10px;
	color:#41371E;
}

div#menu_container #active {
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	height:31px;
	line-height:31px;
}

#menu_container a:link, #menu_container a:visited, #menu_container a:active {
	font-size:12px;
	color:#41371E;
	text-decoration:none;
	font-weight:normal;
}

#menu_container a:hover {
	text-decoration:underline;
}

#menu_container a.active:link, #menu_container a.active:visited, #menu_container a.active:active {
	font-size:12px;
	color:#41371E;
	text-decoration:none;
	font-weight:bold;
}

#menu_container a.active:hover {
	text-decoration:underline;
}

.h1 {
	font-size:20px;
	color:#41371E;
	text-decoration:none;
	font-weight:normal;
	padding:10px 0px 5px 0px;
}

h1 {
	font-size:16px;
	color:#41371E;
	text-decoration:none;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	color: #41371E;
	text-decoration: none;
	font-weight: bold;
}
