@import url(style.css);

body {
	background-color:white;
}
#container {
	border-collapse:collapse;
	width:660px;
	margin:0px auto 0px auto;
	padding:0px;
	border:none;
	background-color:white !important;
}
#left_side, #header {
	display:none;
}
#content {
	width:660px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:white;
	color:black;
}
.text_column {
	width:460px;
	margin:10px 0px 0px 0px;
	color:black;
}
h1, h2, h3, a, a:visited {
	color:black !important;
}
.framed_image div.top {
	background:url(template_images/frame_white_top.gif) top left no-repeat !important;
}
.framed_image div.bottom {
	background:url(template_images/frame_white_bottom.gif) bottom left no-repeat !important;
}
.framed_image div.center {
	background:url(template_images/frame_sides.gif) top left repeat-y !important; 
}