/*						*/
/*     Design by Hans Rönneke		*/
/*						*/

/* General formatings */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F6A63;
}

/* Headings */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #492B21;
}

h1 {
	letter-spacing: -1px;
	font-size: 3.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

/* Paragraph and lists */
p, ul, ol, dl {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 150%;
	font-size: 1.2em;
}

p {
}

ul {
}

ol {
}

/* Anchors */
a {
	text-decoration: none;
	color: #AC021C;
}

a:hover {
	border: none;
	text-decoration: underline;
}

/* Images */
img {
	border: none;
}


/* Misc */
small {
}

hr {
	display: none;
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}


/* Boxes  */

/* Header */

#header {
	width: 860px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
}

#header a {
	border: none;
	text-decoration: none;
	color: #FAE6D4;
}

#logo {
	float: left;
	padding: 0 0 0 3em;
}

#logo h1 {
	margin: 0;
	padding-top: 8px;
	font-size: 55px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 22px;
	background: url(images/img04.gif) no-repeat left center;
	font-size: 16px;
}

#menu .first a {
	background: none;
	padding: 0 0 0 0;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

#content2 {
	float: left;
	width: 760px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 400px;
	padding-top: 50px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em; /*14px;*/
	color: #7F6A63;
}

#sidebar li {
	padding-top: 20px;
}

#sidebar li p {
	line-height: 125%;
}

#sidebar li h2 {
	margin-top: 0;
	font-size: 1.8em;
	line-height: 120%;
}

#sidebar li a {
}

#sidebar fieldset {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	height: 60px;
	padding-top: 20px;
	background: #99CC66 /*AC0A22*/ url(images/img05.gif) repeat-x;
	text-align: center;
	font-size: .7em;
	color: #FFFFCC;
}

#footer a {
	border: none;
	color: #FFFFFF;
}