/* CSS Document */
	.foo {
		position:absolute;
		
	}
BODY {
	background-color: #000066; 
	margin: 0;
	padding: 0;
	}
a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
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;
	bottom:1px; */

}

.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;
}


.column1Text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000; 
overflow:hidden;
padding-right:10px;
border-right-color:#000000;
border-right-style:solid;
border-right-width:thin;

}

.column2Text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF; 
overflow:hidden;
padding-right:10px;
border-right-color:#000000;
border-right-style:solid;
border-right-width:thin;

}

.column3Text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#FFFFFF; 
overflow:hidden;

}

h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
}

/* Bio Page */
.SubTitle{
color:#000066;
font-family:Helvetica, Arial, sans-serif;
font-size:18px;
font-weight:bold;
text-indent:20px;
}

.BioNormalText{
color:#000000;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;

}

