@charset "utf-8";
/* CSS Document */
input[type=text]{
	
    height: 20px;
    border: 0;
}

a {
	color: #FFF;
}
body {
	margin:0px;
	padding:0px;
	background: url(../images/bg04.jpg);
	background-repeat: repeat;
	font:13px/20px verdana, arial, helvetica, sans-serif;
	color: #FFF;
}
.font24{
	font-size:18px;
	text-decoration: underline;

}

#wrapper {
	width: 980px;
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
	background-color: #FF7400;
	margin-top: 20px;
	min-height: 580px;
	background: url(../images/03.jpg);
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	min-height: 1019px;
	border-style: solid;
	border-right-color: #FF7400;
	border-left-color: #FF7400;
	border-width: 0px 2px 0px 2px;
	background-color:#000;
}
#main_pic {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

#left {
	float: left;
	width: 200px;
	color: #FFFFFF;
	min-height: 1200px;
	padding: 10px;
	padding-top: 25px;
	margin-right: 6px;
}
#left a {
	color: #FFF;
}
#top {
	color: #FFFFFF;
	text-decoration: none;
	width: 960px;
	float: left;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #FF7400;
	margin-left: 10px;
	margin-right: 10px;
}

#top ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#top li {
	display:inline;
	float:left;
}

#top a {
	text-decoration: none;
	font-weight: normal;
	display:block;
	color: #FFFFFF;
	padding-right: 40px;
	font-weight:bold;
	text-align: left;
}

#top a:hover {
	color: #FFFFFF;
	background-color: #FF7400;
}
#bottom {
	color: #FFFFFF;
	text-decoration: none;
	width: 960px;
	float: left;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #FF7400;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
}

#bottom ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#bottom li {
	display:inline;
	float:left;
}

#bottom a {
	text-decoration: none;
	font-weight: normal;
	display:block;
	color: #FFFFFF;
	padding-right: 40px;
	font-weight:bold;
	text-align: left;
}

#bottom a:hover {
	color: #FFFFFF;
	background-color: #FF7400;
}

#content {
	width: 720px;
	float:right;
	color: #FFFFFF;
	margin-right: 10px;
	border-left: solid;
	border-left-width: 2px;
	border-left-color: #FFF;
	padding-left: 10px;
	padding-bottom: 10px;
}

#mp3{
	width: 725px;
	float: right;
	text-align: right;
	margin-right:15px;

}
.font36 {
	width: 725px;
	border-radius: 15px;
	border-style: solid;
	border-color: #FF7400;
	border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-color: #FF7400;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	float: right;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 25px;
}
.clear {
	clear: both;
}
#request_booking {
	width: 700px;
	height: 260px;
	border-style: solid;
	border-color: #FF7400;
	border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin-right: 10px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../images/request_booking.jpg);
}
.calender{
	min-height: 800px;
	width: 910px;
	margin-top: 25px;
	float:left;
`	

}
.padding10{
	padding-left:20px;
	padding-right:10px;


}