/* CSS Document */

#border{
	background-color: #FFFFFF;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 828px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999999;
}
#nav{
	
	height: 30px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(navigation/background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer{
	height: 80px;
	width: 760px;
	margin-top: 728px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}

#content{
	height: 420px;
	width: 760px;
	margin-top: 330px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}
#graphic{
	height: 367px;
	width: 287px;
	margin-top: 10px;
	position: absolute;
	background-image: url(artwork/graphic.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 473px;
}
#graphic2{
	height: 367px;
	width: 287px;
	margin-top: 10px;
	position: absolute;
	background-image: url(artwork/graphic2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 473px;
}

#box{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 367px;
	width: 463px;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	background-image: url(artwork/box.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: justify;
}

.bxsml{
	background-color: #FF0000;
	height: 75px;
	width: 100px;
	margin-left: 50px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
