/* Contents 

html tags
basic classes
easy clearing
layout

*/

/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; text-align: left; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* html tags */
body {
	font-family: Calibri, Helvetica, arial, sans-serif;
	font-size: 76%;
	color: #fff;
	background: #000;
}
h1,h2,h3,h4,h5,h6 { margin: 0 0 0.5em 0; font-weight: bold; }
h1 {
	color: #59585b;
	text-transform: uppercase;
	font-size: 66px;
	font-weight: normal;
	margin: 0 0 8px 0;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif ;
}
h2 {
	font-size: 1.4em;
	color: #000;
}
h3 {
	font-size: 1.3em;
	color: #000;
}
h4 {
	font-size: 1.2em;
	color: #000;
}
h5 {
	font-size: 1.1em;
	color: #000;
}
h6 {
	font-size: 1.0em;
	color: #000;
}
p, pre {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.4em;
}
pre {
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	margin: 1em;
	padding: 1em;
	background: #f6f6f6;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none; 
}
a:hover { 
	color: #09f;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
ul, ol {
	margin: 0 0 0 20px;
	padding: 0;
	color: #59585b;
	list-style-type: square;
}
li {
	color: #59585b;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
}
form { margin: 0; padding: 0; }
strong { font-weight: bold; }
img, a img { border: none; }
a:link img, a:visited img, a:hover img, a:active img { border-bottom: none; }
table, tr, th, td { margin: 0; padding: 0; border: none; font-size: 1em; }
table { border: 1px solid #ccc; }
th { font-size: 1.1em; }
th, td { padding: 0.2em; border: 1px solid #ccc; text-align: center; }
acronym, abbr { border-bottom: 1px dotted #333; }
sup { line-height: 0; } /* hacked in ie6 */
/* basic classes */
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left { float: left; }
.right { float: right; }
.imgleft {
	float: left;
	padding: 0 10px 10px 0;
}
.imgright {
	float: right;
	padding: 0 0 10px 10px;
}
.imgcentre {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
.push0 { margin-bottom: 0; }
.push1 { margin-bottom: 1em; }
.push2 { margin-bottom: 2em; }
.top0 { margin-top: 0; }
.top1 { margin-top: 1em; }
.top2 { margin-top: 2em; }
.skip {
	position: absolute;
	left: -1000px;
	width: 990px;
	height: 20px;
	margin-bottom: -20px;
}
/* easy clearing */
/* float clearing for IE6 */
* html .clearfix
{
 height: 1%;
 overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix
{
 min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after
{
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
/* Float Clearing - End */

/* layout */
#container {
	width: 763px;
	padding: 20px 0;
	margin: 0 auto;
}
#row1 {
	background: url(../i/row1.jpg) no-repeat top left scroll;
	width: 763px;
	height: 163px;
}
#row2 {
	background: url(../i/row2.jpg) no-repeat top left scroll;
	width: 460px;
	height: 158px;
	padding: 15px 243px 15px 60px;
	overflow: hidden;
}
#row3 {
	background: url(../i/row3.jpg) no-repeat top left scroll;
	width: 763px;
	height: 164px;
}
#row4 {
	background: #000;
	width: 747px;
	margin: 0 3px;
	padding: 8px 5px;
}