/** BASIC */

body {
	font: 13px/20px arial;
}

h1 {
	margin-top: 25px;
	padding-bottom: 13px;
	font-size: 50px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 20px;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	margin: 0 0 12px 0;
	font-size: 15px;
	font-weight: bold;
}

p {
	margin-top: 0;
	margin-bottom: 9px;
}

a {
	color: #000000;
}

/** LAYOUT */

#main {
	display: none;
}

#left h3 {
	margin: 20px 0 25px 0;
	font-size: 26px;
	font-weight: bold;
}

#right {
	display: none;
}

#footer {
	padding-top: 15px;
	border-top: 1px dashed #cccccc;
}

.contact {
	width: 175px;
	float: left;
	font-size: 12px;
	line-height: 17px;
}

#submenu {
	display: none;
}
