@charset "utf-8";
/* CSS Document */

body {
background: url(../img/bg.jpg) repeat-x;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}

a {
color:#666;
text-decoration:none;
}

a img {
border:none;
}

a:hover {
text-decoration:underline;
}

h2 {
font-size:14px;
margin:0 ;
padding:0 0 4px 0;
}

h3 {
font-size:12px;
margin:0;
padding:8px 0 0 0;
}

p { 
font-size:11px;
text-align:justify;
margin:8px 0;
line-height:16px;
}


#wrapper_all {
width:734px;
height:800px;
margin:0 auto;
}

#wrapper_menu {
height:100px;
float:left;
width:734px;
}

#wrapper_menu ul {
margin:80px 0 0 0;
padding:0;
height:100px;
width:600px;
float:left;
}

#wrapper_menu li {
float:left;
font-size:12px;
font-weight:bold;
list-style:none;
padding:0 15px;
}

#logo {
float:left;
width:125px;
height:58px;
margin-top:34px;
}

#top {
background:url(../img/top.jpg) no-repeat;
height:81px;
width:734px;
float:left;
}

#content {
background:url(../img/mid.jpg) repeat-y;
min-height:300px;
width:534px;
float:left;
padding:0 100px;
}

#bottom {
width:734px;
float:left;
}

