
/*HTML elements*/
html {
	background-color: #0A1118;
}

body {
	text-align: center;
}

a, a:active, a:visited {
	color: black;
	text-decoration: underline;
	outline: none;
}

ul {
margin-left: 10px;
list-style-type: none;
margin-top: 10px;
}

li {
margin-bottom: 4px;
}

h1, h2, h3, h4, h5 {
font-family: Tahoma, Times New Roman, Times, Arial;
}

h3 {
font-size: 100%;
}

h4 {
margin-top: 15px;
margin-left: 10px;
font-size: 105%;
text-decoration: underline;
margin-bottom: 10px;
}

.bold {
font-weight: 900;
}



/*Layout*/
#container {
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFD96;
	color: #0A1118;
}

#header,
#navigation,
#content,
#footer {
	width: 100%;
	float: left;
	clear: both;
}

#header:after,
#navigation:after,
#content:after,
#footer:after {
	content: ".";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}

#header {
	height: 160px;
	background-color: #FFFD96;
	color: #0A1118;
}

#navigation {
	height: 45px;
	background-image: url("../images/menu.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #670001;
	color: #FFFFFF;
}

#content {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: #0A1118;
	font-size: 80%;
	font-family: Arial;
}

#footer {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFD96;
	color: #0A1118;
}

/*Header*/
#title {
	position: absolute;
	top: 10px;
	left: 0px;
	clear: both;
}

#title img {
	width: 270px;
	height: 150px;
}

#header_images {
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	top: 20px;
	left: 270px;
}

#header_images li {
	float: left;
}


#header_images img {
	width: 142px;
	height: 111px;
	margin: 5px;
	border: 1px solid  #660000;
}

/*Navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	height: 45px;
	width: 100%;
	list-style: none;
	text-align: center;
	display: inline;
}

#navigation ul li {
	height: 45px;
	display: inline;
	text-align: center;
}

#navigation ul li a {
	display: block;
	background-image: url("../images/menu.gif");
	background-position: top left;
	background-repeat: repeat-x;
	height: 45px;
	line-height: 45px;
	color: white;
	font-family: Tahoma, Arial;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

#navigation ul li a:hover {
	background-position: bottom left;
}

/*Common page*/
#content_images {
	margin: 0px;
	padding: 0px;
	width: 310px;
	float: right;
	list-style: none;
	text-align: center;
}

#content_images li {
	clear: both;
	display:block;
	text-align:center;
}

#content_images img.styled {
	float: left;
	clear: both;
	width: 290px;
	height: 218px;
	margin: 10px;
	border: 1px solid  #660000;
}

#content_images img.nostyle {
	float:none;
	clear: both;
	width: 100px;
	height: 143px;
	margin: 10px auto;
	border: none;
}

.TA_rated {
	margin: auto;	
	text-align: center;
}

#CDSWIDFRR.widFRR, #CDSWIDWRM {
	margin: 8px auto;	
}

#content p {
	padding: 10px;
	text-align: justify;
}

#content h3 {
	padding: 15px;
	font-size: 150%;
}

#content .event {
	background-color: #FAFCDA;
	color: #663333;
	border: 1px solid #C8ABB0;
	padding: 10px;
	margin: 10px;
}

/*Booking*/
#booking {
	width: 550px;;
	padding: 10px;
}

/*Footer*/
#footer {
	font-family: Tahoma, Arial;
	font-size: 80%;
}

#phone_number, #email {
	display: inline;
}

#credit {
	padding-top: 10px;
	font-size: 90%;
}


/*Contact Form Styles */
label {
font-size: 85%;
}

input {
background-color: #660000;
color: #fff;
}

textarea {
background-color: #660000;
color: #fff;
}

.button {
margin-top: 2px;
color: #fff;
}

.event_photos {
	margin-left: 10px;
}

.event_photos img {
	border: 1px solid  #660000;
}

h5 {
	margin-left: 10px;
}

#monkey-menu, #monkey-menu p{

	text-align:center;	
}
a#weddingpack{
	text-align:center;
	display:block;
	background-color: #FAFCDA;
	color: #663333;
	border: 1px solid #C8ABB0;
	padding: 10px;
	margin: 30px;
}