@charset "utf-8";
/* CSS Document */

/*//////////// global handlers ///////////// */
#wrapper{ 
margin: 0 auto; 
width:850px; 
height:700px;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
}

#contentwrapper{ 
width:800px; 
height:650px;
margin:0; 
padding-left:24px;
padding-top:53px;
clear:both;
}

#innercontent{ 
width:790px; 
height:300px;
margin:0; 
padding-left:10px;
padding-top:10px;
clear:both;
}

#header{
width:800px;
height:91px;
clear:both;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}

#imgcontainer{
width:800px;
height:250px;
float:left;
}

#columnfront { 
width:790px; 
height:250px; 
padding-right:10px;
float:left;
}


#columnleftcontent { 
width:500px; 
height:520px; 
padding-right:10px;
float:left;
}

#columnright { 
width:200px; 
height:250px;
padding-left:10px; 
float:left;
background-color:#009900;
}

#footer{
width:845px; 
height:40px; 
padding-top:25px;
padding-left:5px; 
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:11px; 
color:#ffffff;
}

/*////////// Menu Hnadlers ////////////*/
#menucontainer{
width:800px; height:29px;
background-image:url(images/menu.jpg);
padding-top:5px;
clear:both;
}



/*/////////Text///////////*/

.menutext {
font-family:Arial, Helvetica, sans-serif;
color:#000000; 
text-decoration:none;
font-size:12px;
font-weight:bold;
}

.h1 {
font-family:Arial, Helvetica, sans-serif;
color:#000099;
font-size:20px; 
font-weight:700; 
text-decoration:none;
}

.h2{ 
font-family: Arial, Helvetica, sans-serif;
font-size:16px; 
color:#666666; 
font-weight:700; 
text-decoration:none;
}

.contenttext{ 
font-family: Arial, Helvetica, sans-serif;
font-size:12px; 
color:#000000;
text-decoration:none;}




