@charset "utf-8";
/* CSS Document */
body
{
    background-color:#953735;  
    color:White;
    }
#main
	{
		width:1000px;
		margin:0 auto;
	}	
	
#main_frame
	{
		width:1000px;
	}
	
#header
	{
		width:980px;
		float:left;
		padding:10px;
		background-color:#940928;
	}		
	
#header_logo
	{
		width:170px;
		float:left;
	}
	
#header_text
	{
		width:400px;
		float:left;
		color:#FFFFFF;
		font-size:30px;
		font-weight:bold;
		text-shadow:#000 1px 2px 2px;
		text-align:right;
		margin-top:20px;
	}
	
#header_phone
	{
		width:205px;
		float:right;
		color:#FFFFFF;
		font-size:24px;
		margin-right:20px;
		font-weight:bold;
		text-align:right;
		margin-top:20px;
		background-color:#ececec;
		border-radius:10px;
		padding:10px;
	}		
	
#header_textline
	{
		width:700px;
		float:left;
		margin-left:200px;
		color:#FFFFFF;
		font-size:22px;
		font-weight:bold;
		text-transform:capitalize;
		margin-top:-40px;
	}
	
#maintable
	{
		width:1000px;
		float:left;
		background-color:#953735;
	}

#maintabs
	{
		width:200px;
		float:left;
		padding-top:50px;
		padding-left:10px;
		
		padding-bottom:20px;
	}
	
#maintabs a
	{
		color:#FFFFFF;
		text-decoration:none;
	}	
	
#maintabs a:hover
	{
		color:#ccc;
		text-decoration:underline;
	}		

#xlsheet
	{
		width:730px;
		float:left;
		
		padding-left:20px;
		color:#FFFFFF;
		padding-bottom:20px;
	}
	
	#xlsheet1
	{
		width:985px;
		float:left;
		
		padding-left:5px;
		color:#FFFFFF;
		padding-bottom:20px;
	}
	
	
	#xlsheet1 a
	{
		color:#FFFFFF;
		text-decoration:none;
	}	
	
#xlsheet1 a:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
	}		
	
	table
	{
	    
	    
	    border:1px;
	    border-color:White;
	    
	    
	 }
	
		