body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	}

p {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	}

a:link {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:hover {
	color: #C9697E;
	text-decoration: underline;
	}
a:active {
	color: #69343F;
	text-decoration: underline;
	}



/*  HOME BODY BKGD  */

#homebodycontainer {
	background: url(assets/bkgd_home.jpg) no-repeat top left;
	}





/*  BODY BKGD  */

#bodycontainer {
	background: url(assets/bkgd.jpg) no-repeat top left;
	}



/*  TEXT BODY BKGD  */

#textbodycontainer {
	background: url(assets/text_bkgd.jpg) no-repeat top left;
	}




/*  FRAME BKGD  */

#framecontainer {
	background: url(assets/frame_bkgd.gif) no-repeat top center;
	}




/*  BODY SCROLL TEXT  */

#bodytext{
	width: 850px;
	height: 455px;
	margin: 2;
	padding: 5;
	overflow: auto;
	}



/*  GALLERY THUMBS SCROLL TEXT  */

#gallerythumbs{
	width: 160px;
	height: 425px;
	margin: 2;
	padding: 5;
	overflow: auto;
	}




/*  BOTTOM NAVIGATION  */

.footer {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	color: #D7CBB6;
	text-decoration: none;
	}

#navbtm a:link {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	color: #D7CBB6;
	text-decoration: none;
	}
#navbtm a:visited { 
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	color: #D7CBB6;
	text-decoration: none;
	}
#navbtm a:hover { 
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	color: #C9697E;
	text-decoration: underline;
	}
#navbtm a:active { 
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	color: #69343F;
	text-decoration: underline;
	}
	
	
	
	




/*  MAIN NAVIGATION  */

/*

.navmaintext {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	}
#navmain a:link {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	}
#navmain a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#navmain a:hover {
	color: #F199A5;
	text-decoration: underline;
	}
#navmain a:active {
	color: #FD9D12;
	text-decoration: underline;
}

*/



/*  HOME CONTAINER  */

/*

#homecontainer {
	background: #FFFFFF url(content/homeimage.jpg) no-repeat top left;
	}

*/




/*  BOTTOM NAVIGATION  */

/*

.footer {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
#navbtm a:link {
	font-family: "Book Antiqua", Palatino, Times, serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}
#navbtm a:visited { 
	color: #666666;
	text-decoration: none;
	}
#navbtm a:hover { 
	color: #CCCCCC;
	text-decoration: underline;
	}
#navbtm a:active { 
	color: #FEFCF7;
	text-decoration: underline;
	}

*/