/* Main */
body {
	margin:0px 0px 0px 0px;
	background-color:#8A8282;
	background-image:url(design/back.png);
	background-position:center;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:2px;
}
a:link, a:active, a:visited {
	color:#496154;
}
a:hover {
	color:#373737;
}

/* Layout */
#container {
	width:650px;
	margin-left:auto;
	margin-right:auto;
}
#one, #two, #three, #four, #main {
	position:absolute;
}
#one {
	top:0px;
}
#two {
	top:95px;
}
#three {
	top:190px;
}
#four {
	top:285px;
}
#main {
	width:640px;
	top:260px;
	padding:10px;
}

/* Heading */
h1 {
	text-transform:uppercase; 
	font-weight:bold;
	font-size:19px;
	line-height:18px;
}
h2 {
	text-transform:uppercase; 
	font-weight:bold;
	font-size:12px;
	line-height:0px;
}

/* Extra */
.noborder {
	border:none;
}
.colour {
	background-color:#E9E9E9;
}
.inline {
	display:inline;
}
.highlight {
	background-color:#879D90;
}
