html,body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: medium;
}

div#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 173px;
	height: 727px;
	background: #fff url(images/logo_left_and_menubar.gif) no-repeat top left;
}

div#menu ul {
	margin: 0;
	padding-left: 25px;
	margin-top: 227px;
	width: auto;
	list-style-type: none;
}

div#menu ul li {
	margin: 0;
	padding: 0;
	text-align: right;
}

div#menu ul li a {
	display: block;
	margin: 0;
	padding: 5px;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	height: 1%;
}

div#menu ul li a:hover {
	background: #fff;
	color: #333;
}

div#menu ul li.active a {
	background: #fff;
	color: #e31b23;
}

div#header {
	margin-left: 172px;
	background: #fff url(images/logo_right.gif) no-repeat bottom left;
	height: 150px;
}

div#header h1 {
	position: relative;
	top: 115px;
	color: #e31b23;
	margin: 0 0 0 176px;
	font-size: 150%;
}

div#content {
	position: relative;
	margin: 80px 0 0 200px;
	width: 660px;
}

div#content div.text_column {
	width: 15em;
}

div#content div.text_column h2 {
	margin: 0;
	font-size: 110%;
	color: #e31b23;
}

div#content div.text_column p {
	font-size: 90%;
}

div#content div.image_column {
	position: relative;
	width: 375px;
	text-align: right;
}

div#content div.image_column img.side_img {
	display: block;
	margin-bottom: 10px;
	width: 375px;
}

div#content div.image_column img.logo {
	position: relative;
}

div#content div.right {
	float: right;
}

div#content div.left {
	float: left;
}

div#content div.full {
	width: auto;
}

div#content fieldset {
	border: 0;
}

div#content fieldset div.element {
	clear: both;
	position: relative;
	margin-bottom: 5px;
}

div#content fieldset div.element label {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 7em;
	text-align: right;
}

div#content fieldset div.element textarea {
	height: 100px;
	width: 300px;
}

div#content fieldset div.buttons {
	margin-left: 7em;
}

div#content address {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	font-style: normal;
}
