body {
	background-image: url(img/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

#header {
	margin: 0px auto;
	width: 762px;
}

#header h1{
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	line-height: 13px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;

}

#float {
	width: 762px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#float2 {
	width: 762px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#float ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#float li {
	width: 127px;
	float: left;
	list-style: none;
}


#footer {
	font-size: 10px;
	color: #999999;
	width: 762px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	text-align: right;
	margin-right: auto;

}
#contents {
	width: 540px;
	float: left;
	padding: 20px;
	background: #FFFFFF;
}

#contents  ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#contents li {
	width: 500px;
	float: left;
	list-style: none;
	background: url(img/bg_new.jpg) no-repeat bottom;
	padding-bottom: 2px;
	padding-top: 7px;
	padding-left: 5px;
}


.smaller {
	font-size: 11px;
	text-decoration: none;
	line-height: normal;
	color: #666666;

}
.x-smaller {
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	color: #666666;

}
a:hover { color:#006699; text-decoration:underline;}

a { color:#335FA8; text-decoration:none;}
.big {
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}
#side {
	width: 140px;
	float: right;
	padding: 20px;
	background: #FFFFFF url(img/bg_side.jpg) repeat;
	text-align: center;
	font-size: 10px;
	color: #999999;
}

#blogside {
	width: 140px;
	float: left;
	padding: 20px;
	background: #FFFFFF;
}

