/*
Theme Name: Sample Theme
Theme URI: http://www.www.www/
Description: This is my sample theme.
*/

* {
margin:0;
padding:0;
}

h3 {
color:#66ff00;
}
ul {
	list-style:none;
}

#whatsnew {
	font-size:0.75em;
	background:url(./img/back_whatsnew.jpg) left top no-repeat fixed;
	overflow:auto;
	height:130px;
	width:615px;
	padding:20px 0 15px 45px;
}
#whatsnewc {
	overflow:auto;
	height:130px;
	width:615px;
/*	padding-top:20px;  */
}

#whatsnew dl{
	padding:27px 0 0 0px;
	margin:0;
	width:580px;
	clear:both;
}
#whatsnew dl dt{
	float:left;
	display:block;
	width:79px;
	padding:9px 0 9px 10px;
	color:#6495ed;
	line-height:1.2;
}
#whatsnew dl dd{
	width:490px;
	display:block;
	padding:9px;
	border-bottom:1px dotted #6495ed;
	line-height:1.2;
	margin-left:89px;
}
