* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: normal;
}

body{

	background-image:url(../images/bg_g.gif);
	background-repeat:repeat-x;
	background-color:FEFDE1;
	text-align: center;

}

div#wrap{
	margin: 0px auto;
	position: relative;
	width:745px;
	padding: 15px 2px 5px 2px;
	background: #fff url(../images/table_bg.gif) repeat-y;
	text-align: center;
}

div#wrap table td{
	padding 0px;}


.whatsnew {
	background-image: url(../images/watsnew_bg.jpg);
	background-repeat: repeat-y;
}
.topics {
	background-image: url(../images/topics_bg.jpg);
	background-repeat: repeat-y;
	padding-top:10px;
}
.topics_foot {
	background-image: url(../images/topics_bg_foot.jpg);
	background-repeat: no-repeat;
}
.wnew_head {
	background-image: url(../images/whatsnewtitle.jpg);
	background-repeat: no-repeat;
}
.topics_head {
	background-image: url(../images/topics.jpg);
	background-repeat: no-repeat;
}
.topics_t {
	text-align: left;
	padding:8px 15px;
	line-height:115%;
}
.topic_t {
	width: 300px; height: 70px;
	background-color: #fff2d5;
	text-align: left;
	line-height:115%;
}
.topic_t h3{
	text-align: left;
	font-size: 12px;
}
.topic_t img{
	margin:5px;
}
.topic_t p{
	padding: 5px 0;
	text-align: left;
}

