body{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ccc url(/images/bg.gif)  bottom center repeat-y;
	color:#333;
	
}

#head {
	margin: auto;
	top:50px;
	width:755px;
	background:transparent;
	background-image:url(/images/header.gif);
	height:178px;
}

#center-wrapper { 
	 margin:auto;
	 border-right:1px solid black;
	 border-left:1px solid black;
	 background: #FFF; 
	 width:755px;
	 padding:5px;
}

#blackbar {
	position:relative;
	top:3px;
	background:black;
	width:755px;
}
#left {
	position:relative;
	top:7px;
	float: left;
	width:170px;
	background:#fff;
	text-align:left;
	font-size:75%;
	
	}

#right {
	position:relative;
	top:7px;
	background:transparent;
	width:737px;
	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;
	}
