@charset "UTF-8";





body {
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}





#header {
		width:940px;
		height:160px;
		margin:0px auto;
		background:url(../images/title.png);
		background-position:center top;
		background-repeat:no-repeat;
	}

#header-index {
		width:940px;
		height:160px;
		margin:0px auto;
		text-align:center;
	}

#wrapper {
		width:940px;
		margin:0px auto;
	}

#menu {
	height:65px;
	font-family: Verdana;
	background:url(../images/bg_menu.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-left:70px;
	}

#image {
	height:185px;
	font-family: Verdana;
	background:url(../images/bg_content.png);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	}

#content-bg {
	background:url(../images/bg_content_main.png);
	background-position:center bottom;
	background-repeat:repeat-y;
	}

#content {
	}

#content div {
		float:left;
	}

#content-left {
		width:170px;
		margin-left:70px;
	}

#content-main {
		width:700px;
	}

#footer {
		float:left;
		width:940px;
		height:180px;
		background:url(../images/bg_footer.png);
		background-position:center bottom;
		background-repeat:no-repeat;
		text-align:center;
	}

#bottom {
		clear:both;
		text-align:right;
		height:10px;
	}













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

.main {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9D9887;
}

