body {
	background: black;
	color: black;
	font: 14px trebuchet ms, arial, helvetica, sans-serif;
}

p { 
	font: 10px trebuchet ms, arial, helvetica, sans-serif; 
	text-align: left;
	margin: 0px; 
	padding-top: 0px;
}

h1 {
	font: 16px sans-serif, trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 25px;
	padding-bottom: 2px;
	text-align: left;
	border-bottom: 1px #cccccc solid;
}

#top {
	position: absolute;
	top: 15px;
	left: 100px;
	width: 900px;
	height: 150px;
	background: transparent url(images/Title.png) no-repeat center;
}

#main {
	position: relative;
	width: 1920px;
	height: 1200px;
	padding: 0px 0px 0px 0px;	
}
	
#top1links {
	position: absolute;
	top: 250px;
	left: 185px;
	width: 150px;
}

#bottom1links {
	position: absolute;
	top: 250px;
	left: 480px;
	width: 80px;
}

#top2links {
	position: absolute;
	top: 250px;
	left: 310px;
	width: 200px;
}

#bottom2links {
	position: absolute;
    top: 330px;
	left: 190px;
	width: 700px;
}

#top3links {
	position: absolute;
	top: 450px;
	left: 185px;
	width: 800px;
}

#bottom3links {
	position: absolute;
	top: 666px;
	left: 100px;
	width: 800px;
}


#alink {
   	display: table-cell;
	float: left;
	width: 100px;
   
}

#alink a {
    	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	text-align: center;
	margin-bottom: 2px;
	text-indent: 0px;
	text-decoration: none;
	font: 16px Killigraphy, Tempus Sans ITC, symbol, times;
	font-weight: bold;
	color: #534e48;
}

#alink a:hover {
	color: #698889;
}

#blink {
    display: table-cell;
	float: left;
	width: 60px;

 }

#blink a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	text-align: center;
	margin-bottom: 2px;
	text-indent: 0px;
	text-decoration: none;
	font: 16px Killigraphy, Tempus Sans ITC, symbol, times;
	font-weight: bold;
	color: #534e48;
}

#blink a:hover {
	color: #698889;
}

#clink {
	position: relative;
	display: table-cell;
	float: left;
	width: 130px;

	background: }

#clink a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	text-align: center;
	margin-bottom: 2px;
	text-indent: 0px;
	text-decoration: none;
    font: 16px Killigraphy, Tempus Sans ITC, symbol, times;
	font-weight: bold;
	color: #534e48;
}

#clink a:hover {
	color: #698889;
}

#dlink {
	position: relative;
	display: table-cell;
	float: left;
	width: 130px;

	background: }

#dlink a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	text-align: center;
	margin-bottom: 2px;
	text-indent: 0px;
	text-decoration: none;
	font: 16px Killigraphy, Tempus Sans ITC, symbol, times;
	font-weight: bold;
	color: #534e48;
}

#dlink a:hover {
	color: #698889;
}   
     
#elink {
	position: relative;
	display: table-cell;
	float: left;
	width: 70px;	
	background: }

#elink a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	text-align: center;
	margin-bottom: 2px;
	text-indent: 0px;
	text-decoration: none;
	font: 16px Killigraphy, Tempus Sans ITC, symbol, times;
	font-weight: bold;
	color: #534e48;
}

#elink a:hover {
	color: #698889;
}


#flink {
	position: relative;
	display: table-cell;
	float: left;
	width: 50px;
	background: }

#flink a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	text-align: center;
	margin-bottom: 2px;
	text-indent: 0px;
	text-decoration: none;
	font: 16px Killigraphy, Tempus Sans ITC, symbol, times;
	font-weight: bold;
	color: #534e48;
}

#flink a:hover {
	color: #698889;
}



#footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #444444;
	color: #999999;
}

#footer a {
	position: relative;
	display: table-cell;
	width: 200px;
	height: 40px;
	padding-top: 12px;
	margin-bottom: 3px;
	text-decoration: none;
	text-align: center;
	color: #999999;
}

#footer a:hover {
	background: #555555;
	color: cyan;
}
	
	
