body {
	text-align:left;
	overflow:visible;
}
#wrapper
{
	width:981px;
	background-color: #ffffff;
	/*background-image:url(/images/popup-bg.gif);
	background-position: center top;
	background-repeat:repeat-y;*/
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border: 1px solid #ccc;
}
#header
{
	position:relative;
	height:123px;
	/*border-top:1px #ccc solid;*/
}
#navigation 
{
	height: 25px;
	border-top:1px #ccc solid;
}
#navigation img
{
	top: 0px;
	width:980px;
}
#main
{
	width:981px;
	min-height:400px;
}
#major 
{
	float:left;
	width:650px;
	margin-left:5px;
}
#minor 
{
	float:right;
	width:326px;
}
#minor a
{
	text-decoration:none;
}
#terminator
{
	/* background-color:#7E2332; */
	background-color:#ccc;
	height: 25px;
	width:981px;
	clear:both;
	margin-top: 20px;
}

