body{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-top: 10px solid black;
	text-align: center;
	background: #ccc;
	color:#333;
}

#head {
	margin: auto;
	top:50px;
	width:6.5in;
	background:transparent;
	height:178px;
}

#center-wrapper { 
	 margin:auto;
	 border-right:1px solid black;
	 border-left:1px solid black;
	 background: #FFF; 
	 width:6.5in;
	 padding:5px;
}

#blackbar {
	position:relative;
	top:3px;
	background:black;
	width:6.5in;
}
#left {
	position:relative;
	top:7px;
	float: left;
	width:170px;
	background:white;
	text-align:left;
	font-size:75%;
	}

#right {
	position:relative;
	top:7px;
	right:0px;
	float:right;
	background:transparent;
	width:400px;
	text-align:left;
	border:double black 4px;
	font-size:85%;
	padding:5px;
	background:#fff;
}

a {color:black}

a:hover { text-decoration: underline; color:#333}

h1 {
	font-size:140%;
	}

h2 {	
	font-size:120%;
	}

h3 {
	font-size:100%;
	}
	
hr {
	color:red;
	}
