body {
	background: #669999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}

a {
	color: #FFFF00;
	text-decoration:none;
}


#content-wrapper {
	width:900px;
        margin:0 auto;
}

#content-header {
        height:200px;
        padding:10px auto;
        text-align:center;

}

#spacer {
        padding:10px auto;
        text-align:center;

}


#content-left {
	width: 45%; 
        float: left;

}

#content-right {
	width: 50%; 
        float: right;
        border-left: solid 1px #000;
}

.clear {clear:both;}

#footer {
	width:890px;
	margin:0 auto;
	clear:both;
	text-align:center;
	padding:5px;
}

#footer a {
	color:#000;
	text-decoration:underline;
}

.right {
	float:right;
}

.left {
	float:left;
	padding:0px 10px 10px 0px;
}

.t {
     padding:3px;
}