
h1
{
    font-size:large;
    text-align:center;
    line-height:20px;
}

#container
{
    
    margin-left:auto;
    margin-right:auto;
    background:White;
    padding:5px 5px 5px 5px;
    
    border-style:none;
    
}

/* singlecolumn is used on pages without sidebars */

#singlecolumn 
{
    padding:25px 25px 25px 25px;
    font-family:Tahoma;
    font-size:13px;
    line-height:14px;
    color:#626870;
}

#column1
{
    float:left;
    width:200px;
    
    background:#d2cca7;
}

#column2
{
    float:right;
    width:500px;
    font-family:Tahoma; 
	font-size:13px;
	line-height:14px;
	padding:0 25px 0 25px;
    color:#626870;	
    
}

#clear
{
    clear:both;
}

#header
{   
    text-align:center;
    background:url(../images/header_tall.gif) top repeat-x;
}


#main
{
}

img
{
    border:0px;
}

#website
{
    padding:0 0 25px 0;
    border:2px;
    border-color:Black;
}
        
#footer 
{
    background:#252b32 top repeat-x; color:#f8ffff;
    height:75px;
    font-size:x-small;
    }

#footer a {color:#f8ffff; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer .indent {padding:27px 0 0 33px;}
