body {
	margin: 0px;
	padding: 0px;
	background-color: #3A3A3A;
	font-family: tahoma;
	font-size: 12px;
	font-color: #012535;
}
.header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}
.nav {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	line-height: 16px;
}
.content {
	padding: 5px 10px 25px 10px;
}
.twitter {
	padding: 5px 10px 125px 10px;
}
.asterik {
	color: #990000;
}
a:link {
	color: #A68B4F;
	text-decoration: none;
}
a:visited {
	color: #A68B4F;
	text-decoration: none;
}
a:hover {
	color: #012535;
	text-decoration: underline;
}
a:active {
	color: #012535;
	text-decoration: underline;
}
.submitButton {
	background-color: #012535;
	color: #000000;
}
input {
	font-family: tahoma;
	font-size: 12px;
	color: #012535;
	width: 200px;
}
textarea {
	font-family: tahoma;
	font-size: 12px;
	color: #012535;
	width: 200px;
}
