/*
Designed by Robin Noakes for Open by Nature Limited
Visible Changes Theme
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

#header {
	height: 266px;
	width: 843px;
	padding-left: 10px;
	margin: 0px auto;
	background: url(http://www.visiblechanges.co.uk/themes/visiblechanges_theme_v1/images/pageborderleft.png) left repeat-y;
}

#header-logo {
	float: left;
	height: 266px;
	width: 200px;
	background: url(http://www.visiblechanges.co.uk/themes/visiblechanges_theme_v1/images/vc_logo.gif) no-repeat bottom;
	border-bottom: solid lightgrey 1px;
}

#header-menu {
	float: right;
	width: 643px;
}

#header-menu img {
	border-style: none;
}

#header-images {

}

#wrapper {
	margin: 0px auto;
	width: 843px;
	padding-left: 10px;
	background: url(http://www.visiblechanges.co.uk/themes/visiblechanges_theme_v1/images/pageborderleft.png) left repeat-y;
}

#content {
	float: right;
	width: 642px;
}

#content ul {
	padding-left: 20px;
}

#content ul a {
	color: midnightblue;
	text-decoration: none;
}

#content a {
	color: midnightblue;
}

#content-left {
	float: left;
	width: 423px;
}

#content-right {
	float: right;
	width: 200px;
}

#content-full {
	float: left;
	width: 642px;
}

#sidebar{
	float: left;
	width: 200px;
	border-right: solid lightgrey 1px;
}

#sidebar img {
	border-style: none;
}

#sidebar ul {
	text-align: right;
	list-style: none;
	padding-right: 5px;
}

#sidebar ul a {
	color: midnightblue;
	background: url(http://www.visiblechanges.co.uk/themes/visiblechanges_theme_v1/images/bullet.gif) right no-repeat;
	padding-right: 20px;
	line-height: 2em;
}
	
#sidebar-contact {
	text-align: center;
	margin-bottom: 10px;
	border-bottom: solid lightgrey 1px;
	background: #f1f7eb;
}

.cleardivs {
	clear: both;
}

#footer {
	clear:both;
	border-top: solid lightgrey 1px;
	min-height: 60px;
	padding-top: 5px;
}

#footer a {
	color: midnightblue;
	text-decoration: none;
}
