body {
	
	background-color: #43191a;
	font-family: arial, sans-serif;
}

#uppercont {
	
	position:absolute; 
	top:0px;
	left:100px;
	height:480px;
	width:795px;
	background-image: url(../graphics/shp_bck.gif);
	background-repeat: no-repeat;
	font-family: arial, sans-serif;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

#lowercont {
	
	position:absolute; 
	top:445px;
	left:100px;
	/*height:1000px;*/
	width:795px;
	/*background-image: url(../graphics/lowercontbck.gif);
	background-repeat: repeat;*/
	background-color:#8D1717;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;


}

#name {
	
	position:absolute; 
	top:40px;
	left:150px;
}

.pagetitle {
	position:absolute; 
	top:30px;
	left:168px;
}

#address {
	
	position:absolute; 
	top:170px;
	left:518px;
	color:#dcc4a0;
	text-align:right;
	font-size:16pt;
	
}

/*textbox including code for opacity*/

#headtextontop {
	margin-top:20px;
	margin-left:20px;
	padding:0px;
	color:#dcc4a0;
}

.headtextbox {
	width:400px;
	border:solid #43191A;
	filter: alpha(opacity=50);
	background-color: gray;
	
}

#textontop {
	margin-top:20px;
	margin-left:20px;
	padding:0px;
	color:#dcc4a0;
}

.textbox {
	width:200px;
	border:solid #43191A;
	filter: alpha(opacity=50);
	background-color: gray;
	
}

.transparent {
	background-color: #ffffff;
	filter:alpha(opacity=55);
	-moz-opacity:0.55;
}

.remove_filter {
	position : relative;
	-moz-opacity:0.95;
	filter:alpha(opacity=95);
}
/*end of textbox code*/




hr.cont	{
	position:absolute;
	left:175px;
	border: 0;
  	width: 650px;
	color: #f4d9b1;
	background-color: #f4d9b1;
	height: 1px;
	}
a.linkopacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;}

a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}

	
div.textbox a:link { text-decoration: none; color: #dcc4a0; padding:5px; width:138px;}
div.textbox a:visited { text-decoration: none; color:#dcc4a0; padding:5px; width:138px;}
div.textbox a:hover { background-color: #43191a; color:#dcc4a0; padding:5px; width:138px;}


