/*
http://green-beast.com/blog/?p=109
http://tantek.com/log/2004/undohtml.css
http://meyerweb.com/eric/thoughts/category/tech/css/
*/

/******************* Undo Browser Defaults *******************/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}

body 
{
	font-size: 1.2em;
letter-spacing:;
word-spacing:;
line-height:;
	color: #000000;
	background-image: url(../images/bigboys/bg.jpg);
	background-repeat: repeat-x;
	background-color: #a7acb4;
	font-family: Arial, Helvetica, sans-serif;
}


/******************* Headings *******************/
/* Banner */
h1 {
	color: #030;	
	}
h1 span { text-indent: -9999px; }

/* Pagetitle */
h2 {
	text-align: right;
}
h2 span {
	color:#900
}
/* Head */
h3 {
	border-bottom:#999 1px solid;
	text-align:left;
	margin-bottom:10px;
}

/* Subhead/Bold */
h4 {}


/* no list-markers by default, since lists are used more often for semantics */
ul, ol { list-style: none }

/* avoid browser default inconsistent heading font-sizes */
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }


a img, img { border: none; }
a { text-decoration: none; }

/* de-italicize address */
address { font-style: normal; }
acronym, abbr { border-bottom: #000 1px dashed; cursor: help; }
blockquote, q {}
code {}
hr {}


table { }
th { }
td { }



/******************* Form Elements *******************/
form { }
fieldset { border: 1px solid #cccccc; }
legend { color: #000000; }
label { }
select { }
option { }
textarea { }
input[type="button"] { }
input[type="checkbox"] { }
input[type="file"] { }
input[type="hidden"] { }
input[type="image"] { }
input[type="password"] { }
input[type="radio"] { }
input[type="reset"] { }
input[type="submit"] { }
input[type="text"] { }
button { }



/******************* General Styles *******************/
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.sup { vertical-align: super; }
.sub { vertical-align: sub; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.eleven { font-size: 11px; }
.twelve { font-size: 12px; }
.thirteen { font-size: 13px; }
.fourteen { font-size: 14px; }
.fifteen { font-size: 15px; }
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.o { text-decoration: overline; }
.s { text-decoration: line-through; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.camelcase { text-transform: capitalize; }
.smallcaps { font-variant: small-caps; }
.slant { font-style: oblique; }
.indent { text-indent: 10px; }
.wrap { word-wrap: break-word; white-space: normal; }
.pre { white-space: pre; }
.block { display: block; }
.inline { display: inline; }
.none { display: none; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }
.collapse { visibility: collapse; }
.circle { list-style-type: circle; }
.disc { list-style-type: disc;}
.clear { clear: both;}
ul.collapse { list-style-type: none; }
ul.collapse li { list-style-type: none; display: inline; }

#header {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-bottom: 20px;
}
#content {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 815px;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}
.button {
	background-color: #900;
	padding: 10px;
	margin: 10px;
	color: #FFF;
	border: 5px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 24px;
}
.button:hover {
	background-color: #000;
	padding: 10px;
	margin: 10px;
	color: #FFF;
	border: 5px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 24px;
}
#content h2 {
	text-align: left;
	margin-bottom: 10px;
}
#content .block {
	width: 795px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
}
#followus img {
	margin-right: 60px;	
}
#sponsors {
	text-align:center
}
#sponsors img {
	margin-bottom: 10px;
	margin-right: 10px;	
}
p {
	font-size:12px;
	margin-bottom:10px;
}