body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
 color: gray;
background-image: url(images/bg.jpg);
background-color:#FFFFFF;
background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
scrollbar-base-color: white;
scrollbar-arrow-color: gray;
scrollbar-highlight-color: gray;
}

#wrapper{
position: absolute;
left: 50%;
width:800px;
height: 850px;
background-color: white;
	margin: 0 -400px;
	top: 20px;
}

#header{
text-align: center;
height: 185px;

}

#navbar{
	height: 20px;
	width: 770px;
	margin: 0 auto;
	text-align: right;
	border-bottom: #8f8f8f solid 1px;
	padding-bottom: 5px;
	padding-top: 3px;

}

#navbar ul{
	list-style: none;
	margin:0;
	padding:0;
	}
#navbar li{
display: inline;	/*makes list horizontal*/
margin-right: 15px;
}
a{
	color: gray;
}
a:hover {
	color: maroon;
}
#navbar #currentpage{
	color: maroon;
}

.bullet_list_li {
	font-size:12px;
	line-height:14px;
	list-style-type: none;
	margin: 0;
	padding: 3px;
	list-style-image:url(images/bullet.gif);
	}

	
	#content{
	position: absolute;
	left:15px;
		width: 750px;
		height: 450px;
		margin: 0 auto;
		border-bottom: #8f8f8f solid 1px;
		padding: 10px;
		}
	
	#text{
		width:450px;
		height: 450px;
		overflow: auto;
		padding-right:10px;
		font-size:12px;
		line-height:16px;
		margin-top:0px;
	}
	
	#introtext{
		width:450px;
		height: 450px;
		overflow: auto;
		padding-right:10px;
		font-size:14px;
		line-height:18px;
		margin-top:0px;
	}
	
	#mainimage{
	position:absolute;
	top:10px;
	right: 10px;
		width:280px;
		height: 450px;
	}
	
	#footer{
	position: absolute;
		width: 798px;
		height: 145px;
		text-align: center;
		padding:0 0 0 4px;
		bottom: 0px;
	}
	
	#demonstrations{
		margin-left: 5px;
	}
	
	#detailtext{
	position: absolute;
		text-align: left;
		right:40px;
		top: 45px;
		font-size: 75%;
	}
	
	#email{
		width: 200px;
		height: 30px;
		background-color: white;
		position: absolute;
		margin-top: 80px;
		margin-left: 538px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	a img { 
	border: 0; 
}

a{
	text-decoration: none;
}

#djlink{
	position: absolute;
	top: 0px;
}

h2{
	font-size: 16px;
	margin: 0;
}

