* {
    margin: 0;
}
html, body {    
   height: 100%; 
  margin:0px; padding:0px;  
    background-color:white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
line-height: 1.6;
}

 a:link {text-decoration: none; color:#666;}
a:visited {text-decoration: none; color:#666;}
a:active {text-decoration: none; color:#666;}
a:hover {text-decoration:none; color: white;}

.holder {  
    width:960px;  
    margin:0 auto;  
   position: relative; 
}

#container {

   min-height: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: -45px;
   position: relative;
}

#header {
background-color: #2D2A3A;
}
#footer {
   height: 45px;
   position: relative;
background-color: #2D2A3A;

}
.clearfooter {
   height: 45px;
   clear: both;
}
#texturebox {
background-color: #5C5D71; 
border-top: 1px grey solid;
}

#texture {
margin:0 auto;
background-image:url(texture.jpg);
width:800px;  
height:40px; 
} 
 
#logo {  
    background-image:url(logo.png);  
    background-repeat:no-repeat;  
    width:216px;  
    height:90px; 
background-position: bottom;
 
}  

ul {margin-left: 2em; padding-left: 0; list-style-type: square;}  

ul#menu {  
    margin:0px; padding:0px;  
    position:absolute;  
    right:0px;
top: 68px;

}  
ul#menu li {  
    display:inline;  
    margin-left:12px;  
} 

ul#menu li a {  
    text-decoration:none;  
    color:#999999;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-size:11px;    
    text-transform:uppercase;  
}  
ul#menu li a.active, ul#menu li a:hover {  
    color:#ffffff;  
} 



#left {
margin: 0px;
width: 700px;
float: left; 
height: auto;
}


#right {
float: left;
padding: 20px;
margin: 0px;
width: 218px;
border-left: 1px solid #ddd;
height: auto;
}

#open
{
 font-size:11px;  
border-bottom: 1px dotted #999;
height: auto;
padding:15px 10px 15px 0px;
}

.medcol {
float: left;
width: 330px;
padding: 0px 20px 10px 0px;
}

.smallcol {
float: left;
width: 200px;
height: auto;
padding:15px 20px 15px 0px;
}

.smallcol1 {
float: left;
width: 210px;
height: auto;
padding:0px 8px 8px 8px;
background-color: #EBDDE2;
}
.smallcol2 {
float: left;
width: 210px;
height: auto;
padding:0px 8px 8px 8px;
background-color: #C8BBBE;
}

.tinycol {
float: left;
width: 165px;
height: auto;
padding:10px 0px 0px 0px;
}

.tinycol2 {
float: left;
width: 150px;
height: auto;
padding:10px 0px 0px 10px;
}

.section {
float: left;
width: 700px;
border-top: 1px dotted #999;
height: auto;
padding:0px;
}

.img1 {
width:198px;
height:102px;
padding:4px;
border: 1px solid #ddd;
}

h1 {   
    font-size:13px;  
    font-family:Helvetica, Arial, Sans-serif;  
    color:#817679;
padding-top:15px;
}


h2 {   
    font-size:16px;  
    font-family:Helvetica, Arial, Sans-serif;  
    color:#C8BBBE;  
    padding-top:10px;
}

h3 {   
text-transform: uppercase;
font-weight: normal;

    font-size:10px;  
    font-family:Helvetica, Arial, Sans-serif;  
    color:#666666;
padding-top: 8px;
border-bottom: 1px dotted #ffffff;

}

h4 {   
    font-size:13px;  
    font-family:Helvetica, Arial, Sans-serif;  
    color:#817679;
padding-top:10px;
border-top: 10px solid #C8BBBE;
}

p {
color: #666;
}

label{
float: left;
width: 170px;

    color: #999999;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 350px;
height: 100px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 170px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
