@charset "utf-8";

body {
	background: #000000 url(images/content_bg.jpg) no-repeat center top;
	margin: 0px;
	padding-top: 40px;
	text-align: center;
}
.clear {
	clear: both;
}
#wrapper {
	margin: 0px auto;
	width: 984px;
	text-align: left;
}
#contentwrap {
	background: url(images/content_contenttile.jpg) repeat-y right;
}
#footer {
	background: url(images/content_contentfoot.jpg) no-repeat right;
	height: 20px;
}

/* ********** LEFT COLUMN ********** */

#columnleft {
	float: left;
	width: 260px;
}
#menulogo {
	text-align: right;
}
#menutile {
	background: url(images/content_menutile.jpg) repeat-y 0px 22px;
}
#menuhead {
	background: url(images/content_menuhead.jpg) no-repeat top;
	padding: 42px 29px 42px 41px;
}
#menufoot {
	background: url(images/content_menufoot.jpg) no-repeat;
	height: 44px;
}

/* ********** RIGHT COLUMN ********** */

#columnright {
	float: left;
	width: 724px;
}
#contentbg {
	background: url(images/content_contenthead.jpg) no-repeat top;
	padding: 60px 56px 60px 45px;
}