 
html body {
		
		font-family: "Helvetica","verdana" sans-serif;  
		background: #990033; 
		background-repeat:repeat-x;
		margin:0;
		height: 100%; 
		overflow: auto;
 
}   
p{ 	font-family:"Helvetica", "Verdana",sans-serif;
	font-size: 14px;
	line-height: 150%;
	padding-left: 7px; padding-right: 7px;
}

/*Was trying to have as many liquid dimensions as possible but if the menu element was given a % value it ended up over the content
box in 800 x 600 so had to give it a set width*/

#menu{
	background-color: #CC9966;
	width:710px; 	
	position: absolute; top:139px; left: 5%;
	height: 45px;
	z-index: 1;	
}




#content{
	background-color:white;
	text-align: left;
	position: absolute;top:175px; left: 5%;		 
	width: 700px; 
	
	
	margin-top: 20px; 
	padding-left: 2px; padding-right: 4px;	
	 
	border: solid white 1px;
	z-index: 0;
}

#top{
	background-color: none;
	position: relative;  left: 5%; top: 20px;
	width: 550pt;
	color:#fdebcf;
	
	height: 30px;
}


h1, h2{	letter-spacing: .03em;
	text-align: left;
	font-family:"Verdana","Helvetica", sans-sefif;



}
  h1{ font-size: 26px; font-weight: bold;}
  h2{ font-size: 16px;line-height: 0;}

#picture {
	
 	position: relative; 	top: -70px; 
	left: 387px;
	width: 110px;
	height: 85px;
	
}


#design{background-color:#ffffff;
	float: left;
	position: relative;left: 1px; 
	height: 24px;
	
}

#design h2{color: #770033;font-size: 24px;}
#banner{
	background-color:#ffffff;
	position: absolute; top: 1.5px;
	left:4%;

	width: 720px;
	height: 80px;
	z-index: 0;
	
	padding: 10px;
}
/*Opera needed to have a width set for this element or it didn't display properly*/
#contact{
	background-color:none;
	position: absolute; top:-7px;
	left: 75%; 
	width:210px;
	color: #bb9966; 
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: left;
	z-index: 6;
}

.top{
	background-color: #ffffff;
	color: #ffffff;
	width: 120px;
}

.top a{color: #fdebcf;}	








.internal{
	background-color:#CC9966;
	width: 75px;
	text-align:center;
	font-size: 14px;
	position: absolute;
	left: 552px;
	border-style: outset;
	border-width: 2px;
	top: -96px;

}

.internal a{color: #ffffff;}

.link{width: 500px;
	  text-align:left;font-size: 16px;
	  position: absolute; left: 1.5%;
}
	  
#log{font-family:"Helvetica", "Verdana",sans-serif;
	font-size: 12px;
	width: 150px;
	position:absolute;
	left: 413px;
	z-index: 1;
	top: 109px;
	color: #ffffff;
}
	
