@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}

body {
	background-color: #FFFFCC;
	color: #660066;
}

a.creamlink {
	text-decoration: none;
	color: #FFFFCC;
}

a.creamlink:hover {
	text-decoration: underline;
}

a.brownlink {
	text-decoration: none;
	color: #663300;
}

a.brownlink:hover {
	text-decoration: underline;
}

#Wrapper {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660066;;
	text-align: left;
	/*width: 72.5em;*/
	margin: 0px auto;
	padding: 0px;
	background: url(../images/header.jpg) no-repeat;
	width: 1000px;
}

#MainHeader h1 {
	background: url(../images/header.jpg) no-repeat;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	height: 175px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0em;
	text-indent: -10000em;
}

#ContentContainer {
	margin: 0px auto;
	padding: 5px 50px 25px 50px;
}

.homep {
	margin-bottom: 20px;
}

#PageContainer {
	margin: 0px auto;
	color: #fff;
	clear: both;
	width: 1000px;
	background: url(../images/main_bg.jpg) repeat-y;
	line-height: 1.5em;
	display:block;
	float: left;
	clear: both;
}

#MainContent {
	width: 690px;
	float: left;
	height: auto;
}

#MainContent h2 {
	text-align: center;
	color: #ffffcc;
}

#MainContent p {
	text-align: center;
}

#MainContent h2.gallery {
	text-align: left;
	color: #ffffcc;
}

#MainContent p.gallery {
	text-align: left;
}

#RightContent {
	margin-left: 20px;
	width: 180px;
	float: right;
	height: auto;
}

#RightContent ul {
	margin-left: -20px;
}

#RightContent h2 {
	color: #ffffcc;
}

#HomeImg1 {
	width: 640px;
	height: 150px;
	background-image:url(../images/home_img_2.jpg);
	text-indent: -10000px;
	margin-left: 30px;
}

#HomeImg2 {
	width: 640px;
	height: 180px;
	background-image:url(../images/home_img_1.jpg);
	text-indent: -10000px;
	margin-left: 30px;
}

#HomeImg3 {
	width: 640px;
	height: 150px;
	background-image:url(../images/home_img_3.jpg);
	text-indent: -10000px;
	margin-left: 30px;
}

#HomeImgCentre1 {
	width: 640px;
	height: 360px;
	background-image:url(../images/homecentre1.jpg);
	text-indent: -10000px;
	margin-left: 30px;
}

#HomeImgCentre2 {
	width: 640px;
	height: 280px;
	background-image:url(../images/homecentre2.jpg);
	text-indent: -10000px;
	margin-left: 30px;
}

#FooterBar {
    width: 1000px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 20px;
	height: 340px;
	background: url(../images/footer.jpg) no-repeat #FFFFCC;
	clear: both;
	font-family:   Georgia, Arial, sans-serif;
	color:#996600;
	line-height: 1.6em;
}

#FooterTextLeft {
	margin: 95px 10px 0px 0px;
	padding: 0px 0px 0px 35px;
	float: left;
	width: 270px;
	color:#663300;
}
#FooterTextMiddle {
	margin: 55px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 200px;
	color:#663300;
	border: 0px red solid;
}
#FooterTextRight {
	margin: 55px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 350px;
	color:#663300;
	border: 0px red solid;
}

#Footer {
	width: 900px;
	margin: 0px auto;
}

#Footer #copyright {
    font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color:#663300;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	line-height: normal;
}

Form#contact_form {
  width:360px; 
  padding:0px; 
  margin:0 auto;
  margin-top:1.5em;
}

Form#contact_form label {
	 clear:left; 
	 display:block; 
	 float:left; 
	 width:40px; 
	 text-align:right; 
	 padding-right:10px; 
	 margin-bottom:2px;
	   font-size: 11px;

}

Form#contact_form input.input_code {
  border:1px solid #663300; 
  background:#fff; 
  padding-left:3px; 
  padding-top:0.2em;
  padding-bottom:0.2em;
  margin-bottom:0.6em;
  font-family: Verdana, Arial;
  width: 50px;
    color: #000;
	font-size: 10px;
}

Form#contact_form div.security {
  padding-left:50px; 
  padding-top:10px;
  padding-bottom:10px;
  font-size: 10px;
}

Form#contact_form input.input_std {
  border:1px solid #663300; 
  background:#fff; 
  padding-left:3px; 
  padding-top:0.2em;
  padding-bottom:0.2em;
  margin-bottom:0.6em;
  font-family: Verdana, Arial;
  width: 200px;
    color: #000;
	font-size: 10px;
}


Form#contact_form textarea {
  width:197px; 
  height:50px; 
  border:1px solid #663300; 
  padding:3px; 
  overflow:auto; 
  background:#fff;
  font-family: Verdana, Arial;
  font-size: 10px;
  color: #000;
}

Form#contact_form #submit {
  color:#fff; 
  background:#996600;
  padding-right:0.5em; 
  cursor:pointer; 
  width:75px; 
  margin:1em;
  margin-left: 50px;
  font-size: 11px;
  border-color: #663300;
  border-width: 1px;
}

ul li a {
	color: #fff;
	text-decoration:none;
}
ul li a:hover {
	color: #fff;
	text-decoration:underline;
}