body
{
	background-image: url("../images/layout/fade_88dd88.jpg");
	background-repeat: repeat-x;
	background-color: #89dd88;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: center;
}


#wrapper	{ width: 760px;
		min-height: 600px;
/*		_height: 600px;*/
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		border: 1px solid black; 
		/*background-color: #DDF5DD;*/
		background-image: url("../images/layout/content_white.gif");
		background-repeat: repeat-y;
		}
#logo
{	
	left-margin: 10px;
	top-margin: 5px;
}
#top	
{
	background-image: url("../images/layout/top.jpg");
	background-repeat: no-repeat;
	height: 135px;
	border-bottom: 1px solid black;
	/*margin-bottom: 10px;*/
	padding-left: 10px;
	padding-top: 5px;
	overflow: hidden;
}
#menu	
{
	width: 160px;
	padding-left: 15px;
	float:left;
	overflow:auto;
	line-height:17px;
	/*background-color: #c9efca;*/
	padding-top: 10px;
}
#content	
{
	line-height: 16px;
	float:left;
	width: 565px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow:visible;
	/*background-color: #DDF5DD;*/
}
#clearer	{clear:both;}

@media print	{

body
{
	background-image: none;
	background-color: white;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: center;
}


#wrapper	{ 
		width: 760px;
		margin:auto;
		text-align:left;
		border: none; 
		background-color: white;
		background-image: none;
		}
#logo
{	
	display:none;
}
#top	
{
	display:none;
}
#menu	
{
	display:none;
}
#content	
{
	overflow:visible;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: white;
}


}
