/*
		 
		 Dark Grey: 	#333333
		 Medium Gray: 	#666666
		 Text: 		    #cccccc
		 Header Text:	#ffffff
		 
*/

/*
	RESET
*/


/* v1.0 | 20080212 */

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;
	background-color:#666;
}
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;
}

							
/*
	Utility
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }

/*
Structure
*/
#page-wrap 							{ width:960px; margin: 0px auto -552px; min-height: 100%; height: auto !important; height: 100%; background-color:#333;}
#push								{ height: 650px; }
#content							{ width: 958px; margin: 0 auto;}
#left-side							{ width: 287px; float:left; text-align:center;}
#right-side							{ width: 669px; float:right; margin-top: 3px;}
#imgBrain							{ padding-bottom: 47px;}

/*
Header
*/

#header								{height:557px; width:960px;}

#nav								{background-image:url(graphics/header.jpg); background-repeat:no-repeat; position:relative; height:547px; width:960px;}




/*
Typography
*/
h1									{ width: 661px; display:block; font-family: veranda, Arial, sans-serif;  line-height: 30px; font-size: 18px; color:#ffffff; padding:5px; text-transform: uppercase; letter-spacing:1px; font-weight:bold;}

#right-side p						{font-family:veranda, Arial, sans-serif; color:#cccccc; font-size:19px; font-weight:normal; letter-spacing:0px; line-height: 30px; margin-left:10px; margin-top:25px; padding-bottom:37px;}
#right-side a						{color:#CCC; text-decoration:none;}
#right-side a:hover					{color:#999}

/*
Footer
*/
#footer								{ background-image:url(graphics/footer.gif); background-repeat:no-repeat; height: 552px; width: 960px; margin: 0 auto;}
