@charset "UTF-8";

a:link {color:#FFF; text-decoration:none;}
a:visited {color:#FFF; text-decoration:none;}
a:hover {color:#dd1b5a;text-decoration: underline;}
a:active {color:#c5519c; text-decoration:none;}

body {
	float: left;
	background-color: #000;
	color: #FFF;
	background-image: url(dino.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Handwriting - Dakota";
}
#body {
	max-width: 1000px;
}
#navcontainer {
	position: fixed;
	top:3px;
	left:3px;
}
#spacer {
	position: relative;
	min-width: 210px;
	max-width: 300px;
	top: 0px;
	left: 0px;
	float: left;
}
#maincontainer {
	position: absolute;
	top:0px;
	right:0px;	
	left: 240px;
	min-width: 800px;
	max-width: 1080px;
	float: right;
}
.nav {
	position: relative;
	height: 334px;
	width: 196px;
	background-color: #8b42da;
	font-family: 'Sancreek', cursive;
	font-size: 34px;
	font-variant: small-caps;
	color: #FFF;
	text-align: center;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 0px;
	vertical-align: middle;
	left: 3px;
	top: 12px;
}
.banner {
	min-width:: 800px;
	float:right;
	height: 200px;
	overflow: hidden;
}
.main {
	min-width: 300px;
	float:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	max-width: 800px;
}
#h3 {
	font-variant: small-caps;
	text-decoration: underline;
}
