/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1 { margin: 0; padding: 0; }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

body {
	text-align: center;
	background: #656558;
}

#page {
	position: relative;
	
	width: 769px;
	margin: 0 auto;
	text-align: left;
	
	background: white url(images/bg_colour.gif) 517px 0 repeat-y;
}

#header {
	width: 769px;
	height: 301px;
	
	background: url(images/header/flower.jpg) no-repeat;
}
#header h1,
#header h2 {
	display: none;
}

#sidebar {
	float: right;
	width: 195px;
	padding: 130px 35px 20px 20px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
}

#sidebar .block {
	background: #FAF9D8;
	border: 1px dashed #5298D6;
	padding: 15px;
}

#footer {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	padding: 15px;
	width: 487px;
}