* {padding: 0; margin:0;}

html {font-family: "American Typewriter",Georgia, Palatino, serif}

a:link { 
	text-decoration:none;
	color: #FFF;}
a:visited { 
	text-decoration:none;
	color:#FFF;}
a:hover { text-decoration:underline;}
a:active { text-decoration:none }
 
 
ul {
	list-style-type: none;
	}

div#wrap {
	width: 900px;
	margin: 20px auto 20px auto;
	}
	
div#header {
	background: url(images/top.jpg) no-repeat;
	height: 110px;
	position: relative;
	}

#header h3 {
	width: 450px;
	height: 106px;
	padding: 0px 0 0 240px;
	color: #000;
	}
	
div#middle {
	padding: 30px 0 0 0;
	background: #8aa45e;
	}
	
#middle p {
	text-align: center;
	position: relative;
	top: -15px;
	left: -25px;
	}
	
div#rightlinks {
	width: 193px;
	float: right;
	position: relative;
	left: 20px;
	top: -40px;
	}
	
div#leftlinks {
	width: 193px;
	float: left;
	position: relative;
	left: -20px;
	top: -40px;
	}

div#maincontent {
	background: #FFF;
	margin: 0 180px 0 180px;
	padding: 15px;
	position: relative;
	}
	
#maincontent p {

    position: relative;
	top: 0;
	left: 0;
	text-align: left;
	}
	
	
div#clearfloat {
	float: clear;
	}
	
#rightlinks li, #leftlinks li{
	padding: 0px 0 3px 7px;
	}

#rightlinks ul, #leftlinks ul{
	padding: 0 0 5px 0;
	}


	
/*---------------------------------------------------------------------*/	
	
#transport {
	background: #457b01;
	border-style: solid;
    border-color: #99ccff;
	}



/*---------------------------------------------------------------------*/

#shoplinks {
	background: #335c64  repeat-y;
	border-style: solid;
    border-color: #99ccff;
	}
	
/*----------------------------------------------------------------------*/

#lifestyle {
	background: #459831  repeat-y;
	border-style: solid;
    border-color: #99ccff;
	}

/*----------------------------------------------------------------------*/

div#community {
	background: #335c64  repeat-y;
	position: relative;
	border-style: solid;
    border-color: #99ccff;
	}
	
/*----------------------------------------------------------------------*/

#technology {
	background: #459831  repeat-y;
	border-style: solid;
    border-color: #99ccff;
	}
	
/*----------------------------------------------------------------------*/

#education {
	background: #457b01  repeat-y;
	border-style: solid;
    border-color: #99ccff;
	}
	
