html, * {
	padding:0;
	margin:0;
}
body {
	background-color:#BABABA;
	margin:40px auto 10px auto;
	font-size:10pt;
	text-align:left;
	color:#303030;
	font-family:Verdana, "Times New Roman", Times, serif;
}

/* headers */

#header {
	width:800px;
	height:100px;
	background-image:url(images/euro-pfund.gif);
	float:right;
	display:block;
	margin-bottom:15px;
}
h1 {
	margin-top:5px;
	font-size:1.5em;
	text-align:right;
	color:#ffffff;
	padding: 5px 10px; 
}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#20376D;
	margin-bottom:5px;
}
h3 {
	font-size:1.3em;
	font-weight:normal;
	color:#20376D;
	border-bottom:1px solid #DDDDDD;
}
h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:20px;
	color:#000000;
	border: 1px solid #ffcc00;
	width: 410px;
	height: 35px;
	padding: 10px;
	background: #ffff66;
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:1.3em;
}

/* links */
a {
	color:#336633;
	text-decoration:underline;
	font-weight: bold;
}
div#footer a {
	color:#303030;
	text-decoration:none;
	font-weight:normal;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	display:block;
	border:1px solid #8BA043;
	background-color:#C4D194;
	padding:15px;
	margin:5px;
}

/* forms */
form {
	padding:10px 0;
	width:50%;
}
form fieldset {
	border:none;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
}
form fieldset legend {
	margin-left:-8px;
	font-weight:bold;
	color:#758738;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form label {
	font-weight:bold;
}
form input, form select, form textarea {
	padding:4px;
	color:#758738;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
form input.button {
	border:1px solid #8BA043;
	border-right:1px solid #758738;
	border-bottom:1px solid #758738;
	font-weight:bold;
	background-color:#C4D194;
}	
/* container, header and nav */
div#container {
	background-color:#ffffff;
	width:800px;
	padding:0px;
	margin:0 auto;
}



/* content */
div#content {
	padding:20px 40px 0 40px;
}

/* footer */
div#footer {
	padding:5px;
	border-top:1px solid #CCCCCC;
}
div#footer p {
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}
