body {
	margin: 0;
	background-color: #2c2a28;
}
td, input, select, textarea, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.field {
	color: #cccccc;
	border: 1px solid #6a6869;
	background-color: #6a6869;
	text-transform: none;
	letter-spacing: normal;
	width: 175px;
	height: 20px;
}
.button {
	color: #cccccc;
	border: 1px solid #6a6869;
	background-color: #6a6869;
	width: 30px;
	height: 20px;
}
#header {
	width: 100%;
	height: auto;
	text-align: center;
	background-image: url(/images/bg-tile.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
#flashcontent{
	width: 100%;
	height: 630px;
	text-align: center;
	background-image: url(/images/bg-tile.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
}
.title {
	font-size: 28px;
	color: #999999;
	letter-spacing: 2px;
}
.small {
	font-size: 10px;
	color: #555555;
	text-transform: none;
	letter-spacing: 1px;
}
