/* CSS Document */
html,body{ margin:0; padding:0;}
body{ background-color:#000000;}
/*---------------------Header-------------------*/
#menu_bg_top{
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 950px;
}
.header1{
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	height: 168px;
	width: 237px;
}
.header2{
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 168px;
	width: 241px;
}
.header3{
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
}
.header4{}
.header5{
	background-image: url(../images/header5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 238px;
	width: 237px;
}
.header6{
	background-image: url(../images/header6.jpg);
	background-repeat: no-repeat;
	height: 238px;
	width: 241px;
}
.header7{
	background-image: url(../images/header7.jpg);
	background-repeat: no-repeat;
	width: 240px;
}
.header8{
	background-image: url(../images/header8.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 292px;
}
/*---------------------Menu-------------------*/
#menu{
	font-family: Tahoma;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 35px;
	padding-bottom: 25px;
}
#menu a, #menu a:visited{
	font-family: Tahoma;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover{
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
/*---------------------Main-------------------*/
h1,h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFAA2B;
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 35px;
	margin-top: 5px;
}
.left{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
.left p,.right p{ padding:0; margin:0;}
.left p,.right p{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	text-align: justify;
	text-indent: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/*---------------------Footer-------------------*/
#footer_bg{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 950px;
}
.copyright{
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 30%;
	padding-top: 25px;
}

