body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul {
	list-style:none;
	padding: 0;
	margin: 10px 0 20px 0;
}

li {
	padding: 0 0 0 13px;
	background-image:url(images/gbox.png);
	background-repeat:no-repeat;
	background-position: 0 5px;
	margin: 0 0 0 10px;
	
}

#container {
	width: 631px;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
	padding: 10px;
}

#header {
	height: 138px;
	background-color: #B8E053;
	border-bottom: 1px solid #FFFFFF;
	overflow:hidden;
}

#subheader {
	height: 75px;
	background-color: #B8E053;
	background-image:url(images/greenleaf.png);
	background-repeat:no-repeat;
	background-position:right;	
}

#seperator {
	height: 12px;
	overflow:hidden;
	background-image:url(images/sep.png);
	background-repeat:repeat-x;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#line {
	border-right: 1px solid #FFFFFF;
	width: 447px;
}

#page {
	background-color: #F2F1E9;
	color: #757575;
	font-size:small;
	padding: 15px 0 0 0;
	background-image:url(images/sidebar-bg.png);
	background-repeat:repeat-y;
	background-position:right;	
}

#content {
	width: 410px;
	padding: 0 15px 0 18px;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0 0 25px 0;
	background-image:url(images/paraend.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#content h1 {
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #996600;
	font-weight:normal;
	font-variant:small-caps;
}

#menu {
	padding: 30px 22px 0 22px;
	width: 139px;
	float:right;
}

#menu a {
	display:block;
	padding: 8px 13px 4px 13px;
	border-bottom: 1px solid #C2BC8D;
	text-align:center;
	color: #757575;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	color:#996600;
}

.leftcol {
	border-right: 1px solid #FFFFFF;
}

#footer {
	clear: both;
	margin: 10px 192px 0 0;
	text-align:center;
	font-size: 10px;
	padding-bottom: 5px;
	color:#000000;
}

#footer a {
	color:#000000;
}

.accom_row {
	height: 193px;
	padding: 0 0 30px 0;
	background-image:url(images/paraend.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	margin-bottom: 10px;

}

.accom_row img {
	float: left;
	margin-right: 10px;
	border: 1px solid #996600;
}

.accom_row h2 {
	margin: 0 0 0 -0;
	font-size: 20px;
	color: #996600;
	font-weight:normal;
	font-variant:small-caps;
}

