body{
    font-family: Verdana, sans-serif;
    color: #4F4F4F;
    background: #000000;
    margin-top: 0px;
    }
fieldset{
	border: 0px;
	}
a {
    text-decoration: none;
    color: #222222;
    }	
	
a:hover {
    text-decoration: none;
    color: #000000;	
    }
#site{
    width: 1000px;
    margin: 0 auto;
    }
#header{
    width: 1000px;
    float: left;
    }
#img_01{
    width: 255px;
    height: 119px;
    background: url("images/img_01.jpg");
    float: left;
    }
#img_02{
    width: 499px;
    height: 119px;
    background: url("images/img_02.jpg");
    float: left;
    }
#img_03{
    width: 246px;
    height: 119px;
    background: url("images/img_03.jpg");
    float: left;
    }
#img_04{
    width: 1000px;
    height: 53px;
    background: url("images/img_04.jpg");
    text-align: center;
    float: left;
    }
#img_04 ul { 
	width: 770px; /*If your links text is bigger you will have to adjust this value*/
    height: 34px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0;
	text-align:center;
	line-height: 34px; /*same as height. This will center your text verticaly*/
	text-decoration: none;
}


#img_04 ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
}
			
#img_04 ul li a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	padding: 0 25px;
	color: #CCCCCC;
}

		  
#img_04 ul li a:hover, #img_04 ul li a.active { 
	background: transparent url(images/menu_over.png) repeat-x center top;
	text-decoration: none;
	Color: white;
}

#img_04 ul li a.active {
	font-weight: bold;
	cursor: default;
}

#img_05{
    width: 214px;
    height: 294px;
    background: url("images/img_05.jpg");
    float: left;
    }
#img_06{
    width: 574px;
    height: 294px;
    background: url("images/img_06.jpg");
    float: left;
    }
#img_07{
    width: 212px;
    height: 294px;
    background: url("images/img_07.jpg");
    float: left;
    }
#img_08{
    width: 1000px;
    height: 52px;
    background: url("images/img_08.jpg");
    float: left;
    }
#main{
    width: 1000px;
    background: url("images/img_10.jpg");
    float: left;
    }
#img_09{
    width: 1000px;
    background-image: url("images/img_09.jpg");
    background-position: top;
    background-repeat: no-repeat;
    min-height: 468px;
    float: left;
    }
#content{
    color: #000000;
    width: 950px;
    font-family: arial, verdana;
    margin: 0 auto;
    text-align: justify;
    }
#content h2{
    font-size: 18px;
    margin: 0px;
    margin-top: 20px;
    text-decoration: underline;
    }
#img_11{
    width: 1000px;
    min-height: 500px;
    background-image: url("images/img_11.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    float: left;
    }
