body {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

#bg {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	background-attachment: fixed;
	background-image: url(art/dgirl.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#transbox {
	background-color: #fff;
	filter :alpha(opacity=80%);
	opacity: 0.8;
	height: auto;
	padding: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D3488C;
	border-left-color: #D3488C;	
	}

#transbox a:link, #transbox a:hover, #transbox a:visited {
	font-size: 12px;
	color: #d3488c; 
	text-decoration: none;
}

#transbox a:hover {
	border-bottom: 1px dashed;
	}
	
#menubox {
	width: 170px;
	background-color: #fff;
	position: top left;
	filter :alpha(opacity=80%);
	opacity: 0.8;
	height: auto;
	padding: 10px;
	margin: 10px;
	border: 1px dashed #D3488C;
	text-align: left;
	line-height: normal;
	}
	
#title {
	background-image: url(art/title1.gif);
	background-attachment: scroll;
	background-position: right;
	background-repeat: no-repeat;
	height: 62px;
	width: 100%;
	}
	

#footer {
	text-align: center;
	color: #d3488c;
	font-size: 80%;
	line-height: normal;
	}

a:link, a:hover, a:visited {
	font-size: 90%;
	font-weight: bold;
	color: #d3488c; 
	text-decoration: none;
}

a:hover {
		text-decoration: underline;
		}
		
#bottomnav {
	width: 100%;
	text-align: center;
	color: white;	
		}
		
#bottomnav a:link, #bottomnav a:hover, #bottomnav a:visited {
	color: white;
	font-size: 80%;
	}

#bottomnav a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 120%;
	line-height: 2px;
	color: #d3488c;
}

h2 {
	font-size: 120%;
	background: #d3488c;
	color: #FFFFFF;
	text-align: left;
	vertical-align: text-bottom;
	height: auto;
	width: auto;
}
