@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:350px;
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;
}

#columnleft { 
width:420px; 
height:255px; 
padding-right:10px;
float:left;
}

#columnright { 
width:340px; 
height:255px;
padding-left:10px; 
float:left;
}

#footer{
width:845px; 
height:40px; 
padding-top:25px;
padding-left:5px; 
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:11px; 
color:#666666;
}

/*////////// Menu Hnadlers ////////////*/
#menucontainer{
width:800px; height:29px;
background-image:url(images/menu.jpg);
padding-top:5px;
clear:both;
}
#cssdropdown, #cssdropdown ul {
padding-left:8px;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
richness:inherit;
}

.mainitems{
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display:none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color:#fffad8;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration:none;
}

#cssdropdown li>ul {
top: auto;
}

#cssdropdown li:hover ul, li.over ul {
display: block;
top:20px;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*/////////Text///////////*/

.menutext{font-family:Arial, Helvetica, sans-serif;
color:#990000; 
list-style-type:none;
text-decoration:none;
}

.h1 {]
font-family:Arial, Helvetica, sans-serif;
color:#990000;
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:#666666;
text-decoration:none;
