/* @group Reset */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

/* @end */

/* @group Basics */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	background: #fff url(../images/splash/bgd.jpg) repeat-x;

}

a:link, a:visited {
	text-decoration: none;
	color: #f06;
}

a:hover, a:active {
	text-decoration: underline;
	color: #36f;
}

/* @end */

/* @group layout */

div#wrapper {
	padding: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
}

div#content {
	width: 910px;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

div#footer {
	width: 653px;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 40px;
}

/* @end */

/* @group Tables */

td.top {
	vertical-align: top;
	left: 0px;
	top: 0px;
}

/* @end */

/* @group Custom */

.subtxt {
	color: #333;
	font-size: 10px;
}

/* @end */
