/* main css */



{ padding: 0; margin: 0; }



body {

 font-family: Arial, Helvetica, sans-serif;

 font-size: 13px;

}

#wrapper { 

 margin: 0 auto;

 width: 922px;

}

/* header */

#header{

width:762px; 

height:100px; 

position:relative; 

margin:0 auto; 

padding:0;

}

#header img{

width:230px; 

height:80px; 

z-index:1; 

padding:0; 

position:absolute; 

margin:0 0 0 21px;

}



/* menu */

#header ul{

display:block; 

width:732px; 

height:36px; 

position:absolute; 

top:0; right:0; 

margin:11px 0 0; 

padding:0 29px 0 0; 

border-bottom:1px solid #AEAEAE;

}

#header ul li{

float:right; 

font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif; 

font-weight:bold;

list-style-type:none;

}

#header ul li a{

width:74px; 

height:36px; 

display:block; 

padding:0; 

color:#555; 

background:#fff; 

text-decoration:none; 

text-align:center; 

margin:0 1px 0 0; top:0px; left:0px;

}

#header ul li a:hover{

width:74px; 

height:36px; 

text-decoration:none; 

background:url(images/button.gif) no-repeat 0 0 #AEAEAE; 

color:#fff;

}

#header ul li.active{

width:74px; 

display:block; 

height:36px; 

background:url(images/button.gif) no-repeat 0 0 #AEAEAE; 

color:#fff; 

text-align:center; 

margin:0 1px 0 0;

}



/* content */

#content { 

width:762px; 

position:relative; 

margin:0 auto; 

padding:0 10px 0 10px;

height: 450px; 

border-bottom: 1px solid #AEAEAE;

}





/* footer */

#footer {  

width: 762px; 

height:100px; 

position: relative; 

margin:0 auto; 

padding: 10px;

background: #FFFFFF;

}

#footer ul{

width:320px; 

display:block; 

top:33px; 

float:right;

}

#footer li{

float:left;

font:12px/15px Arial, Helvetica, sans-serif; 

font-weight:normal; 

list-style-type:none;

}

#footer ul li a{

padding:0 6px; 

margin: 0; 

color:#4C4C4C; 

background:#FFFFFF; 

text-decoration:none;

}

#footer ul li a:hover{

text-decoration:underline;

}

#footer ul li a.padl{

padding:0 0 0 6px;

}

#footer p{

width:320px; 

display:block; 

color:#4C4C4C;

}

#footer p a{

color:#4C4C4C; 

text-decoration:none;

}

#footer p a:hover{

text-decoration:underline;

}


