﻿/* layout styles */

@import url(standard.css);

html, body
{
	margin: 0;
	padding: 0;
	border: 0;	
	color: #323232; /* #58595b */
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;	 
}

html {overflow: scroll;} 

body 
{	
	background-color: white;
	text-align: center;	
	background-image: url(../image/backgrounds/bg.jpg);
}

#wrapper 
{
	width: 1200px; /* 962px; */
	margin: 10px auto;
    padding: 5px;    
    border: solid 1px #f1f1f1;    		   
	text-align: left;
	background-color: #fff;
}

#header 
{
    border-top:solid 0px #cf001c;
}

#inner 
{
    margin-top: 10px;
}

#leftcol
{    
    float:left;
    clear:left;
    width:200px; 
    /* height: 600px; */   
    text-align:left;
    margin: 0px;
    padding:0px;
    border: solid 0px green; 
    background-color: #fff;
        
}

#content 
{
	float:left;  
	 
	width: 764px; /* 524px */
	/* height: 600px; */
	
    padding: 0px;    
    margin: 0 10px 10px 15px; 
       
    overflow: visible;
    
    background-color: #fff;
    border: solid 0px blue;
}

#rightcol
{   
	float:left; 
	
	width: 200px;
	/* height: 600px; */
	           
    margin: 0;
    padding: 0 0 0 9px;
     
    border: solid 0px red;
    background-color: #fff;
}

#footer
{
    clear: both;
    text-align: right;
    padding-bottom: 5px;
    border-top: solid #336699 2px;
	width: 100%;
}

#footer a
{
    font-family: arial;
    font-size: 8pt;
    color: #58595b;  
    text-decoration: none;  
    
    
}

#footer a:hover
{
   
    
  text-decoration: underline; 
}


