body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	background-color: #363636;
	color: #3C3C3C;
}
#header {
	width: 100%;
	height: 190px;
	background-image: url(imgs/flower.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: black;
}
#header_bottom {
	width: 100%;
	height: 20px;
	background-image: url(imgs/border.png);
}
#body {
	width : 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -70px;
}
#links {
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 45px;
	margin-right: 20px;
	background-color: #C0C0C0;
	border: solid #ff3333 5px;
	text-align: center;
}
#content {
	float: right;
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	background-color: #C0C0C0;
	border: solid #ff3333 5px;
}
#footer {
	float: right;
	width: 710px;
	padding-top: 10px;
	text-align: center;
	color: #C0C0C0;
	font-size: 70%;
}
#logo_left {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo_right {
	position: absolute;
	top: 0px;
	left: 180px;
}
a {
	font-weight: bold;
	color: #3C3C3C;
	text-decoration: none;
}
a.email_link {
	font-weight: normal;
	color: #C0C0C0;
}
a.read_more {
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	font-size: 80%;
	color: #3C3C3C;
}
a.site {
	font-weight: normal;
	text-decoration: underline;
}
fieldset {
	float: right; 
	padding-left: 10px; 
	padding-right: 10px; 
	margin-left: 10px;
	margin-top: -10px;
}
legend {
	font-weight: bold;
	font-size: 110%;
	color: #3C3C3C;
}
input {
	color: #3C3C3C;
}
textarea {
	color: #3C3C3C;
}
.comment {
	font-style: italic;
}
.commenter {
	font-weight: bold;
	text-align: right;
}
p.enq_form {
	margin-top: 5px;
	margin-bottom: 7px;
}
#enq_form_error {
	display: none;
	color: #ff3333;
	font-size: 80%;
	font-weight: bold;
}
.site_preview {
	float: left;
	margin-top: -10px;
	margin-bottom: 2px;
	margin-right: 10px;
}

.site_preview_pic {
	border: 2px solid #ff3333;
}
.site_preview_pic_small {
	margin-top: 10px;
	border: 1px solid #ff3333;
	width: 95px;
	float: left;
}
h2 {
	clear: both;
}
