@charset "utf-8";
/* CSS Document */

/*//////////// global handlers ///////////// */
#wrapper{ 
margin: 0 auto; 
width:800px; 
height:700px;
background-color:#000000;
}

#body{ background: url(images/sitebg.jpg);
background-repeat:repeat-x;
background-color:#000000;
}


#contentwrapper{ 
width:800px; 
height:700px;
margin:0; 
clear:both;
background-color:#FFFFFF;
}

#innercontent{ 
width:790px; 
height:750px;
margin:0; 
padding-left:10px;
padding-top:10px;
clear:both;
background-color:#FFFFFF;
}

#header{
width:800px;
height:125px;
clear:both;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}

#imgcontainer{
width:800px;
height:300px;
float:left;
}

#columnright { 
width:610px; 
height:620px;
padding-top:10px; 
padding-left:10px; 
float:left;
background-color:#FFFFFF;
}

#innercolumnleft{ 
width:365px; 
height:620px;
float:left;
}

#innercolumnright{ 
width:225px; 
height:450px;
float:left;
}

#footer{
width:800px; 
height:40px; 
padding-top:25px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px; 
color:#CCCCCC;
background-color:#333333;
clear:both;
}

/*//////////// Menu /////////////*/
a:link {color:#FFFFFF; text-decoration: underline; font-size: 11px}
a:active {color:#FFFFFF; text-decoration: underline; font-size: 11px}
a:visited {color:#FFFFFF; text-decoration: underline; font-size: 11px}
a:hover {color:#FFFFFF; text-decoration: underline; font-size: 11px }

#navcontainer { 
width:180px; 
height:630px; 
float:left;
background-image:url(images/menubg.jpg);
}

#navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a{
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
display: block;
padding: 7px;
padding-left:15px;
width: 155px;
border-bottom: 1px solid #CCCCCC;
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
font-weight:bold;
}

#navcontainer a:hover{
background-image:url(images/buttbghover.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
}

/*/////////Text///////////*/

.h1 {
font-family:Arial, Helvetica, sans-serif;
color:#FF9900;
font-size:26px; 
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:14px; 
color:#333333;
text-decoration:none;
}

.contenttextwhite{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#FFFFFF;
text-decoration:none;
}
