@charset "utf-8";
/* CSS Document */
#wrap	{/* this was for having a fixed header */
	width:981px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/shadowbg2.png);
	background-color:#ffffff;
	border-bottom:#999999 1px solid;
	margin-bottom:15px;
	background-position:right;
}

#headerwrap	{
	width:964px;
	margin:auto;
	margin-bottom:5px;
	border-bottom:#000033 thin solid;
	overflow:hidden;
	clear:both;

	}
#header	{
	width:300px;

	float:left;
	text-align:center;	
	padding-top:15px;
	}
#header2	{
	width:300px;

	clear:both;
	float:left;
	text-align:center;
	}
#headerright	{
		width:250px;
		float:right;
		text-align:right;
		margin-top:10px;
		margin-bottom:15px;

		}
#tagline	{
	width:920px;
	margin:auto;
	border-bottom:#000033 thin double;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:5px;
	clear:both;	

	background: #FFFFFF;

	}
#tagleft	{
	width:155px;
	float:left;
	font-size:.8em;	
	background: #FFFFFF;
	}
#tagcenter	{
	width:675px;
	float:left;
	font-size:.92em;
	text-align:center;
	background: #FFFFFF;
	}
#tagright	{
	width:90px;
	float:right;
	font-size:.8em;
	text-align:right;
	background: #FFFFFF;

	}
#mainwrap	{
	width:920px;
	margin:auto;
	overflow:hidden;
	background: #FFFFFF;
	
	}
#mainleft	{
	width:210px;
	float:left;
	padding-top:30px;
	background: #FFFFFF;
	}
#mainright	{
	width:640px;
	float:left;
	border-left:1px #999999 solid;
	color:#333333;
	padding-left:25px;
	padding-top:15px;
	background: #FFFFFF;

	}
#footer	{
	width:920px;
	margin:auto;
	border-top:thin groove #333333;
	overflow:hidden;
	margin-top:25px;
	text-align:center;
	clear:both;
	line-height: 18px;
	padding-top:15px;
	background: #FFFFFF;
	}
	#foot	{
	width:920px;
	margin:auto;
	text-align:center;
	}
body {
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 2px;
	background-image: url(../weiss/images/parchmentbg.png);
	background-attachment:fixed;
}
.gray	{
	color:#333333;
	font-size:.9em;}
* html {background:url(about:blank);}

