@charset "ISO-8859-1";
#main {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #454843;
	border-bottom-color: #454843;
	border-left-color: #454843;
}
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #425A52;
	line-height: 20px;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B322A;
	line-height: 16px;
}
#howto img {
	border: 1px solid #966136;
	margin-top: 4px;
}
a:link {
	color: #731B17;
}
a:visited {
	color: #731E3E;
}
a:hover, a:active {
	color: #FF000D;
}
.howtonav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B322A;
	line-height: 16px;
}
.howintro {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #425A52;
	line-height: 20px;
	font-weight: bold;
}
.howtoimg {
	border: 1px solid #966136;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #BCC7CE;
	font-size: 11px;
	padding-bottom: 100px;
}

