body, html {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
}
#container {
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
}

#logo {
	background-image: url(../html/grafx/background_stripes.gif);
	background-repeat: repeat-x;
}
#mainContent {
	width: 600px;
	text-align: left;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.3em;
}
#mainContact {
	width: 600px;
	text-align: center;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.3em;
	margin-right: auto;
	margin-left: auto;
}
.headline {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}


.dropDown {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E1E091;
	padding-left: 10px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.smallerText {
	font-size: 0.9em;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-align: center;
	font-size: .8em;
}
