@charset "utf-8";
body {
	background-color: #FFE1FF;
	text-align: center;
}

#container {
	background-color: #FFCCFF;
	width: 750px;
	left: auto;
	right: auto;
}
#buttons {
	background-color: #FCADF5;
	text-align: center;
	width: 750px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FB048F;
}
#sidebar_left {
	background-color: #FB048F;
	float: left;
	width: 200px;
}
#main_body {
	background-color: #FFFFFF;
	text-align: center;
	width: 750px;
}
#side_bar_left {
	text-align: left;
	float: left;
	width: 200px;
	background-image: url(link_background.gif);
}
#main_sub_body {
	background-color: #FFFFFF;
	float: right;
	width: 530px;
	padding-left: 15px;
}
#footer {
	background-color: #FF99FF;
	text-align: center;
	width: 750px;
	float: none;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;

}

.linky {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}
