#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1200px;
	background: #FF99FF;
}

#header {
	margin: 0 0 15px 0;
	background: #FF99FF;
	text-align: center;
	clear: both;
}

#sidebar_left {
	float: left;
	width: 125px;
	padding-left: 15px;
	background: #FF99FF;
	text-align:center;
}

#sidebar_right {
	float: right;
	padding-right: 15px;
	width: 125px;
	background: #FF99FF;
	text-align:center;
}

#content { 
	float: left;
	width: 75%;
	background: #FF99FF;
}

#footer {
	clear: both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding:2px;
	margin:0px;
	background-color:#FFFF99;
	color:#663366;
	border-bottom: 2px solid #663366
	border-top: 2px solid #663366;
	text-align:center;
}
#footer a {
	color:#663366;
}

#footer a:hover {
	text-decoration:none;
}