* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
}

body {
	background: #ddd;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: white;
}

div#header {
	height: 125px;
	background: url('/images/header_background.png') repeat-x;
}

div#header h1 {
	background: transparent url('/images/logo.png') no-repeat 2% top;
	height: 0;
	overflow: hidden;
	padding-top: 125px;
}

div#header ul#navigation {
	position: relative;
	width: 600px;
	list-style-type: none;
	top: -30px;
	left: 315px;
}

div#header ul#navigation li.menuButton {
	background: #344861;
	margin: 0px 5px 0px;
	padding: 5px;
	width: 70px;
	float: left;
	text-align: center;
	cursor: pointer;
}

div#header ul#navigation li.menuButton  a {
	color: White;
	font-size: 16px;
	text-decoration: none;
}

div#header ul#navigation li.active {
	background: White;
}

div#header ul#navigation li.active a{
	color: #e50278;
	font-weight: bold;
	text-decoration: none;
}

div#crumblepath {
	position: relative;
	vertical-align: text-bottom;
	left: 50px;
	width: 700px;
	margin-top: 20px;
	height: 20px;
}

div#crumblepath a:link,
div#crumblepath a:hover,
div#crumblepath a:active,
div#crumblepath a:visited {
	color: #e50278;
}

div#main {
	overflow: auto;
}

div#left {
	border-top: 1px solid #d6d6d6;
	margin-left: 50px;
	width: 240px;
	float: left;
}

div#left div.block {
	margin-top: 20px;
	width: 210px;
	border: 1px solid #d6d6d6;
	background: #FFF url(/images/blocks_background.png) repeat-x 0 100%;
	padding: 20px 15px 20px 15px;
}

div#left div.block  h3 {
	padding-bottom: 10px;
}

div#left div.block p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.input{
	width: 210px;
	border: 1px solid #d6d6d6;
	font-size: 22px;
}

input.input {
	height: 30px;
}

form#contact_form textarea {
	width: 350px;
	height: 150px;
}

div#content {
	margin: 0px 50px 30px 30px;
	border-top: 1px solid #d6d6d6;
	width: 630px;
	float: left;
}

div#content h1 {
	color: #e50278;
	font-size: 32px;
	padding: 15px 0px 0px;
	font-weight: bold;
}

div#content h2 {
	font-size: 17px;
	padding: 15px 0px 0px;
}

div#content h3{
	padding: 15px 0px 0px;
}

div#content div.news a:hover,
div#content div.news a:active,
div#content div.news a:link,
div#content div.news a:visited {
	color: #e50278;
	font-size: 18px;
	text-decoration: underline;
}

div#content div.news div.news_date {
	color: #666666;
	padding: 5px 0px 10px;
}

div#content form#contact_form td {
	font-weight: bold;
	padding: 15px 0px;
	border-bottom: 1px solid #d6d6d6;
}

div#content form#contact_form td.last {
	border: none;
}

div#footer {
	height: 125px;
	background: url('/images/footer_background.png') repeat-x;
	color: White;
	padding-left: 320px;
	margin-top: 25px;
}

div#footer td.border {
	width: 200px;
}
