html, body {
	background-image: url("../img/background.png");
	background-repeat: repeat-x;
	background-color: #CCCBD0;
}

a {
	text-decoration: none;
	color: white;
	background-color: black;
	
}

a:hover {
	color: black;
	background-color: white;
}

div.container {
	margin-top: 20px;
}

div#header {
	height: 80px;
}


div#navigation {
	margin-top: 20px;
}

div#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 135px;
}

div#navigation ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

div#navigation ul li a {
	padding: 0px;
	background-color: #000;
	background-image: url("../img/button.png");
	color: #FFF;
	line-height: 35px;
	margin: 0px;
	width: 105px;
	display: block;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #000;
	border-left: 1px solid #4E4E4E;
}

div#navigation ul li.first a {
	border-left: none;
	border-right: 1px solid #000;
}

div#navigation ul li a:hover {
	font-weight: bold;
}

div#content {
	background-color: white;
	padding-bottom: 20px;
}

div#content h1 {
	font-size: 16px;
	padding: 20px;
	margin: 0px;
	text-align: right;
}

div#content h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

div#content>h2 {
	background-color: #9AA0B0;
	border-top: 3px solid #CCCBD0;
	border-bottom: 3px solid #CCCBD0;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}

div#footer {
	margin-top: 10px;
}

div#footer p {
	font-size: 10px;
	text-align: center;
	padding: 2px;
	padding-bottom: 0px;
	margin: 0px;
}


/* home */

div.about {
	font-size: 16px;
	font-weight: bold;
	background-color: #4E4E4E;
	color: white;
}

div.about div.text {
	padding: 20px;
}

div#content div.about h2 {
	font-size: 32px;
	color: white;
	margin-bottom: 20px;
	line-height: 40px;
	font-weight: bolder;
}

div.padLeft {
	padding: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div.padRight {
	padding: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
}

