/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color:#009900;
	text-decoration: none;
}

a:hover{
	color: #009900;
	text-decoration: underline;
}


/************************************/
/* Header tag styles                */
/************************************/


body {
	font-family: sans-serif;
 	font-size: 11px;
 	color: #000000;
}

h1{
	font-family: sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight:lighter;
	text-align:right;
}

h2{
	font-family: sans-serif;
	font-size: 12px;
	color: #009900;
	font-weight:bold;
	text-decoration: underline;
	margin-bottom: -15px;

}

/************************************/

#logo {
	margin-left: 100px;

}

#menu{
	position: absolute;
	width: 247px;
	height: 424px;
	padding: 0px;
	margin: 0px;
	background-color:#000000;
	left: 50px;
	top: 150px;
}

#menu a {
	font-family: sans-serif;
	font-size:18px;
	text-decoration: none;
	color: #666666;
	padding-left: 25px;
	margin-left:5px;
	background:url(menu/images/button.jpg) no-repeat;
}

#menu a:hover {
	color:#000000;
	background:url(menu/images/button_press.jpg) no-repeat;
}

#page{
	position: absolute;
	width: 450px;
	height: 424px;
	padding: 0px;
	margin: 0px;
	background-color:#ECECEC;
	left: 310px;
	top: 156px;
}

#main {
	margin-left: 10px;
	display: block;
}

#main img {
	margin-right: 3px;
	padding: 1px;
	border-style:solid;
	border-color: #009900;
	border-width: 1px;
}
	


#paper {
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	background-image:url(main/images/filler_paper.jpg);
}

#paper img {
	margin-right: 3px;
	padding: 1px;
	border-style:solid;
	border-color: #666666;
	border-width: 1px;
	}
	
#utility {
	position: absolute;
	display: block;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #ECECEC;
	top: 640px;
	left: 305px;
	font-size: 10px;
	font-family: sans-serif;
	color: #009900;
	text-align: center;
	}
	
#utility a {
	font-size: 12px;
	font-family: Courier New;
	color: #CCCCCC;
	text-decoration: none;
	}

	
#utility a:hover {
	font-size: 12px;
	font-family: Courier New;
	color: #009900;
	}
	
#copyright {
position: absolute;
display: none;
width: 115px;
height: 115px;
border-style: dotted;
border-color: #CCCCCC;
color:#009900;
border-width: 1px;
border-top: none;
top: 661px;
left: 442px;
text-align: center;
}

#credits {
position: absolute;
display: none;
width: 115px;
height: 115px;
border-style: dotted;
border-color: #CCCCCC;
color:#009900;
border-width: 1px;
border-top: none;
top: 661px;
left: 558px;
text-align: center;
}

#counter {
display: none;
z-index: -100;
}

#elgon {
	position: absolute;
	width: 195px;
	height: 41px;
	top: 640px;
	left: 85px;
	color: #009900;
}
