@charset "utf-8";
/* CSS Document */

body{ background:#dedede; line-height:24px; color:#000; font-size:12px;}
a{ color:#000;}
a:hover { color:#f99020; text-decoration:underline;}
#main { width:1000px; margin:0px auto; background:#fff;}

#header{ width:1000px;}

.logo { width:1000px; height:87px;}

.navigation { width:1000px; height:43px; line-height:43px; background:url(../images/navigation.jpg) no-repeat scroll left top; margin-bottom:1px;}
.navigation ul li{ width:126px; height:43px; float:left;}
.navigation ul li a{ font-weight:bold; width:126px; height:43px; line-height:43px; text-align:center; color:#fff; display:block;}
.navigation ul li a:hover { text-decoration:none; color:#f99020;}

.banner { width:1000px; height:262px; margin-bottom:1px;}

#container{ width:1000px; background:url(../images/container.jpg) repeat-x scroll left top;}

#footer{ width:1000px; height:54px; background:url(../images/footer.jpg) repeat-x scroll left top; line-height:54px; text-align:center;}
