html {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #aaa url(../images/bg.jpg) fixed repeat-x;
}

/* Body - Wrapper and typography ------------------------------------------------------ */
body {
	position: relative;
	top: 15px;
	width: 760px;
	float: left;
	left: 50%;
	margin: 0 0 0 -358px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: url(../images/mainbg.jpg);
}

/* Header - All Flash ----------------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	float: left;
	width: 760px;
	height: 200px;
}

/* Sidebar ---------------------------------------------------------------------------- */
#sidebar {
	width: 190px;
	float: left;
}

	/* Topbox / Bottombox-------------------------------------------------------------- */
	#top {
		width: 190px;
		height: 258px;
		background: url(../images/sidebarbg.jpg) no-repeat;
	}
		#top h2 {
			margin: 0 0 10px 25px;
			padding: 20px 0 0 0;
			font-size: 16px;
			font-weight: normal;
			color: #777;
		}
	
	/* Navigation --------------------------------------------------------------------- */
	#nav {
		margin: 0;
		padding: 0;
		float: left;
		width: 160px;
		list-style: none;
	}
		#nav li {
			margin: 0 0 0 30px;
			padding: 0;
		}
		#nav li a {
			margin: 0;
			padding: 5px 0 0 5px;
			display: block;
			height: 20px;
			color: #666;
			text-decoration: none;
			border-bottom: 1px #666 dashed;
		}
		#nav li a:hover {
			background: #eaeaea;
		}
	
	/* Bottom ------------------------------------------------------------------------- */
	#bottom {
		width: 190px;
		height: 258px;
		background: url(../images/bottombg.jpg) no-repeat;
	}
		#bottom h2 {
			margin: 0 0 5px 25px;
			padding: 10px 0 0 0;
			font-size: 16px;
			font-weight: normal;
			color: #777;
		}
		#bottom p {
			margin: 0;
			padding: 0 5px 0 30px;
			font-size: 14px;
		}
		#bottom a {
			color: #666;
		}
		#bottom img {
			padding-top: 5px;
		}

/* Content ---------------------------------------------------------------------------- */
#content {
	margin: 0;
	padding: 20px 0 0 30px;
	width: 540px;
	float: left;
	background: url(../images/contentbg.jpg) no-repeat;
}
	#content h1 {
		margin: 0;
		padding: 0 0 5px 0;
		font-weight: normal;
		color: #888;
		font-size: 18px;
	}
	#content p {
		margin: 0;
		padding: 2px 20px 13px 0;
	}

/* Footer ---------------------------------------------------------------------------- */
#footer {
	width: 760px;
	height: 76px;
	float: left;
	background: url(../images/footerbg.jpg) no-repeat;
	text-align: center;
}
	#footer a {
		color: #999;
	}
	#footer p {
		margin: 0;
		padding: 5px;
	}

/* Classes --------------------------------------------------------------------------- */
.centre {
	text-align: center;
}