/* CSS Document */

body {
	background-image: url(../images/layout/background-x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff;
	color: #5e5e5e;
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
}

div#container {
	margin: 0px auto;
	width: 565px;
}

div#top {
	height: 22px;
	padding-top: 48px;
	padding-left: 83px;
	color: #29641c;
	text-transform: uppercase;
	font-size: 16px;
}

div#content {
	background-image: url(../images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 161px 83px 0px;
	height: 215px;
	line-height: 160%;
}

div#footer {
	color: #ababab;
	font-size: 10px;
	padding-left: 83px;
}

/* FONTS */

h1 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 33px;
	text-transform: uppercase;
}

p {
	margin: 0px;
	margin-bottom: 13px;
}

a {
	color: #5e5e5e;
	text-decoration: underline;
}

strong {
	color: #474747;
}
	
