
/* Base
////////////////////////////////////////////////// */

body {
	background: #252525 url("../images/bg.gif") no-repeat;
	font: 11px/18px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #797f7f;
}

div#main {
	background: url("../images/varyable.gif") no-repeat;
	margin: 165px 0px 0px 185px;
	width: 440px;
	padding-top: 90px;
	padding-left: 8px;
}



/* Text
////////////////////////////////////////////////// */

p {
	margin-bottom: 16px;
	text-shadow: #111 0px 0px 2px;
}

strong {
	color: #999f9f;
	font-weight: bold;
}

a,
a:visited,
a:active {
	color: #0df;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #0df;
	padding: 2px 2px;
	margin: 0px -1px;

}

a:hover {
	color: #000;
	background: #0df;
	text-shadow: none;
	border-bottom: none;
}



/* Footer
////////////////////////////////////////////////// */

div#footer {
	margin-top: 35px;
	color: #595f5f;
}

div#footer a {
	color: #898f8f;
	border-bottom: 1px solid #393f3f;
}

div#footer a:hover {
	border: none;
	color: #000;
	background: #898f8f;
}




/* Misc
////////////////////////////////////////////////// */

.hide {
	display: none;
}
