html, body{ 
margin:0; padding:0; 
font-family:Arial, Helvetica, sans-serif; color:#636363; font-size:12px;
background:url('/images/bg_body.jpg') top center no-repeat #e9e9e9;
height:100%;
} 

a {color:#0996cf; text-decoration:none}
a:hover {color:#0996cf; text-decoration:underline}
a:visited {color:#0996cf; text-decoration:none}

h1 {font-size:20px; font-weight:normal;}

#pagewidth{ 
width:760px;  
margin:0; padding:0;  
} 

#wraper{
background:url('/images/bg_tile_wraper.jpg') repeat-y;
height:100%;
}


/* SIDEBAR */
 
#sidebar{
width:240px; 
float:left; 
background:url('/images/bg_menu.jpg') 0px 97px #d7effd no-repeat;
height:100%; 
}

#menu, #address {width:240px; line-height:16px; text-align:left; font-family:Arial, Helvetica, sans-serif; color:#636363; font-size:11px;}
#menu ul {margin:0; padding:0; list-style-type:none; padding:10px 20px 10px 20px;}
#menu li {list-style-type:none; font-size:12px; color:#636363; border-bottom: 1px solid #73b6d8;}
#menu a, #menu a:visited {display:block; line-height:29px; height:100%; text-decoration:none; color:#636363;}
#menu a:hover {color:#ffffff;}
#menu li.on a, #menu li.on a:visited {color:#000000}
#menu li.on a:hover {color:#000000}

#address p {padding:10px 20px 20px 20px}
#address a { display:inline; color:#636363}
#address a:hover {color:#000000}

#company {width:240px; line-height:10px; text-align:left; font-family:Arial, Helvetica, sans-serif; color:#636363; font-size:9px;}
#company p {padding: 10px 20px 20px 20px}
 
 
/* CONTENT */ 
 
#content{
background:url('/images/bg_top.jpg') top left no-repeat #ffffff;
padding:150px 20px 0px 20px;
float:right;  
width:480px; 
height:100%;
}
 
/*FOOTER*/

#footer p{
font-size:10px
}
 

