﻿body 
{
	text-align: center;
	height:100%;
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
	
	/*border-width: 1px; 
	border-style: solid; 
	border-color:  Fuchsia ; */

}

#contentwrap{ 
	width: 780px; 
	text-align: center; 
	padding: 0; 
	margin: 0 auto;
	color: #333333;
	background-repeat: repeat-y;
	background-image: url(Images/main_bg.png);
	


} 
 
/*#spacer{ 
	height: 95%; 
	float: left; 
	width: 1px; 
	font-size: 1px;  to make sure width is not overridden 
	padding: 0; 
	margin: 0; 
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;
} 
*/ 
#topShadow
{
	height: 20px;
	width: 780px; 
	text-align: center; 
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat
}


#contentHeader{ 
/*
	border-width: 1px; 
	border-style: solid; 
	border-color: blue; 
*/

} 

#breadcrumb
{
/*
border-width: 1px; 
border-style: solid; 
border-color: purple; 
*/
text-align: left; 
padding-left:1em;
background-color:Black;
width:750px;
}




#contentBody 
{
/*display: block;
height:100%;*/
text-align: left; 
background-image: url(Images/content_bg.png);
/*
border-width: 1px; 
border-style: solid; 
border-color: red; 
*/

} 


#menus
{
	width: 140px;
/*

	border-style: solid; 
	border-color: yellow; 
*/

	height:100%;
	margin-right:5em;
	padding-left:10px;
	float:left;
}

#copy
{
	padding-right:3em;
	float: left; 
	clear: none; 
	padding-left: 1em;
}
/*
#content
{
	position: relative;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-image: url(Images/content_bg.png);
}
*/

#footer{ 
height: 5%; 
/*
border-width: 1px 0 0 0; 
border-style: solid; 
border-color: green; 
*/
vertical-align: middle; 
padding: 0; 
margin: 0; 
background-repeat: repeat-y;
background-image: url(Images/main_bg.png);
margin: 0 auto;
width: 780px; 
text-align: center; 
border-top:solid,1em,Black;

} 

