﻿html,body 
{
	font-family: verdana;
	font-size: 14px;
	color: #7F7F7F;
	margin: 0px 0px 0px 0px;
	text-align: center;
	height: 100%;
}

#web_main_container
{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#web_content_container
{
	text-align: left;
	width: 870px;
	height: 100%;
	vertical-align: top;
	float: left;
	background-image: url('../../UIObjects/Graphics/Web/header_shedsandmore.gif');
	background-repeat: no-repeat;
}

#web_main_border_left
{
	height: 100%;
	background-image: url('../../UIObjects/Graphics/Web/spine_shadow_left.gif');
	background-repeat: repeat-y;
	width: 10px;
	float: left;
}

#web_main_border_right
{
	height: 100%;
	background-image: url('../../UIObjects/Graphics/Web/spine_shadow_right.gif');
	background-repeat: repeat-y;
	width: 10px;
	float: left;
}

.right_body_content
{
	float: left; 
	width: 610px;
}

.navigation_container
{
	float: left; 
	width: 240px;	
}

.navigation_container A:link
{
	color: #666666;	
	text-decoration: none;
}

.navigation_container A:active
{
	color: #666666;	
	text-decoration: none;
}

.navigation_container A:visited
{
	color: #666666;	
	text-decoration: none;
}

.navigation_container A:hover
{
	color: Green;	
	text-decoration: none;
}

.navigation_container A:visited A:hover
{
	color: Green;
	text-decoration: none;
}

.header_navigation
{
	float: left; 
	margin-top: 50px;	
}

.header_navigation A:link
{
	color: #666666;	
	text-decoration: none;
}

.header_navigation A:active
{
	color: #666666;	
	text-decoration: none;
}

.header_navigation A:visited
{
	color: #666666;	
	text-decoration: none;
}

.header_navigation A:hover
{
	color: Green;	
	text-decoration: none;
}

.header_navigation A:visited A:hover
{
	color: #000000;	
	text-decoration: none;
}

.bold
{
	font-weight: bold;	
}

.phone
{
	font-weight: bold;	
	color: Green;
	font-size: 18pt;
	width: 225px;
	text-align: center;
	letter-spacing: 10px;
}