@charset "utf-8";
/* CSS Document */

html,body {
	margin:0px;
	padding:0px;
	scrollbar-base-color:#677352;
	scrollbar-arrow-color:#fff;
}

body{
	min-width:950px;
	color:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#333333;
	}

#main {
	margin:0 auto;
	/*margin-top:20px;*/
	width:950px;
	height:668px;
	background-image:url(../images/home/bg.jpg);
	background-repeat:no-repeat;
}

#main:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}

#nav {
	width:100%;
	padding-top:10px;
	color:#B2C56F;
	text-align:center;
}

#nav a {
	color:#B2C56F;
	text-decoration:none;
}

#content {
	width:837px;
	height:345px;
	float:right;
	margin-right:20px;
	margin-top:30px;
	line-height:15px;
	overflow:auto;
	overflow-y:auto;
}

#content img {
	border: thin solid #FFFFFF;
}

#hotels {
	float:right;
	height:200px;
	width:390px;
	margin-right:15px;
	color:#667852;
}

#hotels #header {
	font-size:16px;
	font-weight:bold;
}

#hotels a {
	color:#667852;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
}

#hotels ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:15px;
}

#hotels li {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

/***************** text and element styles **************/


h1 {
	font-size:14px;
}

a {
	text-decoration:none;
	color:#667852;
	font-weight:bold;
}

input, textarea {
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
	border:1px solid #fff;
}

fieldset {
	padding:10px;
}


.alight {
	color: #FFFFFF;
	text-decoration: underline;
}
.textSm {
	font-size: 10px;
	line-height: 10px;
}
