@charset "UTF-8";

body    {
	margin: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background: url(images/bg.gif) repeat-y center #CCCCCC;
}

p    {
	margin: 20px 20px 20px 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #FFFFFF;
}

a:link  {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a:visited   {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#news {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 439px;
	height: 498px;
	background: url(images/newsbg.jpg) no-repeat;
	overflow: auto;
}

#tour {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 220px;
	height: 498px;
	background: url(images/tourbg.jpg) no-repeat;
	overflow: auto;
}

/* Form Styles */

.submit {
	padding: 2px 2px 2px 2px;
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 11px; 
	font-weight: normal;
	color: #666666; 
	text-align: left;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}