body{
		scrollbar-face-color:#7A232C;
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-track-color:#C9CDEF;
		scrollbar-shadow-color:#3C3C3C;
		scrollbar-highlight-color:'';
		scrollbar-3dlight-color:'';
		scrollbar-darkshadow-Color:'';
		
		background-color: #000000;
		
}

/* ------------------------------------- */

.headline {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7A232C;
	font-weight: bold;
}

.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #831C1D;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #545C61;
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #7A232C;
	font-style: italic;
	font-weight: bold;
}

.bodytext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545C61;
}

.footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7A232C;
}

.linktext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E8D6B0;
	font-weight: bold;
}

.linktext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #545C61;
}

.linktext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545C61;
}

.spacer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #EFEFEF;
}

.spacer_text_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}

.spacer_text_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #85181E;
}

.attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300; 
	color: #B0953A;
}

/* ------------------------------------- */
/* LINKS FORMAT */

A {
	color: #999966;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #B1C6CF;
	text-decoration: underline;
}

/* ------------------------------------- */
/* BG IMAGES FORMAT */

#container   
/* holds blueprint image and menu */ { 
background-color: #fff; 
background-image: url(../images/background_adam.jpg);
background-repeat: no-repeat; 
background-position: middle; 
z-index: 1; 
width: 606px; 
height: 350px 
}