@charset "UTF-8";

/* Global resets from http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* Revised by RDB 4/21/09 */

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
{
	width: 100%;
	background: #FFF none;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: 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;
}

/*********************/
/**** Site layout ****/
/*********************/

#outerContainer
{
	width: 990px;
	margin: 0 auto;
	background: url(/skins/driving_rain/assets/images/page_bg.jpg) no-repeat 0 0;
}
#headerContainer
{
	width: 990px;
	height: 155px;
	margin: 0 auto;
	background: url(/skins/driving_rain/assets/images/header_bg.gif) no-repeat center bottom;
	position: relative;
}
#bodyContainer
{
	width: 978px;
	margin: 0 auto;
	background: url(/skins/driving_rain/assets/images/body_bg.gif) repeat-y 0 0;
}
#content
{
	width: 650px;
	float: left;
	display: inline;
	margin: 0 0 30px 29px;
	background: url(/skins/driving_rain/assets/images/hdiv_dash.gif) repeat-x 0 0;
}
#sidebar
{
	width: 195px;
	float: left;
	display: inline;
	margin: 0 0 35px 60px;
}

#footerContainer
{
	width: 978px;
	height: 100px;
	margin: 0 auto;
	padding-top: 32px;
	background: url(/skins/driving_rain/assets/images/footer_bg.gif) no-repeat 0 0;
}

