body {
	background-color: white;
	background-image: url('/images/back.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	width: 900px;
	margin: 0px auto;
}
img {
	border: 0px;
}
#page_top {
	height: 250px;
}
#logo {
	text-indent: -9999px;
	margin:0;
	height: 190px;
	width: 300px;
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	background-position: 0px 18px;
	float:left;
}
#logo:hover{
	cursor:pointer;
}
#contact_us {
	height:100px;
	width: 300px;
	float:right;
	text-align:right;
	position: relative;
	top: 75px;
}
#nav_bar {
	clear: both;
	padding-top: 22px;
	padding-left: 0px;
}
#nav_bar a {
	color: white;
	text-decoration: none;
}
#nav_bar a:hover {
	text-decoration: underline;
	color: #acc7f2;
}
#nav_bar li {
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	padding: 0 15px 0 15px;	
}
#sidebar {
	width:300px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	float:left;
}
#sidebar ul {
	padding-top: 0px;
	margin:0px;
	padding-left: 20px;
	list-style: none;
}
#sidebar a {
	color: black;
	text-decoration: none;
}
#sidebar a:hover {
	color: #668ac7;
	text-decoration: underline;
}
#sidebar h2{
	color: #668ac7;
	margin-bottom:0px;
	border-bottom: 1px solid #bbb;
}
#slideshow_image {
	height: 100%;
	width: 100%;
}
#content {
	width: 570px;
	float:right;
	padding:15px;
	padding-top: 10px;
	text-align: justify;
}
#content h1{
	color: #668ac7;
	margin-bottom: -10px;
	border-bottom: 1px solid #bbb;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:22px;
}
#slideshow {
	background-color: grey;
	height: 220px;
	text-align: center;
	border: 1px solid #bbb;
}
#footer {
	clear:both;
	text-align:center;
	font-size: 14px;
	padding: 15px 0 0px 0;
	border-top: 1px solid #bbb;
}
a {
	color: #4768a2;
}
a:hover {
	color: #aac4f0;
}
#services_list {
	list-style: none;
	font-size: 18px;
}
.delete_link {
	color: red;
	font-size:14px;
}
#content textarea {
	width: 100%;
	margin: 0 auto;
}
.centre {
	text-align: center;
}
#logout {
	color: red;
}
form {
	margin-top: 20px;
}
label {
	width:100px;
}
#privacy_policy {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
.up_slightly {
	margin-top: 5px;
}

