/* CSS Document */
	.foo {
		position:absolute;
		
	}
BODY {
	background-color: #000066; 
	margin: 0;
	padding: 0;
	}
a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	position:absolute;
	top:623px;

}

.P_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}


.sm_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC9900;
}


/* PAGE CLASSES */

.mainpage {

	background-repeat: repeat-x;
}

.home {
	background-color:#000066;
	background-repeat:repeat-x;
	position:absolute;
}

.biography {
	background-color:#9B0510;
	background-image: url(images/BKG_fade.jpg);
	background-repeat: repeat-x;
}


.gallery {
	background-color:#9B0510;
	background-image: url(images/BKG_fade.jpg);
	background-repeat: repeat-x;
}

.links {
	background-color:#9B0510;
	background-image: url(images/BKG_fade.jpg);
	background-repeat: repeat-x;
}

.terms {
	background-color:#9B0510;
	background-image: url(images/BKG_fade.jpg);
	background-repeat: repeat-x;
}

.contact {
	background-color:#9B0510;
	background-image: url(images/BKG_fade.jpg);
	background-repeat: repeat-x;
}
.box {
background-image:url(images/BKG_box_default.gif);
background-repeat:repeat-y;
}

.boxfill {
background-image:url(images/BKG_box.jpg);
background-repeat:no-repeat;
}


