body {
	background: #202020;
         background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center left; 
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
	font-size: 76%;
	color: #ffffff;
	padding: 0;
	margin: 0;
	line-height: 120%;
}

#center {
	margin: 0 auto;
	width: 737px;
	text-align: left;
}

#header {
         background-image: url('../images/Page-BgTexture24.jpg');
	padding: 70px 30px 9px;
}

#box_bottom_right {
	background: url(../images/box_bottom_right.gif) no-repeat 100% 100%;
}
	
#box_bottom_left {
	background: url(../images/box_bottom_left.gif) no-repeat 0 100%;
}
	
#box_top_right {
	background: url(../images/box_top_right.gif) no-repeat 100% 0;
}
	
#box_top_left {
	background: url(../images/box_top_left.gif) no-repeat 0 0;
	padding: 0 20px 28px;
}

#topmenu {
	height: 28px;
	padding: 0 10px;
}

#sidebar {
	padding: 12px 1% 0;
	width: 25%;
	float: left;
}

#content {
	padding: 12px 1% 0;
	width: 71%;
	float: left;
}

#footer {
	padding: 0 30px 15px;
	text-align: center;
}
#bullet {
	color: #900;
	padding: 0 5px;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#content a:link,
#content a:visited {
	text-decoration: underline;
	color: #fff;
}

#content a:hover {
	text-decoration: none;
}

.clr {
	clear: both;
}
