body {
	background-image: url('bodybg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
		height: 100%;
		margin: 0 auto;
}

html {
	height: 100%;
}

#wrapper {
text-align: left;
width: 752px;
margin: 100px auto 0 auto;
}

#logo {
	background-image: url('logo.png');
	background-repeat: no-repeat;
	width: 740px;
	height: 134px;
	overflow: hidden;
	text-indent: -9000px;
	margin: 0;
}

#decoration {
	height: 245px;
	width: 752px;
	margin: 5px 0;
}

#navigation {
	overflow: hidden;
}

#navigation a {
	display: block;
	float: left;
	width: 158px;
	height: 160px;
	text-decoration: none;
	padding: 15px;
	color: #333;
}

#navigation a:hover, #navigation a.selected {
	background-image: url('rounded_corner.jpg');
	background-repeat: no-repeat;
}

#navigation a:hover h3 {
	color: #900;
}

#navigation a:hover span {
	color: #333;
}

#navigation a h3 {
	color: #333;
	font-family: georgia, times;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin: 6px 0;
}

#navigation a span {
	color: #666;
	font-family: georgia;
	font-size: 14px;
}

#bottom {
	border-top: 1px #666 solid;
	margin: 30px 0 30px 0;
	padding: 30px 0;
	clear: both;
	font-family: verdana;
	font-size: 10px;
	color: #666;
	
}

#content div {
	padding: 20px;
	background: #e2e2e2;
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
}

#content div h2, #content div h3, #content div h4  {
	font-family: georgia;
	font-weight: normal;
	font-size: 18px;
}

#content div a {
	color: #900;
	text-decoration: none;
	padding: 0.2em 0.5em;
	border-bottom: 1px #999 dotted;
}

#content div a:hover, #content div a.selected {
	background: #900;
	color: #eee;
}

#content div#blogg img {
	float: none;
	clear: both;
	margin: 1em 0;
	border: 0;
}

#content div a.image-link, #content div a.image-link:hover
{
	padding: 0;
	background: 0;
	border: 0;
	margin: 0;
}

#content div img.with_border {
	border: 1px #333 solid;
}

.more {
	text-align: right;
}

#content div.client_quote {
	width: 200px;
	padding: 2em;
	margin: 2em;
	background: #fff;
	float: right;
	border: 1px #cdcdcd solid;
	font-size: 9px;
	
}

#content div.client_quote p {
	background: #fff;
	font-size: 9px;
}

