
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */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,b, u, i, center,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;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}


body {

	background-repeat: repeat-x;
	background-image: url(../images/gradient.gif);
	background-color: #492600;

}

#shadow {

	background-repeat: repeat-y;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/con-bg.png)
}

#container {

	background: white;
	margin-left: auto;
	margin-right: auto;
	width: 900px;

}

.preload {
	
	display:none;
	
}


#nav {

	width: 900px;
	height: 45px;
	
}


#nav a {

	float: left;
	display: inline;
	width: 300px;
	padding: 0;

}

#content {

	height: 225px;
	position: relative;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	background-color: #666666;

}


#content_copy {

	 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white; 
	width: 440px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;

}

#content_copy h2 {

	line-height: 1.3em;
	font-size: 1.25em;

}

#content_copy p {
	
	padding-top: 5px;
	font-size: .9em;
	line-height: 1.2em;

}


#content_icons {

	width: 365px;
	float:right;
	margin-right: 25px;

}

#content_icons a {

	float: left;

}


#content_rules {

	width: 900px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	background-color: #666666;

}


#content_rules_copy {

	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white; 
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;


}

#content_rules_copy h2 {

	line-height: 1.3em;
	font-size: 1.25em;

}

#content_rules_copy p {
	
	padding-top: 10px;
	font-size: .9em;
	line-height: 1.5em;

}

#content_rules_copy li {
	
	list-style-position: inside;
	list-style-type: square;
	padding-top: 10px;
	font-size: .9em;
	line-height: 1.5em;
	font-style: italic;

}

#content_rules_copy hr {

	margin-top: 20px;
	margin-bottom: 20px;

}

#footer {

	height: 90px;

}