body {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 105%;
	color: #BDA3D3;
	background-color: #161333;
	text-align: center;
	font-weight: lighter;
}
p, img, h1, h2, ul, li {
	margin:0px;
	padding:0px;
	border: none;
}
h1 {
	font-size: 115%;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
}
h2 {
	font-size:95%;
	font-weight: bold;
	color: #cc66cc;
}
a:link, a:visited {
	color:#b1feda;
	text-decoration:underline;
	font-size: 90%;
}
a:hover {
	color: #FFFF99;
}
input, textarea {
	color:#161333;
	border: 1px solid #ffffff;
	background-color: #C0C0C0;
}
.submit input {
	color: #FF00FF;
	background-color:#161333;
	border: 2px outset #CCCCCC;
	padding: 5px;
}

.floatleft {
	float:left;
	margin-right:10px;
}
.floatright {
	float:right;
	margin-left:10px;
}

#logo {
	background-image: url(img/logoBG.gif);
	background-repeat: repeat-x;
}

#contentwrap {
	text-align: left;
	padding: 0px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
#content {
	background-color: #000000;
	border: thin ridge #330037;
	padding: 25px;
	clear: both;
	font-size: large;
}
#contentgallery {
	background-color: #000000;
	border: thin ridge #330037;
	padding-left: 25px;
	clear: both;
}

#flashmain {
	margin:0px;
	padding:0px;
	text-align: center;
}

#nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#nav ul {
	margin:0px;
	padding: 0px;
	border:none;
	font-size:small;
	color:#FFFFFF;
	white-space: nowrap;
}
#footer {
	background-image: url(img/footerBG.gif);
	background-repeat: repeat-x;
	clear: both;
}

#nav li {
	list-style-type:none;
	display:inline;
}
#nav li a:link, #nav li a:visited {
	font-weight: bold;
	text-decoration: none;
}
#whattomake {
	float:right;
	margin-left:20px;
	font-size: small;
}
