@charset "UTF-8";

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
background-color: #b2b2b2;
}

.center {
width: 950px;
margin: 10px auto;
}


.header {
width: 950px;
height: 228px;
background-image:url(header.jpg);
}

.menu {
width: 950px;
height: auto;
background-image:url(bg_menu.jpg);
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.menu a {
color: #FFFFFF;
text-decoration: none;
}

.menu a:hover {
color: #000000;
text-decoration: none;
}



.main {
width: 950px;
background-image:url(middle.jpg);
}

.content {
float: left;
margin-left: 35px;
margin-top: 25px;
width: 520px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.content a {
color: #953637;
text-decoration: none;
}

.content a:hover {
color: #000000;
text-decoration: none;
}

h1 {
font-size: 14px;
font-weight: bold;
}



.google {
float: right;
width: auto;
margin-right: 35px;
margin-top: 30px;
}



.footer {
width: 950px;
height: 28px;
background-image:url(footer.jpg);
}

