/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0;
	background-image: url(images/bkg-main.jpg);
	color: #CCCCCC;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 50% -7px;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{
	font-size:18px;
}
h2{
	font-size:14px;
	color:#CCCCCC
}
h3{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}

a:link, a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
	color: #FFCC00;
}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#container{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
	#topbar{
	display:block;
	height:70px;
	width: 100%;
	background-image: url(images/bkg-top.png);
}
	#navbar{
	width:auto;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 0px;
}
#navbar2 {
	width:auto;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 10px;
}



		#navbar a{heigth:28px; line-height:28px; padding:0 8px; display:inline;}
	
	#main{
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: -3px;
	width: 977px;
	background-image: url(images/main-bkg.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



		#column_left{
	width:570px;
	margin-right:20px;
	float:left;
	padding-left: 40px;
	padding-right: 5px;
}
		#column_right{
	width:10px;
	margin-right:20px;
	float:left;
	background-image: url(images/divider-horizontal-10x10.png);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 900px;
}
		#column_right_adsense{
	float:left;
	width: 290px;
	margin: 0px;
	padding: 0px;
	clear: right;
}
		div.spacer{clear:both; height:10px; display:block;}
	
	#footer{
	width:977px;
	display:block;
	font-size:11px;
	color:#666666;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 50px;
}
	
/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

/* 
Add here your custom classes
*/
.divspacehorizontal {
	background-image: url(images/divider-vertical-10x10.png);
	background-repeat: repeat-x;
	height: 10px;
	width: 90%;
	clear: right;
	float: left;
}
#reservations_col_right {
	width:10px;
	margin-right:20px;
	float:left;
	background-image: url(images/divider-horizontal-10x10.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 500px;
}
#mpjotform {
	width:245px;
	float:left;
	clear: right;
	padding-left: 45px;
}


.glow { 
color: #ccc;
background-color: transparent;
}


.glow:hover { 
background-color: #333;
color: #fff;
}
