/* CSS Document */
/* You may adapt and learn from the elements of this CSS to use in your own
projects, but you may not copy the design (the unique combination of images,
colors, sizes, typography, and positioning) since this is copyright of Ark Eden and may not be reproduced. 
------------------------------------------------------------------*/
/* Ark Eden's Main stylesheet
------------------------------------------------------------------*/
/* Global
------------------------------------------------------------------*/

/* Toplinks
------------------------------------------------------------------*/
body {
	/*color:#aec4c4;*/
	color:#FFFFFF;
	font:76%/140% Verdana,Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
	}

h3,h4 {
color:#CC6600;
}
h5 {
color:#333333;
}


#wrap {
	width:995px;
	
	}
	
	a:link {
	text-decoration:none;
	color:#CC6600;
	}
	a:visited {
	color:#CC6600;
	text-decoration:none;
	}
	a:hover {
	color:#339933;
	text-decoration:none;}
	a:active {
	color: #660066;
	text-decoration:none;}

#toplinks {
	position:absolute;
	top:18px;
	left:14px;
	width:740px;
	font-size:0.94em;
	color:#333333;
	background-color: #FFFFFF;
	
	}
#toplinks ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#toplinks ul li {
	display:inline;
	margin-right:2em;
	}
#toplinks a:link {
	border:0;
	color:#660066;
	text-decoration:none;
	}
#toplinks a:visted {
	color:#CC6600;
	text-decoration:none;
	}
#toplinks a:hover {
	color:#336600;
	text-decoration:none;
}
#toplinks a: active {
	color:#336600;
	text-decoration:none;
	}

#much {
	float:right;
	text-align:right;
	background:url(./arkimages/icons/much.gif) no-repeat 0px 4px;
	padding:0 0px 0 0px;
	}
	
#header {
display:block;
float:left;
width: 740;
height: 136;
background-color:#FFFFFF;
}
#contentprimary {
display:block;
float:left;
width:740;
height:555;
padding-left:0px;
}
#colorbar {
display:block;
float:left;
width:740;
height:24;
}

#bodytext {
	margin: 10px;
	color: #333333;
	padding: 10px;
	
	
}

#contentsecond {
display:block;
float:left;
width:740;
height:237;
}
#footer {
display:block;
float:left;
width: 740;
height: 47;
}




