body	{
	background-color: a1a1a1;
	background-image:url('../images/drum.jpg');
	background-repeat:no-repeat;	
	}

p	{
	font-family:verdana
	} 

h1 	{
	font-family:verdana;
	font-size:120%;
	color:#337390
	}

/*this is for the main content on the landing page*/

div.slideshow{
	position:absolute;
	top:100px;
	left:50px;
	width:300px;
	height:150px;
	border:0px;
	margin:0px;
	}

div.button1{
	position:absolute;
	top:260px;
	left:50px;
	width:140px;
	height:100px;
	border:0px;
	margin:0px;
	}

div.button2{
	position:absolute;
	top:260px;
	left:210px;
	width:140px;
	height:100px;
	border:0px;
	margin:0px;
	}



p.nav	{
	font-family: Georgia;
	color: #fff;
	font-size: 90%;
	text-align: left;
	letter-spacing: .1em;
	line-height: 3em;
	padding: 0px 0px 0px 70px
	}

p.text1	{
	font-family: Georgia;
	color: #a1a1a1;
	font-size: 80%;
	text-align: left;
	letter-spacing: .0;
	line-height: 120%;
	padding: 0px
	}

a:link 	{color:#66ffff}    /* unvisited link */
a:visited {color:#66ffff} /* visited link */
a:hover {color:#fff}   /* mouse over link */
a:active {color:#ffff00}  /* selected link */
