body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
	background-image:url(images/background.jpg);
}

.top {
	width:1024px;
	height:125px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
}

.mid {
	width:1024px;
	background-image:url(images/mid.png);
	background-repeat:repeat-y;
}

.bot {
	width:1024px;
	height:18px;
	background-image:url(images/bot.png);
	background-repeat:no-repeat;
}

.item_top_chal {
	width:755px;
	height:54px;
	background-image:url(images/item_top_chal.png);
	background-repeat:no-repeat;
}

.item_top_solu {
	width:755px;
	height:54px;
	background-image:url(images/item_top_solu.png);
	background-repeat:no-repeat;
}

.item_top_tren {
	width:755px;
	height:54px;
	background-image:url(images/item_top_tren.png);
	background-repeat:no-repeat;
}

.item_top_exam {
	width:755px;
	height:54px;
	background-image:url(images/item_top_exam.png);
	background-repeat:no-repeat;
}

.item_mid {
	width:755px;
	background-image:url(images/item_mid.png);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.item_bot {
	width:533px;
	height:15px;
	background-image:url(images/item_bot.png);
	background-repeat:no-repeat;
}

.itemtxt {
	color:#e2e4e5;
	font-size:12px;
}

.section_title {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding-top:30px;
	padding-left:8px;
}

.sidebg {
	width:210px;
	background-image:url(images/sidebg.png);
	background-repeat:no-repeat;
	background-position:top;
	height:380px;
	padding:0;
	margin:0;
}

.sidebgsmall {
	width:210px;
	height:200px;
	background-image:url(images/sidebgsmall.png);
	background-position:top;
	padding:0;
	margin:0;
}

.sideitem {
	padding:9px 13px 13px 13px;
}

.sideitem2 {
	padding:0px 13px 13px 13px;
}

.quote {
	width:191px;
	height:58px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	border:0;
	background-color:#000000;
}

.smallquote {
	width:140px;
	height:30px;
	background-image:url(images/quotesmall.png);
	background-repeat:no-repeat;
	border:0;
	background-color:#000000;
}

.divider {
	background-image:url(images/divider.png);
	height:100px;
	width:6px;
	background-repeat:no-repeat;
	background-position:middle;
	padding-right:8px;
}

.box {
	width:175px;
	height:100px;
	background-image:url(images/box.png);
	background-repeat:no-repeat;
}

.blktxt {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.foot {
	background-image:url(images/foot.png);
	width:310px;
	height:30px;
	background-repeat:no-repeat;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}