
* {
	margin: 0;
	padding: 0;
	border-width: 0;
}

body {
	font-family: Arial;
	text-align: center;
	margin: 37px 0;
	background-color: #EADBD5;
}

div#page {
	background-color: #F8F0EC;
	width: 858px;
	height: 539px;
	margin: 0 auto;
	padding: 33px 39px;
}

div#navigation {
	height: 40px;
	background-color: #680E24;
}

div#main {
    position: relative;
	margin-top: 27px;
	height: 474px;
}

div#content {
	float: right;
	height: 412px;
	width: 418px;
	padding: 31px;
	background-color: #D6B2B4;
	overflow: auto;
}

div#images {
    position: absolute;
    left: 0;
    top: 0;
	width: 346px;
	height: 474px;
}


div#navigation {
	text-align: center;
}

div#navigation ul {
	margin: 0 auto;
	list-style-type: none;
}

div#navigation ul li {
	font-weight: bold;
	padding: 0 14px;
	line-height: 40px;
	display: inline;
	height: 40px;
}

div#navigation ul li a, div#navigation ul li span.a {
	line-height: 40px;
	text-decoration: none;
	color: #EADBD5;
}

div#navigation ul li.active a, div#navigation ul li.active span.a {
	line-height: 40px;
	color: #EF5790;
}


div#content {
	text-align: left;
	color: #550E1C;
	font-size:75%;
	line-height: 1.5;
}

div#content a, div#content a:link, div#content a:active, div#content a:visited {
	/*text-decoration: none;*/
	/*color: #EF5790;*/
	color: #550E1C;
	font-weight: bold;
}

div#content h1 {
	font-size: 110%;
	margin: 0.5em 0;
}

div#content h2 {
	font-size: 105%;
	margin: 0em 0 0.2em 0;
}

div#content p {
	margin: 1em 0;
}


ul.children {
    width: 400px;
	list-style-type: none;
}

ul.children li {
    width: 100%;
    float: left;
    clear: left;
    position: relative;
    margin: 6px 0;
}

ul.children li a.image {
    float: left;
    margin-right: 10px;
    display: block;
    height: 90px;
    width: 90px;
    overflow: hidden;
}

ul.children li div.description {
    float: right;
    width: 300px;
}

div.formErrors {
	color: red;
	margin-bottom: 1em;
}

form.quickform div.row {
	margin-bottom: 1em;
}

form.quickform input {
	width: 100%;
}

form.quickform input.button {
	border-width: 2px;
}

form.quickform input.checkbox, form.quickform input.button {
	width: auto;
}