@charset "utf-8";
/* CSS Document */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
	hr, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
	}
	strong, b{ font-weight:bold; }
	em, i{ font-style:italic; }
	/* remember to define focus styles! */
	:focus{ outline: 0; }
    .clear{ clear:both; }
	
	body{ background:#000; margin:10px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
	h1{ font-size:16px; color:#ccba9d; font-weight:bold; }
	
	#container{ margin:auto; width:900px; background:url(images/background.jpg) repeat-y; position:relative; }
	#container #header_back{ background:url(images/header.jpg) no-repeat; padding:172px 0 20px 0px; }
	
	#nav{ width:190px; float:left; margin-top:270px; line-height:35px; font-size:18px; text-align:right; }
	#nav a{ color:#382f23; text-decoration:none; }
	#nav a.current{ color:#e5ce97; text-decoration:none; }
	#nav a:hover{ color:#e5ce97; }
	
	#content_back{ width:569px; float:left; margin:0px; }
	#content_back #content_head #padding{ width:500px; margin:auto; line-height:18px; font-size:15px;  color:#FFFFFF; text-align:justify;  }
	#content_back #content_head #padding p{ text-align:justify; padding-bottom:20px; }
	#content_back #content_foot{ height:23px; line-height:23px; vertical-align:middle; color:#332b20; font-size:15px; padding-top:45px; text-align:center; }
	
	#footer{ height:40px; background:#000; color:#807f7e; padding-left:50px; font-weight:bold; line-height:20px; vertical-align:middle; }
	
	
	
	.content_purple{ background:url(images/content_back_purple.jpg) repeat-y; }
	.content_purple #content_head{ background:url(images/header_purple.jpg) no-repeat; }
	.content_purple #content_foot{ background:url(images/footer_purple.jpg) no-repeat; }
	.portfolio_table{ width:100%; }
	.portfolio_table td{ padding:2px; text-align:center; }
	.portfolio_table td h1{ text-align:left; padding-left:20px; margin-bottom:-10px; }	