/*Content/TopContent*/

#topcontent{
	text-align: center;
}
#topcontent img{
	margin: 0 auto;
}



/*Content/LeftContent*/

#leftcountet{
	padding-top: 30px;
	float: left;
	width: 263px;
}
#leftcountet img{
	margin-left: 18px;
}



/*Content/RightContent*/
#rightcontent{
	padding-top: 30px;
}

#rightcontent div#day{
	background: url(img/content_day_bg.gif) repeat-y left;
	float: left;
	width: 310px;
}

#rightcontent div#day div.header{
	padding: 73px 11px 17px 11px;
	background: url(img/content_day_top.jpg) no-repeat left top;
}

#rightcontent div#day div.header ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 25px;
	background: none;
}
#rightcontent div#day div.header ul li{
	float: left;
	margin: 0;
}
#rightcontent div#day h4{
	clear: both;
	text-align: center;
	color: #ff8533;
	font-weight: bold;
	margin: 0;
	font-size: 16px;
}
#rightcontent div#day ul{
	margin: 0;
	padding: 0 15px 17px;
	list-style-type: none;
	background: url(img/content_day_footer.gif) no-repeat 0 bottom;
}
#rightcontent div#day ul li{
	margin: 3px 0;
}


#rightcontent div#night{
	margin-left: 10px;
	background: url(img/content_night_bg.gif) repeat-y left;
	float: left;
	width: 310px;
}

#rightcontent div#night div.header{
	padding: 73px 11px 17px 11px;
	background: url(img/content_night_top.jpg) no-repeat left top;
}

#rightcontent div#night div.header ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 25px;
	background: none;
}
#rightcontent div#night div.header ul li{
	float: left;
	margin: 0;
}
#rightcontent div#night h4{
	clear: both;
	text-align: center;
	color: #35218f;
	font-weight: bold;
	margin: 0;
	font-size: 16px;
}
#rightcontent div#night ul{
	margin: 0;
	padding: 0 15px 17px;
	list-style-type: none;
	background: url(img/content_night_footer.gif) no-repeat 0 bottom;
}
#rightcontent div#night ul li{
	margin: 3px 0;
}

