/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/back.jpg) #e8e8e8 repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	padding: .25em 0;
	color: #00b50e;
}

a {
	text-decoration: none;
	color: #00b50e;
}

ul {
	padding-left: 1.5em;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: .5em 0;
}

#container {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 770px;
	margin: 0 auto;
	background: url(img/backContent.jpg) #fff;
	border-left: 3px solid #0171BB;
	border-right: 3px solid #0171BB;
	border-bottom: 3px solid #0171BB;
}

#header {
	height: 203px;
	background: url(img/header.jpg) no-repeat;
}

#header img {
	float: right;
	text-align: right;
	margin-top: 113px;
}

* html #header img {
	height: 90px;
}

#header a {
	float: left;
	display: block;
	margin-left: 47px;
	margin-top: 67px;
	width: 120px;
	height: 120px;
}

* html #header {
	margin-bottom: -176px;
}

* html #header a {
	top: 67px;
	left: 47px;
	margin: 0;
}

#leftNav {
	width: 182px;
	float: left;
}

#leftNav ul {
	padding: 0;
	list-style: none;
}

#leftNav ul li {
	background: url(img/buttonBack.jpg) no-repeat;
	height: 29px;
}

#leftNav ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 8px 12px;
}

#content {
	overflow: hidden;
	background: url(img/contentBack.jpg) repeat-x;
	padding: 1em;
	min-height: 165px;
}

*html #content {
	margin-left: 182px;
}

#footer {
	clear:both;
	margin-left: 182px;
	text-align: center;
	padding: 1em 0;
}