@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/website/bg.jpg);
}
#Div_left {
	float: left;
	width: 219px;
}

#Div_Shadow{
	background-image: url(../images/website/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


#Div_ContentAll {
	width: 779px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	text-decoration: none;
}
.Padding {
	padding: 8px;
	background-image: url(../images/website/VERTICAL-LINER.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.Blacktext {
	color: #000;
	font-size: 12px;
	line-height: 20px;
}


#Div_right {
	float: right;
	width: 559px;
}
.Clear {
	clear: both;
}
#Div_ContentAll #Div_left #Div_logo {
	position: relative;
	margin-top: 5px;
}
#Div_menu {
	padding-top: 3px;
}

#Div_menu a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/website/liner-menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#Div_banner {
	margin-top: -18px;
}
#Div_menutop {
	position: relative;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}




#Div_menu a:hover{
	background-color: #ffe7a6;
	background-image: none;
}
ul  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#Div_but {
	width: 795px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Div_futt {
	background-color: #ebebeb;
	width: 100%;
	background-image: url(../images/website/but.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635e5e;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	height:50px;
}

#Div_futt a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635e5e;
	text-decoration: none;
}

#Div_futt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #815153;
	text-decoration: none;
}


.home{}

a.home{
	background-image: url(../images/website/home.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color:#fffefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
}

.about{}

a.about{
	background-image: url(../images/website/About.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color:#fffefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
}

.contact{}

a.contact{
	background-image: url(../images/website/contact.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color:#fffefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
}.Padding_linefleft {
	padding: 8px;
	background-image: url(../images/website/VERTICAL-LINER.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
