body {
    background-color:#fff;
	background-image:url('../images/background.jpg');
	background-align:center top;
	color:#000;
    font-family:Arial;
    font-size:12px;
    width:100%;
    margin:0px;
    padding:0px;
}
body.mceContentBody {
	background-image:none;
	
}
#head {
	height:95px;
	color:#fff;
}

#menu_top {
        width:690px;
	padding-top:60px;
	float:right;
}
ul.navigation {
    list-style-type:none;
    font-size:14px;
}
ul.navigation li{
    font-weight:bold;
    text-transform:capitalize;
    display:inline;
    line-height:15px;
    margin:0px 20px 0px 0px;
}
ul.navigation a {
    text-decoration:none;
    color:#fff;
}
#content {
	padding-top:35px;
	height:560px;
	overflow:hidden;
}
#pic {
}
#menu_bottom ul li{
	margin-left:0px;
	margin-right:50px;
	text-transform:capitalize;
	font-size:14px;
	font-weight:bold;
	display:inline;
	list-style-type:none;
}
#menu_bottom ul li a{
	color:#fff;
	text-decoration:none;
}
.foot p {
    color:#fff;
    font-size:14px;
}
.textcenter {
    text-align:center;	
}
.textright {
    text-align:right;	
}
.container_12 {
	height:900px;
}
h1, h2, h3, h4 {
    margin-top:0px;
    margin-bottom:5px;
    
}
p {
    margin-top:9px;
    margin-bottom:9px;
    line-height:12px;
}
