@charset "UTF-8";
/* CSS Document */

body { background-color:#CCCCCC; }

#body {width:1024px; height:100%; position:relative; margin:0 auto; background-color:#FFFFFF}

#upperleft { background-image:url(upperleft.jpg); position:relative; float:left; width:178px; height:150px; }

#upperright { background-image:url(upperright.jpg); position:relative; float:left; width:846px; height:150px; }

#topmenu { background-image:url(topmenu.jpg); position:relative; float:left; width:1024px; height:6px; }

#bottommenu { background-image:url(bottommenu.jpg); position:relative; float:left; width:1024px; height:11px; }

#quote { background-image:url(quote.jpg); position:relative; float:left; width:336px; height:491px; }
#quote2 { background-image:url(quote_2.jpg); position:relative; float:left; width:336px; height:491px; }
#quote3 { background-image:url(quote_3.jpg); position:relative; float:left; width:336px; height:491px; }
#quote4 { background-image:url(quote_4.jpg); position:relative; float:left; width:336px; height:491px; }


#footer { background-image:url(bottom.jpg); position:relative; float:left; width:1024px; height:85px; }

#content { position:relative; float:left; width:688px; height:491px; background-color:#FFFFFF; }

#content p{font-family:Times New Roman, Times, serif; font-size:14px; margin-right:50px; margin-left:85px; margin-top: 15px; margin-bottom:3px;}



/*  MENU STYLE */
.mhstyle{
height:25px;
width:1024px;
font:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#999999;
float:left;
}

.mhstyle ul{
width:100%;
background-image:url(menu_bg.jpg);
padding: 1px 0px;
margin: 0;
text-align:center;
}

.mhstyle ul li{
display: inline;
}

.mhstyle ul li a{
background-image:url(menu_bg.jpg);
width: 100%;
height: 25px;
color:#999999;
padding: 10px 30px;
text-align:center;
text-decoration: none;
}

.mhstyle ul li a:hover{
width: 100%;
height: 25px;
background-image:url(menu_bg.jpg);
padding: 10px 30px;
text-align: center;
color:#BB0022;
text-decoration: none;
}

.mhstyle ul li a:active{
width: 100%;
height: 25px;
background-image:url(menu_bg.jpg);
padding: 10px 30px;
text-align: center;
color:#BB0022;
text-decoration:none;
}
