body
{
	background: url("Background.png");
	font: 16px "Tahoma";
	margin: 0px;
	text-align: center;
}
.main_outside
{
	width: 1000px;
}
.main_inside
{
	background: white;
	border: 1px solid black;
	border-top: none;
}
.spacer
{
	width: 50%;
}
.shadow_left
{
	background: url("Shadow Left.png");
	width: 10px;
}
.shadow_right
{
	background: url("Shadow Right.png");
	width: 20px;
}
.shadow_bottom
{
	background: url("Shadow Bottom.png");
	height: 20px;
}
.shadow_bottom_left
{
	background: #888888;
	height: 20px;
	width: 10px;
}
.shadow_bottom_right
{
	background: url("Shadow Bottom Right.png");
	height: 20px;
	width: 20px;
}
.logo
{
	background: url("Logo1.jpg");
	width: 580px;
       	color: #cc66cc; 
       	background-color:#eeeeee;
       	font-size:2.5em;
       	font-weight:bold;
       	border-bottom: 2px solid #000000;
       	height:200px;
       	background-image:url(Logo1.jpg); 
       	padding-left:20px;

}
.nav_button
{
	background: #EEEEEE;
	height: 50px;
	width: 150px;
}
.nav li { display:inline;
          list-style-type:none;
}
a.nav:link {color:#006600;
	background-color:#eeeeee;
}
a.nav:visited {color:#003300;
	background-color:#eeeeee;
}
a.nav:hover {color:#cc66cc;
	background-color:#eeeeee;
}
}
ul{ display:inline;
list-style-type:none;
}
.content
{
	margin: 10px;
}
.footer_container
{
	width: 100%;
}
.footer
{
	background: #FF5555;
	font: 14px "Tahoma";
	height: 50px;
	width: 100%;
}