body{
	font-family: arial,verdana,sans-serif;
	color: #abcee1;
	background-color: #abcee1;
	font-size:0.7em;
	font-weight:bolder;
}

a{
	text-decoration: none;
	font-size:1.1em;
}

a:link{color: #101b17; background-color: #d7d7cd;}

a:visited{color: #101b17; background-color: #d7d7cd;}

a:active{color: #101b17; background-color: #d7d7cd;}

a:hover{color: #abcee1; background-color: #101b17;}

h1{
	margin-bottom:4px;
	margin-top:10px;
	font-size:1.6em;
	color: #101b17;
	background-color: #d7d7cd;
}

h2{
	margin-bottom:4px;
	margin-top:10px;
	font-size:1.3em;
	color: #d7d7cd;
}

h3{
	margin-bottom:4px;
	margin-top:10px;
	font-size:1.2em;
	color: #d7d7cd;
}

h4{
	margin-bottom:1px;
	margin-top:1px;
	font-size:1.0em;
	color: #abcee1;
}

.hr{
	color: #abcee1;
	height:1px;
}

.pic{
	border:0;	
}

.pic2{
	border:solid 1px #FFFFFF;	
}

/* ############################################################################################### */
/* -------------------------------------- begin header styles ------------------------------------ */

#page {
	position:absolute;
	width:800px;
	top:15px;
	left:15px;
	padding-bottom:100px;
}

#menu{
	position:relative;
	float:left;
	top:99px;
	left:86px;
	width:110px;
	font-size:1em;
	background-color:#d7d7cd;
}

#menu a {
	position:relative;
	float:left;
	color:#101b17;
	text-decoration:none;
	padding:1px 4px;
	margin-right:3px;
	background-color:#d7d7cd;
}

#menu a:hover {
	color:#abcee1;
	background-color:#101b17;
}

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

#menu li {
	display:inline;
	clear:both;
}

/* -------------------------------------- end header styles -------------------------------------- */
/* ############################################################################################### */
/* -------------------------------------- begin main styles -------------------------------------- */

#intro{
	position:relative;
	float:left;
	left:100px;
	top:15px;
	width:725px;
	height:520px;
}

#header{
	position:relative;
	float:left;
	left:100px;
	top:15px;
	width:529px;
	height:79px;
	background:url(header.gif) left top no-repeat;
}

.content{
	position:relative;
	float:left;
	left:100px;
	top:20px;
	width:519px;
	background-color:#101b17;
	padding:5px;
}

.footer{
	position:relative;
	float:right;
	width:519px;
	background-color:#101b17;
	right:61px;
	top:30px;
	padding:5px;
}
