/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	
	text-align: center;
	/* part 1 of 2 centering hack */
	}
#content {
	width: 840px; 
	padding: 10px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #BABABA;
	border: 2px solid #FF739F;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 840px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}
html>body #content {
	width: 800px; /* ie5win fudge ends */
	background-color: #BABABA;
	}

#box {
	width: 800px; 
	padding: 10px;
	margin-top: 80px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #fff;
	border: 1px solid #ccc;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
		Height:400px;	
	}
	
	#middle {
	width: 250px; 
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto; 	padding: 10px;
	background: #fff;
	text-align:right; 
	/* part 2 of 2 centering hack */
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
	float:right;
	}
	
	
/*<group=titlebar>*/

#titlebar {
	top: 0px;
	left: 0px;
	right: 0px;
	width: 500px;
	margin: 0px;
	padding: 10px;
	float:left;

}
#box2 {
	margin-top:300px;
	padding: 0;

	width: 800px;

}


#titlebar h1 {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #FF739F;
	margin: 0px;
	padding: 0px;
	border-bottom:  1px  dotted #FF739F;
	margin-bottom: 20px;

}

#titlebar h1 img{
	border:  none;
}

#titlebar h2 {
	font: bold 18px/20px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #6CAFE3;
	margin: 0px;
	padding: 0px;
}

#titlebar h2 a, #titlebar h2 a:link, #titlebar h2 a:visited {
	color: #6CAFE3;
	font: 14px/18px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#middle a, #middle a:link, #middle a:visited {
	color: #333;
	font: 10px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#titlebar h2 a:hover  {
	color: #FF739F;
	font: 14px/18px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
}#middle a:hover  {
	color: #FF739F;
	font: 10px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}