/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, font, ins, kbd, q, s, samp,small, strike, tt, var,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}body {
	line-height: 1;
	color: black;
	background-color: #eceded;
} ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}


body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height:1.6em;
	background-color: #eceded;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #412020;
	}

#wrapper{
	width: 818px;
	text-align: ;left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	}
	
#header{
	width: 818px;
	height: 124px;
	text-align: ;right;
	background:url(../images/header.jpg);
	}
	
h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 25px;
	color: #562a2a;
	font-weight: bold;
	background-repeat: no-repeat;
}
h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #a27153;
	font-weight: bold;
	background-repeat: no-repeat;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height:1.4em;
	color: #412020;
	}
	
/* Top Navigation */
	
#navigation{
	float:right;
	width: 325px;
	height: 37px;
	margin-right:40px;
	}

#navigation ul {
	list-style-type:none;
	}
	
#navigation li{
	display:inline;
			}
	
#navigation li a{
	padding-top:13px;
	padding-left:42px;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:right;
	cursor:inherit;
	color:#a27153;
	font-size: 13px;
	font-weight: bold;
	}

#navigation li a:hover{
	color:#FFF;
	border-bottom-width: 1px;
	}

#navigation ul li#activ a{
	color:#FFF;
	background:url(images/menu_hover-trans.png);
	}

/* Left Navigation */
	
#leftnav{
	width: 140px;
	height:260px;
	padding-top:7px;
	}

#leftnav ul {
	list-style-type:none;
	}
	
#leftnav li{
	padding-bottom:11px;
	display:block;
			}
	
#leftnav li a{
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#562a2a;
	font-size: 13px;
	font-weight: bold;
	}

#leftnav li a:hover{
	color:#FFF;
	border-bottom-width: 1px;
	}
	
#leftnav ul li#activ a{
	color:#FFF;
	background:url(images/menu_hover-trans.png);
	}

	/* image */
	
img{border:none;}
		
	/* Main Body */
	
.clearer {clear: both;}

.banner {
	clear: both;
	height: 425px;
	width:940px;
	overflow: hidden;
	}
	
#left{
	width: 140px;
	height:auto;
	margin-top:40px;
	padding-left:20px;
	padding-right:20px;
	float: left;
	background-image: url(../images/left_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}
	
#right{
	width:557px;
	padding-right:20px;
	padding-left:60px;
	margin-bottom:20px;
	float:right;
		}
		
#right1{
	width:557px;
	margin-top:40px;
	padding-right:20px;
	padding-left:60px;
	margin-bottom:20px;
	float:right;
		}

#recent{
	float:right;
	width:578px;
	padding-left:60px;
	margin-top:40px;
	margin-bottom:20px;
	padding-right:0px;
	float:left;
		}

#recent ul {
 list-style: none;
}

#recent ul li {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
			}
			
#recent ul li a {
	width: 112px;
	height: 112px;
	float: left;
	border: 2px solid #562a2a;
	padding: 4px;
	background-color: #a27153;  
	}
	
#recent1{
	float:right;
	width:578px;
	padding-left:60px;
	margin-top:10px;
	margin-bottom:20px;
	padding-right:0px;
	float:left;
		}

#recent1 ul {
 list-style: none;
}

#recent1 ul li {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
			}
			
#recent1 ul li a {
	width: 112px;
	height: 112px;
	float: left;
	border: 2px solid #562a2a;
	padding: 4px;
	background-color: #a27153;  
	}

#footer{
	margin-top:15px;
	padding-top:10px;
	padding-bottom:15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #562a2a;
	}
	
#footer p{
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-decoration: none;
	}

#footer p a{

	text-decoration: none;
	color: #562a2a;}