@CHARSET "UTF-8";
* {
    margin: 0px;
    padding: 0px;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px auto;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
	background:url(images/body_bg.jpg) #7eb0b0 no-repeat 50% 0%;
	background-attachment:fixed;
	width:100%;
	overflow-x:hidden;
}
#content_box,
#footer {
	margin:0px auto;
}
#top {
	background:url(images/top.png) no-repeat 50% 0%;
	width:1000px;
	height:310px;
}
#top_photo {
	background:url(images/top_photo.png) no-repeat 50% 0%;
	width:50px;
	height:234px;
	right:50%;
	top:0px;
	position:absolute;
	margin-right:-550px;
}
#nav {
	top:190px;
	left:50%;
	position:absolute;
	margin-left:-460px;
	height:43px;
	width:900px;
	overflow:hidden;
}
#nav ul {
    margin: 0 auto;
	}

#nav ul, 
#nav ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-left: 56px;
}
#nav ul li {
    float: left;
    background: url(images/menu_list_left.png) no-repeat 0% 0%;
    margin-left: 5px;
	padding-left:7px;
    height: 50px;
    background-position: 0px 0px;
}

#nav ul a:link, 
#nav ul a:visited {
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    background: url(images/menu_list_right.png) no-repeat right top;
    padding: 10px 7px 5px 0px;
    margin-left: 0px;
    height: 50px;
}

#nav ul a:hover {
    color: #c0c0c0;
}
#address {
	top:247px;
	left:50%;
	position:absolute;
	width:950px;
	margin-left:-475px;
	color:#400d07;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
#content {
	background:url(images/content_bg.png) repeat-y;
	margin-left:30px;	
	text-align:justify;
	font-size:12px;
	color:#562a21;
	line-height:150%;
}
a {
	color:#562a21;
}
a:hover {
	color:#765a51;
}
#content a:hover {
	text-decoration:none;
}
#content_in {
	min-height:400px;
	margin:0px 20px;
}
#footer {
	background:url(images/footer.png) no-repeat 0% 0%;
	width:1000px;
	height:105px;
}
#footer #ithelper {
	float:right;
	margin-right:20px;
	padding-top:90px;
	font-size:9px;
	color:rgb(70,70,70);
}
h1, h2, h3 {
	background:url(images/h_bg.png) no-repeat 0% 0%;
	height:28px;
	text-align:left;
	padding-top:7px;
	text-indent:15px;
	font-size:13px;
}
.posttitle {
	display:block;
	padding-top:25px;
}
.posttitle a{
	display:block;
	background:url(images/h_bg.png) no-repeat 0% 0%;
	height:28px;
	text-align:left;
	padding-top:7px;
	text-indent:15px;
	font-size:13px;	
	font-weight:bold;
	text-decoration:none;
}
#content a[href$=".rtf"],
#content a[href$=".doc"],
#content a[href$=".docx"]{
	 background:url(icons/word_icon.png)  10px no-repeat;
     padding:7px;
     padding-left: 52px;
     display:block;
     vertical-align:middle;
}
/*************************/
