/* CSS Document */

/*##############################################################
  Eric Meyer's Reset.css (includes Baseline)
##############################################################*/ 

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.25;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*##############################################################
  Element Styles
##############################################################*/

h2, h3, h4, h5, h6 {margin:20px 0 15px 0; font-weight:bold; font-family:Futura}
h2 {font-size:48px}
h3 {font-size:24px; font-weight:normal}
p, ul, ol, dl, li {margin:17px 0}
ul {list-style-type:none}
p {text-align:justify}
ul {margin-left:20px; list-style-type:disc}
a {color:#457ea8; text-decoration:underline; outline:none}
	a:hover {text-decoration:none}
	
.clear {clear:both}
.top_space {margin-top:45px}

/*##############################################################
  Layout Styles
##############################################################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color: #424242; background: white url(../images/body_bg.jpg) no-repeat 50% top}

#wrapper {width:959px; margin:0 auto; overflow:hidden}

		h1 {padding-left:35px; margin: 58px 0 85px; text-align: left; color: #F3D8FB;
	font: 60px Georgia, "Times New Roman", Times, serif;
	background: url(../images/pgtitle.gif) no-repeat center center;
}	
		#navigation {float:right; margin:0}
			#navigation li {display:inline; margin:0 55px 0 0; font-size:22px}
				#navigation li a {color: white; text-decoration:none}
					#navigation li a:hover {text-decoration: none;
	color: #760178;
}

	#content {float:left; display:inline; width:900px; padding:30px;
	background-repeat: repeat-y;
	background-position: left top;
}
		#intro {float:left; display:inline; margin-right:30px; width:584px}
		.thin_column {float:left; display:inline; margin:0 30px 0 0; width:277px}
		#content .last_column {margin-right:0}

		#sidebar {float:left; width:272px}
			
		#footer {clear:both; padding-top:150px; font-size:.85em}


