/* CSS Document */
a:link {
	color: white;}
a:visited {
	color: white;}
a:hover {
	color: red;}	
a:active {
	color: white;}
	
body {
	background-color: black;
	color: white;
	text-align: center;
	min-width: 544px;
}

.maincontainer {
	text-align: left;
	position:relative;
	height: 544px;
	width: 699px;
	margin: 0 auto;
	background-image: url(images/background.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;}

.navilinks {
	position: absolute;
	right: 18px;
	top: 86px;}

.infosection {
	position: absolute;
	height: 355px;
	width: 570px;
	right: 25px;
	top: 132px;
	overflow: auto;}

.picsection {
	padding: 10px;
}

.n1 {
	color:white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}

.n2 {
	color:#999999;
	font-size: 12px;
}

.n3 {
	color: white;
	font-size: 13px;
	padding-left: 20px;
}
