body {
	margin:0px;
/*	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #000;

	margin:0px;
	padding:0px;
	background-color:#656565;
	
	background-image:url(images/bg.png);
	background-repeat:repeat-x;

}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #000;	
	margin:0px;
}

div, form {
	padding:0px;
	margin:0px;
}

img {
	border:none;
}

hr {
	color:#000;
	background-color:#000;
	height:1px;

	border:0px;
	overflow:hidden;
	
	text-align: left;/*this will align it for IE*/
	margin: 5px auto 5px 0px; /*this will align it left for Mozilla*/	
}

a:link, a:visited {
	color: #A60001;
	text-decoration: none;
	outline:none;
}

a:hover, a:active {
	color: #A60001;
	text-decoration: underline;
	outline:none;	
}

	.menu a:link, .menu a:visited {
		color: #FFF;
		text-decoration: none;
		outline:none;
	}
	
	.menu a:hover, .menu a:active {
		color: #FFF;
		text-decoration: underline;
		outline:none;	
	}
	
	.bottom a:link, .bottom a:visited {
		color: #FFF;
		text-decoration: none;
		outline:none;
	}
	
	.bottom a:hover, .bottom a:active {
		color: #FFF;
		text-decoration: underline;
		outline:none;	
	}


/*.......................................................................*/


.canvas {
	text-align:left;
	width:990px;
	background-color:#FFFFFF;
		border:5px solid #FFFFFF;
		border-top:none;

	margin-left: auto;
	margin-right: auto;
}

.menu {
	height:50px;
	background-color:#990002;
	border-bottom:5px solid #FFFFFF;
	
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;

	
}

.menu_placeholder {
	margin:0px 0px 0px 220px;
}

.menu_item {
	float:left;
	width:80px;
	height:30px;
	padding:20px 0px 0px 0px;
	text-align:center;
	color:#FFF;
	text-transform: uppercase;
}
.menu_item_divider {
	float:left;
	width:5px;
	height:30px;
	padding:20px 0px 0px 0px;
	text-align:left;
	color:#FFF;
	text-transform: uppercase; 
}

.logo {

	position:absolute;
	background-color:#BC1002;
	top:0px;
	width:224px;
	height:104px;
	z-index:100px;
	
}

.content {
	width:990px;
	height:500px;
	background-color:#C0C0C0;
	border-bottom:5px solid #FFFFFF;
}

.content-home {
	width:990px;
	height:500px;
	background-color:#C0C0C0;
	border-bottom:5px solid #FFFFFF;
	background-image: url(images/aerial.jpg);
}

.content-about {
	width:990px;
	height:500px;
	background-color:#C0C0C0;
	border-bottom:5px solid #FFFFFF;
	background-image: url(images/gallery/roundabout.jpg);
}

.content-home-inside {
	width:390px;
	height:210px;
	background-color:#444444;
	margin-top: 10px;
	margin-left: 540px;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	opacity: 0.90;
	-moz-opacity: 0.90; /* older Gecko-based browsers */
	filter:alpha(opacity=90); /* For IE6&7 */
	padding: 5px;
	float: left;
}

.content-home-inside-fb {
	width:370px;
	height:150px;
	background-color:#444444;
	margin-top: 30px;
	margin-left: 540px;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	opacity: 0.90;
	-moz-opacity: 0.90; /* older Gecko-based browsers */
	filter:alpha(opacity=90); /* For IE6&7 */
	padding: 15px;
	float: left;
}

.content-about-inside {
	width:690px;
	height:400px;
	background-color:#444444;
	margin-top: 50px;
	margin-left: 240px;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	opacity: 0.90;
	-moz-opacity: 0.90; /* older Gecko-based browsers */
	filter:alpha(opacity=90); /* For IE6&7 */
	padding: 5px;
	overflow: auto;
	float: left;
}

.bottom {
	background-color:#BC1002;
	height:132px;
	background-image:url(images/bottom_bg.png);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
}
.carousel {
	padding:9px 0px 0px 0px;
}
.content-home-inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.content-home-inside-fb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}

.content-about-inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.canvas .content-about .content-about-inside a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.content-voucher-inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.canvas .content-voucher .content-voucher-inside a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.canvas .content-about .content-about-inside div {
	color: #FFFFFF;
}
.canvas .content-about .content-about-inside #webcam {
	opacity: none;
	-moz-opacity: none; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
}