/* CSS Document */
body {
	margin: 0;
	background-color: #1C1E19;
	color: #000;
	}

#left {
	position:absolute;
	width:210px;
	background-color:transparent;
	height: 375px;
	left: 0px;
	top: 20px;
	}
	
#top {
	position: absolute;
	margin-top:0px;
	width:70%;
	float:left;
	padding-top:10px;
	padding-right:20px;
	left: 210px;
	}
	
#main {
	position:relative;
	left:10px;
	padding-top:30px;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	}
	
#mainlower {
	position:relative;
	left:10px;
	padding-top:0px;
	width:100%;
	
	padding-left:10px;
	padding-right:10px;
	}


#right {
	position: absolute;
	margin-top:0px;
	width:15%;
	height:652px;
	float:right;
	padding:10px;
	right: 20px;
	top: 166px;
	border-left: thin;
	border-left-style:groove;
	height: 660px;
	z-index:1;
	}

#footer {
	width:100%;
	position: relative;
  	text-align:center;
   	left: 0px;
  	height: 22px;
	z-index:10;
	}

h1 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #95A0C0;
	}
	
h2 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #95A0C0;
	}
	
h3 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #95A0C0;
	}	
	
h4 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #95A0C0;
	}
	
h5 {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #95A0C0;
	}	
	
.normal {
	font-family:"Trebuchet MS";
	font-size:1ems;
	font-weight:normal;
	color:#F7F28E;
	line-height:22px;
	}

.normalbold  {
	font-family:"Trebuchet MS";
	font-size:1ems;
	font-weight:bolder;
	color:#F7F28E;
	line-height:22px;
	}
.normalcolour {
	font-family:"Trebuchet MS";
	font-size:1ems;
	color:#95A0C0;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
	}


.small {
	font-family:"Trebuchet MS";
	font-size:0.7em;
	color:#F7F28E;
	}	
	
#nav {
      	height:300px;
		padding:120px 0 30px 0px;
		text-align:left;
		font-family:"Trebuchet MS";
		font-size:0.9em;
	}

#nav li {
        margin: 0;
        padding: 0;
        display: block;
        list-style-type: none;
		font-size:13px;
}

#nav a:link, #nav a:visited {
        line-height: 22px;
        font-weight: normal;
		font-size:13px;
		text-decoration: none;
        color: #F7F28E;
}
#nav a:hover {
        color: #95A0C0;
		}

a:link {
		color: #F7F28E;
		text-decoration: none;
		}

a:visited {
		color: #95A0C0;
		text-decoration: none;
		}
