@charset "UTF-8";
/* CSS Document */


/*overall*/

html {
	padding:0;
	margin:0;
}

body {
	padding: 0x;
	margin:0px;
	background: #61483d url(../images/bg.jpg) repeat-x top left;
	font-family:"Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
	color:#c8cdd0;
}

a:visited {
	text-decoration: none;
	color: #c8cdd0;
}

a:hover {
	text-decoration: none;
	color:#FFF;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

img, img a, div, div a {
	border:none;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

/*content*/


#main {
	margin:0 auto;
	padding:0;
	width:900px;
}

#header {
}

#header-nav {
	margin:0 ;
	padding:0;
	width:900px;
	height:72px;
	background:url(../images/header-bgupper.jpg) no-repeat top left;
	text-align:center;
}

#header-logo-wrapper {
	margin:0 47px 0 47px;
	padding:0;
	width:806px;
	height:196px;
	background: url(../images/main-bg.gif) repeat-y top center;
}

#header-logo {
	margin:0 3px 0 3px;
	padding:0;
	width:800px;
	height:196px;
	background:url(../images/header-bglower.gif) repeat-x top left;
	text-align:center;
}




#content {
	margin:0 47px 0 47px;
	padding:30px;
	width:746px;
	background: url(../images/main-bg.gif) repeat-y top center;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	line-height:1.2em;
	color:#3F190B;
	text-align:left;
}

#cont-rt  {
	float:right;
	text-align:center;	
}


#cont-lf {
	float:left;
	width:415px;
}


#clear {
	clear:both;
}


#footer {
	margin:0 47px 10px 47px;
	padding:20px 30px;
	width:746px;
	height:16px;
	background:url(../images/footer.gif) no-repeat top center;	
	color:#c8cdd0;
	text-align:center;

}

#counter {
	margin:20px auto 0 auto;
	padding:0;
	width:133px;
	text-align:center;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.email a:link {
	text-decoration: none;
	color:#222;
}

.email a:visited {
	text-decoration: none;
	color: #222;
}

.email a:hover {
	text-decoration: underline;
	color:#FFF;
}

.email a:active {
	text-decoration: none;
	color: #FFF;
}