body {
	background: url("../images/body_bg.jpg") center top repeat-x #cdbd8d;
	margin: 0;
	padding: 0;
	
	font-family: georgia;
	font-size: 12px;
	line-height: 19px;	
	text-align: center;	
	color: #000;
}


p {
	margin:1em 0;
	padding:0;
	display:block
}

ul {
	margin: 1em 0 1em 2em;
	padding: 0;
}

h2 {
	margin: 1.25em 0 0.75em;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	font-family: georgia;
	color:#382513;
}

h3 {
	margin:1em 0;
	padding:0;
	font-size:14px;
	font-weight: bold;
	color:#382513;
}

h4 {
	margin:1em 0;
	padding:0;
	font-size: 13px;
	font-weight: bold;
}

a {
	color:#000;
}

#container {
	width: 778px;
	margin: 0 auto;
	padding: 0px 0px;
	text-align: left;
	background: url("../images/container_bg.jpg") left top;
}

#container2 {
	padding:0px 0px;
	margin:0 0 0 0;
	background: url("../images/container2_bg.jpg") left top no-repeat;
}

#header  {
	height: 140px;
	padding: 1px 0;
	clear: both;
}

#header p,h1 span{
	display:none;
}

#header h1 {
	width:140px;
	height:140px;
	margin:0;
	padding:0;
	display: block;
	float: left;
	
}
#header h1 a {
	width:140px;
	height:140px;
	display:block;
	outline: none;
}

#nav_top {
	height:36px;
	text-align: center;
	margin: 70px 0px 0;
	overflow: hidden;
}
#nav_top ul {
	margin:0 0 0 0;
	padding:0 0;
	list-style: none;
	
}

#nav_top ul li {
	float: left;
	margin: 2px 0px 0px;
	height: 25px;
	line-height: 25px;
	display: inline;
}

#nav_top ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #606060;
	font-family:georgia;
	display: block;
	padding:  0 12px;
}

#nav_top ul li a:hover {
	text-decoration: underline;
}

#nav_top .link_current {
	margin: 0;
	background: url("../images/nav_right_roll.gif") right top repeat-x;
	height: 27px;
	line-height: 27px;
}

#nav_top .link_current a {
	padding: 0 17px;
	color: #fff !important;
	font-size: 17px !important;
	background: url("../images/nav_left_roll.gif") left top no-repeat;
	
}

#nav_top .link_current a:hover {
	text-decoration: none !important;
}
	
#content {
	margin: 0px 0 0 0;
	padding:1px 0px;
	clear:both;
	background: url("../images/footer_bg.jpg") left bottom no-repeat;
}

#copy {

}

#content_footer {
	margin: 0 0 0 0;
	padding: 0 40px 32px;	
	
	clear:both;
}

#footer {
	
	height:0px;
	clear: both;
	text-align: center;

}

#footer p,#footer a {
	background-color: #cdbd8d;
	color:#382513;
	font-size:11px;
}
#footer p {
	margin:0;
}

