@charset "utf-8";



/* reset */

html, body { height: 100%; }

html, body, div, span, object, iframe,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote,  
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	}
fieldset, form, label, legend, input, textfield, textarea, select, option {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
table td {
	vertical-align: top;
	}
fieldset, img { 
	border: 0;
	}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
abbr, acronym { 
	border: 0;
	}
blockquote:before, blockquote:after, 
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
* { outline: none; }



/* layout */

.rule { height: 14px; border-top: 1px solid #1a1a1a; clear: both; }
.lt { float: left; }
.rt { float: right; }
.clear { display: block; height: 0; clear: both; }

.span-2 { width: 240px; }
.span-4 { width: 480px; }
.span-6 { width: 720px; }
.span-8 { width: 960px; }

.indent-1 { margin-left: 120px; }



/* formatting */

body {
	color: #fff;
	background: #000 url(bg-1.jpg) no-repeat 600px 0px;
	margin-left: 120px;
	}
body, input, textfield, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}
p { margin-bottom: 15px; }
strong { font-weight: bold; }
small { font-size: 10px; }
big, h1 { font-size: 24px; line-height: 30px; font-weight: bold; }
big a { color: #0091b5; text-decoration: none; }
h5 { color: #0091b5; font-weight: bold; margin-bottom: 15px; }
h5 a { color: #0091b5; text-decoration: none; }
ol { list-style-type: decimal; margin-left: 20px; }
a { color: #fff; text-decoration: underline; }

form { padding: 0 20px; }
label.error { font-size: 10px; }

.links { height: 45px; }
.links a { color: #0091b5; float: left; margin-right: 20px; }