/* CSS Document */

body {
	margin-top: 20px;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D5D5D5;	
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x; 
}

.header_area {
	border-top: 1px solid #321708;
	border-right: 1px solid #321708;
	border-left: 1px solid #321708;
	height: 92px;
}

.nav_area {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat; 
	background-color: #321708;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 10px;
	border-left: 1px solid #321708;
	width: 142px;
}

.nav_link {
	color: #FDC716;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
}


.nav_link A:link, .nav_link A:visited, .nav_link A:active { 
	color: #FdC716;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}

.nav_link A:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;	
}

.nav_link_rooms {
	color: #FDC716;
	font-size: 12px; 
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
}


.nav_link_rooms A:link, .nav_link_rooms A:visited, .nav_link_rooms A:active { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}

.nav_link_rooms A:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;	
}


.page_name_area {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #321708;
	font-size: 16px;
	background-color: #FdC716;
	border-right: 1px solid #321708;
	border-top: 1px solid #321708;
	letter-spacing: 1px;	
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y; 

}

.content_area {
	background-color: #FdC716;
	border-right: 1px solid #321708;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 10px;
	border-top-color: #FFFFFF;
	font-size: 11px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y; 
}

.content_area A:link, .content_area A:visited, .content_area A:active { 
	color: #321708;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	}

.content_area A:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: #321708;	
}

.welcome_area_top {
	background-color: #321708;	
	border-right: 1px solid #321708;
}


.welcome_area_bottom {
	background-color: #fdc716;	
	border-right: 1px solid #321708;
	border-left: 1px solid #321708;
}

.footer_area {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat; 
	height: 70px;
	border-bottom: 1px solid #321708;
	border-right: 1px solid #321708;
	border-left: 1px solid #321708;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;

}


.contact_footer {
	font-size: 10px;
	color: #FdC716; 
}


.contact_footer A:link, .contact_footer A:visited, .contact_footer A:active { 
	color: #FdC716;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}

.contact_footer A:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;	
}

.press_content_area {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 0px

}

