* {
	padding: 0px;
	margin: 0px;
}

BODY {
	margin: 0 auto;
	font-family: Arial;
	font-size: 75%;
	margin-top: 50px;
	margin-bottom: 50px;
}

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

a {
	color: #000000;
}

div#container {
	margin: 0 auto;
	position: relative;
	width: 1003px;
	height: 601px;
	background: url( ../gfx/bg1.png ) no-repeat;
}

div#container h1 {
	font-size: 1.8em;
	color: #3d3d3d;
	margin-bottom: 5px;
}

div#container h2 {
	font-size: 1.8em;
	color: #3d3d3d;
	margin-bottom: 5px;
}

div#container div#menu {
	position: absolute;
	top: 111px;
	left: 14px;
	width: 195px;
	padding: 2px 2px 0px 2px;
	background: #FFFFFF;
}

div#container div#youtube {
	position: absolute;
	top: 130px;
	left: 330px;
	border: solid 10px #FFFFFF;
	background: #ececec;
}

div#container div#contact {
	position: absolute;
	top: 130px;
	left: 330px;
	width: 540px;
	padding: 10px;
	background: #ececec;
	border: solid 10px #FFFFFF;
}

div#container div#contact table {
	width: 100%;
}

div#container div#contact table tr td {
	padding: 4px;
	border-bottom: solid 1px #c3c3c3;
}

div#container div#contact input.inputField, div#container div#contact select.inputSelect {
	width: 200px;
}

div#container div.message {
	margin: 5px 5px;
	padding: 10px;
	background: #d2d2d2;
	color: #3c3c3c;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0em;
}
