a:hover
{
	text-decoration:underline;
	color:yellow;
}
a
{
	text-decoration:none;
	color:black;
}
body
{
	text-align:center;
	background-image:url(../images/background1.gif);
	background-repeat:repeat-x;
	font-family:sans-serif
}
div#b1
{
	left:0px; 
}
div#b2
{
	left:0px; 
}
div#b3
{
	left:190px; 
}
div#b4
{
	left:190px; 
}
div#b5
{
	left:380px; 
}
div#b6
{
	left:380px; 
}
div#b7
{
	left:570px; 
}
div#b8
{
	left:570px; 
}
div#b9
{
	left:760px;	
}
div#b10
{
	left:760px; 
}
.mainbutton
{
	background-color:blue;
	color:white;
	width:187px;
	height:50px;
	top:-25px;
	position:absolute;
}
.ddbutton
{
	background-color:blue;
	color:white;
	width:187px;
	top:25px;
	visibility:hidden;
	position:absolute;
}
.ddbutton a
{
	color:white;
}

#background
{
	background-image:url(../images/border.png);
	background-repeat:repeat-y;
	color:blue;
	width:967px;
	height:950px;
	margin-left:auto;
	margin-right:auto
}
#header
{
	background-image:url(../images/headerbg.gif);
	background-color:black;
	color:white;
	width:947px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:175px;
}
#main
{
	background-color:blue;
	color:white;
	width:947px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:600px;
}
#content
{
	background-color:white;
	color:blue;
	width:947px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:600px;
}
#footer
{
	background-color:blue;
	color:white;
	width:947px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:150px;
}
.paragraph
{
	text-align:left;
	color:black;
	padding: 25px; 
	
}
.paragraphtitle
{
	text-align:center;
}
.dispimg
{
	float:right;
	
}