body, html {

	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #f6f6f6;
}

html {

}

.background {
	background-color: #f6f6f6;
	background-image: url(images/layer_header.jpg);
	background-repeat: repeat-x;

}

h1, h2, h3, h4 {
	font-weight: 300;
	color: #666;
}

.content {
	padding-top: 20px;
	font-size: 1.1em;
}

content h2 {
	clear:both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.logoright {
	float:right;
}

.header {
	height: 59px;
	background-image: url(images/layer_header.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.title {
	position: relative;
	top: 15px;
	color: #eee;
	font-size: 16px;	
}


.background_bottom {
	background-image: url(images/layer_content_top.jpg);
	background-repeat: repeat-x;
	background-color: #f6f6f6;
	color: #555;
}

.content a {
	color: #888;
}