body {
	font-family: Monaco, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	
}


#header {
	width: 180px;
	margin-top:20px;
	margin-left:20px;
	padding: 90px 0px 10px 0px;
	border-top:solid #000000 1px;
	color:#6600FF;
	/*background-color:#FFCC33;*/

}

#navigation {
	width: 180px;
	margin-top:20px;
	margin-left:20px;
	padding: 10px 0px 0px 0px;
	/*border-top:solid #999999 1px;*/

}


#footer {
	width: 180px;
	margin-top:20px;
	margin-left:20px;
	padding: 10px 0px 30px 0px;
	border-top:solid #999999 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height:12px;
	color: #999999;

}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	padding: 0em 0em 1em 0em;
	margin: 0;
	color:#999999;
}

#navigation a {	
	display:block;
	color:#000000;
	text-decoration:none;
	border-bottom:dotted #999999 1px;
}

#navigation a:visited {	
	color:#333333;
	text-decoration:none;
	border-bottom:dotted #999999 1px;
}

#navigation a:hover {
	background:#000000;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:dotted #999999 1px;
}

#navigation a:active {
	background:#6600FF;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:dotted #999999 1px;
}

/* SPLASH PAGE */

#about {
	width: 400px;
	background: #FFFFFF;
	margin-top:165px;
	margin-left:20px;
	padding: 10px;
	/*background-color:#FFCC33;*/

}



/* CONTENT PAGE */


#contentheader {
	width: 820px;
	margin-top:20px;
	margin-left:20px;
	padding: 90px 0px 10px 0px;
	border-top:solid #000000 1px;
	color:#6600FF;
	/*background-color:#FFCC33;*/

}


#contenthead {
	color:#6600FF;
	padding: 10px 0px 0px 0px;
	/*border-top:solid #999999 1px;*/

}
#content {
	width:600px;
	margin-top:45px;
	margin-left:20px;
	border:dotted #999999 1px;

}

#details {
	
	margin-top:45px;
	margin-left:20px;
	border-top:dotted #999999 1px;
	font-family: Monaco, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#files {
	
	margin-top:10px;
	margin-left:20px;
	border-top:dotted #999999 1px;
	font-family: Monaco, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a {	
	color:#000000;
	text-decoration:none;
	border-bottom:dotted #999999 1px;
}

a:visited {	
	color:#333333;
	text-decoration:none;
	border-bottom:dotted #999999 1px;
}

a:hover {
	background:#000000;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:dotted #999999 1px;
}

a:active {
	background:#6600FF;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:dotted #999999 1px;
}

#col1 {
float:left;
width: 620px;
}
#col2 {
float:left;
width: 220px;
}

