/* COPYRIGHT INFO 
CSS by Indiginess
*/

/* COLOUR PALETTE

Gold: 9b8948

*/

/* STARTS HERE */

body { 
	width: 850px;
	margin: auto;
	font: .7em/165% Georgia, serif;  
	color: #ffffff;
	text-align: left;
	background: url(../images/tile.jpg) repeat;
	background-color: #000000;
	}
		
/* FRAMEWORK */

#container {
	background-color: #000000;
	width: 850px;
	height: 100%;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: transparent #52471e transparent #52471e;
	padding: 0 0 200px 0;
	margin: -25px 0 0 0;
	}

#logo {
	height: 75px;
	padding: 10px 0 10px 0;
	margin: 25px 50px 20px auto;
	}

#mainimage {
	height: 244px;
	width: 800px;
	background-color: #c1c1c1;
	margin: 0 0 0 25px;
	}
	
#nav {
	text-align: center;
	width: 800px;
	height: 24px;
	padding-top: 2px;
	margin: 0 0 5px 25px;
	background-color: #aa964f;
	}

#rightimages {
	float: right;
	width: 200px;
	height: 100%;
	margin: 20px 45px 0 0;
	}

#rightimages br {
	margin: 20px 0 20px 0;
}
	
#content {
	margin: 20px 0 0 45px;
	width: 520px;
	padding: 0 0 250px 0;
	height: 100%;
	}
	
/* TITLES */

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #9b8948;
	text-align: left;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin: 30px 0 -10px 0;
	color: #9b8948;
	}

/* LINKS */

#nav a:link, #nav a:visited, #nav a:active	{
	font-size: 8pt;
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
	}

#nav a:hover {
	text-decoration: underline;
	}
	

a:link, a:visited, a:active	{
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

.footer	{
	color: #9b8948; 
	text-align: center;
	margin: 20px 0 -50px 0;
	font-weight: normal;
	}
	
a.footernav:link, a.footernav:visited, a.footernav:active	{
	color: #9b8948; 
	font-weight: normal; 
	text-decoration: none;
	}

a.footernav:hover {
	text-decoration: underline;
	}
	

.goldline {
	background-color: #9b8948; 
	margin: 30px 0 -15px 0;
	width: 100%;
	height: 1px;
	}


/* MISC */

.floatright {
	float: right;
	margin: 20px 20px 20px 40px;
	}

.floatleft {
	float: left;
	margin: 20px 40px 20px 20px;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}

img {
	border:0;
	}

.label {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

