@charset "UTF-8";
/* CSS Document */

body{
	background: #fff;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.container{
	background:#fff;
}

#mainmenubox{
	width:950px;
	padding:0;
}

#contentbox{
	width:500px;
	float:left;
}

#showcontent{
	padding-left:10px;
	padding-right:10px;
}

#leftbox{
	width:216px;
	padding: 0 0 0 0;
	background:url(../images/leftbox-bg.png) repeat-y;
	float:left;
}

#rightbox{
	width:233px;
	float:left;
}

.font_footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(../images/footer-bg.png) no-repeat;
	color:#fff;
	text-align: center;
	padding:10px 0 10px 0;
	width:950px;
	height:50px;
}

.font_mainmenu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

.font_hostpackage{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
	font-weight:bolder;
}

.font_hostpackagedetail{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:center;
}


#youtube img{
	padding: 3px;
	border: 1px solid #757575;
}
	
