


/* = UNIVERSAL STYLES ==================== */

	* { margin: 0; padding: 0; }
	
	body { _text-align: center; font: normal 12px/150% Georgia, Times, 'Times New Roman', serif; background: #FFFFFF url(images/bg_body.jpg) no-repeat 50% 100%; }
	html { min-height: 100%; height: auto; }


/* = LAYOUT STYLES ==================== */
	#wrapper { background: url(images/bg_body-top.gif) repeat-x 50% 0; width: 100%;}
	#wrapper-inner { _text-align: left; background: url(images/bg_header.gif) no-repeat 50% 0; min-width: 800px; _width: 1000px; }
	#header { width: 800px; height: 147px; margin: 0  auto; }
	#content-area { width: 800px; margin: 0 auto; }
	#content-sub { width: 225px; float: left; margin: 30px 0 0 0; text-align: right; }
	#content-main { width: 510px; float: right; margin: 10px 20px 0 0; _margin-right: 10px; }


/* = ELEMENT STYLES ==================== */

	h1 { color: #bc252b; font-size: 24px; margin: 20px 0; }
	h1.logo { text-indent: -9000px; display: none; }
	h1.page-title { width: 510px; text-indent: -9000px; position: relative; left: 270px; top: 111px; _top: 91px;}
	h1.welcome { background: url(images/title_welcome.gif) no-repeat 0 0; }
	h1.about { background: url(images/title_about.gif) no-repeat 0 0; }
	h1.portfolio { background: url(images/title_portfolio.gif) no-repeat 0 0; }
	h1.contact { background: url(images/title_contact.gif) no-repeat 0 0; }
	h2 { color: #bc252b; font-size: 18px; margin: 20px 0; }
	h3 { color: #bc252b; font-size: 16px; margin: 20px 0; }
	ul { margin: 20px; }
	p { margin: 20px 0; }
	p.tag img { border: none; }
	a { color: #bc252b; white-space: nowrap; }
	a:hover { text-decoration: none; }
	img { padding: 3px; border: 1px solid #000; }
	img.float-right { float: right; margin: 20px 0 20px 20px; _margin: 20px 0 20px 10px; }
	img.float-left { float: left; margin: 20px 20px 20px 0; _margin: 20px 10px 20px 0; }



/* = NAV STYLES ==================== */

	#content-sub ul { margin: 0; }
	#content-sub ul li { list-style: none; border-bottom: 1px solid #d6d6d6; }
	#content-sub ul li a { color: #000; text-decoration: none; text-transform: uppercase; display: block; padding: 7px 0;  }
	#content-sub ul li a:hover { color: #bc252b; }



/* = FORM STYLES ==================== */

	#content-main form ul { margin: 20px 0; }
	#content-main form ul li { list-style: none; margin: 0 0 20px 0; }
	
	label { display: block; font-size: 12px; line-height:150%; font-weight: bold; }
	label.description { padding:0 0 1px; color: #bc252b; }
	label.choice { font-weight: normal; margin: -18px 0 0 25px; _margin: -24px 0 0 25px; padding: 4px 0 5px; }
	
	input { font: normal 12px/150% Georgia, Times, 'Times New Roman', serif; color: #000; }
	input.text { width: 300px; }
	input.checkbox { display: block; margin: 6px 0 0 0; }
	input.radio { display: block; margin: 6px 0 0 0; }
	
	textarea { font: normal 12px/150% Georgia, Times, 'Times New Roman', serif; color: #000;  width: 300px; height: 100px; }
	
	select { font: normal 12px/150% Georgia, Times, 'Times New Roman', serif; color: #000; width: 300px; }