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

/*Main Content Section */
#content_wrapper {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 50px;
	overflow: auto;
	background-image: url(../images/content_sidebar_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#content_main {
	width: 425px;
	float: left;
	padding: 10px 15px;
    margin: 15px auto;
	font-size: 13px;
    border-style: solid;
    border-color: #222;
    border-width: 1px;
    background-image: url("../images/content_bg.jpg");

}

#content_main h2 {
	color: #021925; 
	font-size: 14pt;
}

#content_main .alternate{
	font-size:9pt;
	text-align: justify;
	margin-right:20px;
}

/* Sidebar */
#content_sidebar {
	width: 328px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.testimonial {
	margin: 15px 0px 0px 15px;
	font-size:11px;
	line-height:2.5ex;
	color:white;
}

.reservation_sidebar {
    width:300px;
    margin:15px 0 0 15px;
    padding:5px;
    vertical-align:top;
	font-size:15px;
    font-weight: bold;
	text-align:center;
	line-height:2.5ex;
	color: #000;
}
#sidebar {
	width: 300px;
}
#sidebar ul {
	width: 328px;
	margin: 0px;
	padding: 0px;
	list-style-type: none; 
	list-style-image: none;	
}

div.textwidget {
	margin: 0px;
	padding: 0px 10px 0px 20px;
	font-size: 12px;
	text-align: justify;
}

div.textwidget p {
	margin: 0;
	padding: 0;
}

.normaltext {
	text-align: justify;
	margin-bottom:10px;
	font-size: 14px;
	line-height: 2.5ex;
	color: #333;
	padding: 0px 20px;
}

.header_question {
	visibility:hidden;
	}