body.layout {
	min-width: 800px;
	text-align: center;
	
	background-color: #471356;
}

#centre {
	width: 800px;
	text-align: left;
	position: relative;
	
	margin: 0 auto;
}

#background {
	position: absolute;
	
	width: 800px;
	height: 605px;
	
	top: 0;
	left: 0;
	
	background-image: url(../images/layout/background.jpg);
	
	border: 1px solid #d5d7d8;
	z-index: 10;
}

#nav_home {
	position: absolute;
	
	top: 218px;
	left: 48px;
	
	height: 20px;
	width: 50px;
	
	z-index: 25;
}

#nav_about {
	position: absolute;
	
	top: 218px;
	left: 116px;
	
	height: 20px;
	width: 70px;
	
	z-index: 25;
}

#nav_contact {
	position: absolute;
	
	top: 218px;
	left: 195px;
	
	height: 20px;
	width: 75px;
	
	z-index: 25;
}

#content {
	position: absolute;
	
	top: 218px;
	left: 300px;

	height: 330px;
	width: 470px;
	
	padding-right: 30px;
	
	overflow: auto;
	
	z-index: 25;
}

a.nav {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 11px;
	
	text-decoration: none;
	color: white;
}

a.nav:active, a.nav:hover  {
	color: #d6d7d8; 
}

h1,h2,p,ul,li,a {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	color: #653b71;	
}

h1,h2 {
	text-align: left;
	font-family: Georgia, "Times New Roman",Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 16px;
}

ul,li {
	text-align: left;
}

a {
	text-align: left;
	text-decoration: none;
}

a:active, a:hover  {
	color: #430354; 
}
