/* style.css | CSS Layout by: Genocom.nl */

html {
	background: #E6B3CF;
}

body {
	width: 760px;
	margin: 0 auto;
	font: 11px Tahoma;
}

}
A:link      { 
	FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none; 
}
A:visited   { 
	FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none; 
}
A:hover     { 
	FONT-SIZE: 11px; COLOR: #D05606; TEXT-DECORATION: none; 
}
A:active    { 
	FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none; 
}

ol#top {
	list-style-type: none;
	margin: 0 auto;
	width: 100%;
	background: #6B2E50;
}

ol#top li {
	float: right;
	padding-left: 10px;
}

ol#top li a {
	color: #fff;
	padding: 0.5em 15px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

ol#top li a:hover {
	color: #fff;
	background: #D05606;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	width: 680px;
	height: 2.5em;
	background: #6B2E50;
	font: 15px Georgia;
	color: #fff;
	padding: 10px;
}

h2 {
	margin: 0px;
	background: #6B2E50;
	font: 12px Georgia;
	color: #fff;
	padding: 4px;
}

h3 {
	margin: 0px;
	background: #6B2E50;
	font: 12px Georgia;
	color: #fff;
	padding: 4px;
}

p {
	margin: 0px;
	padding: 5px;
	font: 11px Arial;
}

ul {
	list-style-type: square;
}

ul li {
	color: #FFDE94;
	padding-bottom: 3px;
}

ul a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

ul a:hover {
	border-bottom: 1px dotted #7e694b;
}

div.content {
	background: #99336C;
	color: #fff;
	width: 65%;
	margin: 10px 0;
	float: left;
}

div#menu {
	background: #99336C;
	color: #fff;
	width: 30%;
	margin: 10px 0;
	float: right;
}

p#footer {
	clear: both;
	background: #E6B3CF;
	color: #fff;
}
