body {
	background: #fff url(../images/bg.jpg) top center no-repeat;
	text-align: center;
}

#print_logo {
	display: none;
}

#wrap {
	width: 960px;
	margin: 10px auto;
	text-align: left;
}

#tools {
	text-align:right;
	margin: 0 25px 5px 0;
	width: 935px;
	font-size: 80%;
	position: absolute;
	z-index: 10;
}

#frame_top {
	width:960px;
	height: 50px;
	background: url(../images/top_bg_grad.png) bottom left no-repeat;
}

#frame_top_two {
	width:960px;
	height: 50px;
	background: url(../images/top_bg_grad2.png) bottom left no-repeat;
}

#frame {
	width:910px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
	background: url(../images/sides_bg_grad.png) top center repeat-y;
}

#header {
	float: left;
	width: 910px;
	height: 80px;
	background: #dfd5e9;
}

#header_two {
	float: left;
	width: 910px;
	height: 80px;
	background: #fff;
}

#logo_bar {
	position: absolute;
	z-index: 10;
	width: 860px;
	margin:0 25px 0 25px;
	background: #dfd5e9 url(../images/logo_bar_bg_grad.jpg) bottom left repeat-x;
	height: 80px;
}

#text_logo {
	float: left;
	width: 463px;
}

#logo {
	float: right;
	width: 308px;
	background: #702a9e;
}

#content {
	float: left;
	width: 910px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #dfd5e9 url(../images/content_bg_grad.jpg) bottom repeat-x;
}

#content_two {
	float: left;
	width: 910px;
	min-height: 475px;
	height: auto !important;
	height: 475px;
	background: #fff;
}

#left_column {
	float: left;
	width: 250px;
	margin-left: 25px;
	z-index: 10;
}

#menu {
	display:none;
	z-index:10;
	position:absolute;
}

#center_column {
	float: left;
	width: 375px;
	margin-left: 25px;
}

#center_column_two {
	float: left;
	width: 585px;
	margin-left: 25px;
}

#right_column {
	float: left;
	width: 160px;
	padding-top: 10px;
	margin-left: 50px;
	text-align: right;
}

#footer {
	float: left;
	width: 860px;
	height: 140px;
	background: #8d65ab;
	text-align: center;
}

#frame_bottom {
	width:960px;
	height: 50px;
	background: url(../images/bottom_bg_grad.png) top left no-repeat;
}

#frame_bottom_two {
	width:960px;
	height: 50px;
	background: url(../images/bottom_bg_grad2.png) top left no-repeat;
}

#credits {
	float: left;
	width: 860px;
	padding: 0 25px 0 25px;
	font-size: 80%;
	z-index:10;
	position:absolute;
}