body {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
}

#header {
	width: 1000px;
	height: 35px;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-color: #030;
	margin: 0px;
	width: 960px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
	overflow: visible;
	height: 55px;
}
#copyright {
	float: left;
	font-size: 10px;
}
#disclaimer {
	float: right;
	text-align: right;
	font-size: 10px;
}

/* container div */
#container {
	margin: 0px auto;
	width: 1000px;
	background-color: #FFF;
	color: #326A8B;
}

#container a {
	color: #06C;
	text-decoration: none;
	font-weight: bold;
}


#container a:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}

#banner {
	margin: 0px;
	width: 1000px;
	background-color: #FFF;
	padding: 0px;
	height: 15:w0px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

#leftside
{
	width: 198px;
	float: left;
	background-color: #FFF;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: center;
	vertical-align: top;
}


#google
{
	width: 460px;
	float: left;
	background-color: #FFF;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: center;
	vertical-align: top;
}


#headerbar {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 1000px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	background-color: #999;
}
#rightside
{
	width: 220px;
	float: right;
	background-color: #FFF;
	padding: 0px;
	background-image: url(../bullets/rightbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 450px;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 12px;
}
#bottomlinks {
	text-align: center;
	clear: both;
	width: 900px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	list-style-type: none;
}
#bottomlinks a {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F00;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #666;
}
#bottomlinks a:hover {
	color: #F00;
	text-decoration: none;
}

#enquiry {
	width: 260px;
	height: 80px;
	margin: 0px;
	padding: 5px;
}

#content
{
	float: right;
	background-color: #FFF;
	width: 750px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}

#contact
{
	float: right;
	background-color: #FFF;
	width: 450px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #b90f19;
}
#content p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul li {
	font-size: 14px;
}
#gallery {
}

#contactdiv {
	position: relative;
	left: 50px;
	color: #777777;
	padding-right: 100px;
}	

/* ----- Form ----- */
.form_row{
	padding: 3px 0px;
}

form{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: right;	
}

label {
	margin-right: 10px;
}

input{
	width: 250px;
	height: 15px;
	color: #555555;
	border: 1px solid #555555;
	background: #aaaaaa;
}

input.cb{
	width: 40px;
	height: 15px;
	color: #aabdd0;
	border: 1px solid #555555;
	background: #aaaaaa;
	padding: 5px;
}

textarea{
	width: 250px;
	height: 35px;
	color: #555555;
	border: 1px solid #555555;
	background: #aaaaaa;
}

.button{
	width: 60px;
	height: 25px;
	color: #555555;
	background-color: #aaaaaa;
}


/* End of Form */

