/** BASIC */

body {
	font: 12px/18px tahoma;
}

h1 {
	margin-top: 25px;
	padding-bottom: 13px;
	font-size: 50px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 20px;
}

h3 {
	margin: 25px 0;
	font-size: 24px;
	font-weight: normal;
}

h4 {
	margin: 19px 0;
	font-size: 18px;
	font-weight: normal;
}

h5 {
	margin: 15px 0;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 14px 0;
}

ol, ul {
	margin: 14px 0;
	padding: 0 20px;
}

a {
	color: #000000;
}

.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/** LAYOUT */

#toptext {
	margin-bottom: 25px;
	padding-left: 25px;
	border-left: 3px solid #ccc;
}

#menu {
	display: none;
}

#image {
	display: none;
}

#menu-top {
	display: none;
}

#left {
	display: none;
}

#homepage #left {
	display: block;
}

#footer {
	display: none;
}

.img {
	float: left;
}