body {
	background-color:#f3f9f7;
	background-image: url(http://www.dustypage.net/layouts/p/p4_bg5.jpg);
	background-attachment: fixed;
	color:#81485b;
	overflow-x:hidden;
	text-align: justify;
	cursor: crosshair;
	font-family: arial, tahoma, verdana;
	font-size: 8pt;
	line-height: 15pt;
	}
	
#header {
    background-color:#f3f9f7;
	background-image: url(http://www.dustypage.net/layouts/p/p4.jpg);
	background-repeat: no-repeat;
	width: 577px;
	height: 158px;
	overflow-x:hidden;
	cursor: default;
	}
	
#main {
    background-color:#f3f9f7;
	font-family: verdana, arial, tahoma;
	letter-spacing: 0;
	width: 577px;
	font-size: 8pt;
	line-height: 15pt;
	color:#81485b;
	overflow-x:hidden;
	text-align: justify;
	cursor: default;
	}
	
#footer {
    background-color:#f3f9f7;
	background-image: url(http://www.dustypage.net/layouts/p/p4_footer.jpg);
	background-repeat: no-repeat;
	font-family: verdana, arial, tahoma;
	letter-spacing: 0;
	width: 577px;
	height: 34px;
	font-size: 9pt;
	line-height: 15pt;
	color:#81485b;
	overflow-x:hidden;
	text-align: justify;
	cursor: default;
	}

a {
	font-family: arial, tahoma, verdana;
	color: #e5a6ae; 
	text-decoration:none; 
	cursor: crosshair;
	}

a:visited {
	font-family: arial, tahoma, verdana;
	color: #e5a6ae; 
	text-decoration:none; 
	cursor: crosshair;
	}
	
a:hover {
	font-family: arial, tahoma, verdana;
	color: #bfb264;
	background-color: #eceddb; 
	cursor: crosshair;
	text-decoration:none; 
	}
	
h1 { 
	color: #c4b87c;
	letter-spacing:4px;
	text-align:center;
	font-size:8pt;
	font-family: arial;
	line-height: 8pt;
	margin-bottom: -5pt;
	margin-top: 25pt;
	text-transform:uppercase;
	}
	
h1:first-letter {
color:#abcfdb;
font-size:12pt;
font-family: Trebuchet MS, verdana, arial, tahoma;
text-transform:uppercase;
}

	
.form, input, textarea, checkbox, select {
	font-family: arial, tahoma, verdana;
	border: 1px dotted #c4b87c;
	font-size: 8pt;
	color: #c4b87c;
	background-color: #eceddb;
	}
	
	
.button {
background-color: #eceddb;
border: 1px dotted #c4b87c;
padding: 5px;
text-decoration: none; 
}

a.opacity img {
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
}
a.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
	
img { border: none;
text-decoration: none; }

p {
	margin: 4px;
	padding: 4px;
}






.underlinemenu{
font-size:10pt;
font-family: verdana, arial, tahoma;
letter-spacing:2px;
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #86c2b8;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 4px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #c4dfd6; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color: #e3646f;
border-bottom: 3px solid #f4b282;
}
