html, body {
	margin: 0px;
	/*background: url(../images/background.jpg) repeat-x;*/
}

* {
	font-family: Arial, Sanserif;
	font-size: 12px;
	color: #414141;
}

h1 {
	font-family: "Times New Roman", Serif;
	font-size: 30px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

li {
	line-height: 20px;
}

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

a:hover {
	text-decoration: underline;
}

/*Main Div's*/
#container {
	margin: auto;
	width: 800px;	
}

#menu {
	background: url(../images/top_menu.jpg) repeat-x;
	height: 50px;
}

#head {
	background: url(../images/head.jpg) no-repeat;
	height: 130px;
}

#graphic {
	background: url(../images/main_image.jpg) no-repeat;
	height: 350px;
}

#left {
	float: left;
	width: 180px;
	padding: 10px;
	text-align: center;
}

#content {
	float: right;
	width: 548px;
	padding: 10px 40px 10px 10px;
}

#footer {
	background: #414141;
	clear: both;
	padding: 10px;
}
/*END*/

#footer p {
	color: white;
	font-size: 9px;
	width: 800px;
	margin: auto;
	text-align: center;
}

.wrap {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.menu {
	text-align: center;
	color: #e9e7e7;
	position: relative;
	top: 15px;
}

#menu a {
	color: #e9e7e7;
}

input.form {
	padding: 3px;
	margin-bottom: 10px;
	width: 174px;
	border: 1px solid #414141;
}

textarea {
	padding: 3px;
	margin-bottom: 10px;
	width: 174px;
	border: 1px solid #414141;
}

input.button {
	float: right;
}