/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 0;	
}
html, body {
	height: 100%;
}
body {
	background-image:url("../img/background.jpg");
	background-repeat: no-repeat;
}
.container {
	width: 100%;
	min-width: 1000px;
}
.header {
	height: 120px;
	max-height: 120px;
	background-color: #AAAADD;
}
.header div {
	display: inline-block;
	/*IE Hacks*/
	zoom: 1;
	*display: inline;
	_height: 100px;
}
.header .logo a {
	display: block;
	width: 120px;
	padding: 5px 5px 5px 35px;
}
.header .text {
	width: 80%;
	color: #2020AA;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
	margin-top: 10px;
}
.header .text h1 {
	font-size: 40px;
	font-family: Times New Roman, Georgia, serif;
}
.header .text p {
	font-size: 18px;
	font-family: Times New Roman, Georgia, serif;
}
.navbar {
	width: 200px;
	float: left;
	background-color: #DDAAAA;
	margin-right: 10px;
	height: 100%;
}
.navbar ul {
	list-style-type: none;
}
.navbar ul a {
	display: block;
	text-align: center;
	width: 190px;
	margin: 5px;
	padding-top: 15px;
	height: 35px;
	font-size: 22px;
	text-decoration: none;
	color: #AA2020;
	border: solid 1px #AA2020;
	border-radius: 10px;
}
.navbar ul a:hover {
	background-color: #AA2020;
	color: #FFF;
}
.body {
	background-color: #F00;
	height: 100%;
}
.content {
	padding: 10px 5px 5px 215px;
}
.content h1 {
	font-size: 22px;
	color: #AA2020;
	border-left: solid 10px #AA2020;
	border-bottom: 1px solid #AA2020;
	width: 95%;
	min-width: 780px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.content h2 {
	font-size: 18px;
	margin: 15px 5px 5px 5px;
	color: #2020AA;
}
.content ul, .content ol {
	margin-left: 30px;
}
.content p {
	text-indent: 0px;
	margin: 15px;
	max-width: 900px;
	text-align: justify;
	font-size: 16px;
	line-height: 18px;
}
.address {
	margin-left: 40px;
}