@charset "utf-8";

/*

 Website design and interface by Chad Garrett &copy; 2006

 */
 
 * { padding: 0; margin: 0; }
 body { background: #000 url('../images/grad.jpg') repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 90%; line-height: 1.6em; color: #fff; }
 
 img.left { float: left; }
 img.right { float: right; }
 img.center { display: block; margin: 0 auto; }
 img.display { margin: 15px; border: 6px solid #17375C; }
 
 .left { text-align: left; }
 .right { text-align: right; }
 .hr { line-height: 1px; font-size: 1px; border: 0px dashed #fff; border-bottom-width: 1px; clear: both; }
.indent { padding-left: 50px; } 

 pre { overflow: auto; }
 pre, code, kbr { font-family: Courier, Monaco, monospace; }
 abbr, acronym { letter-spacing: 1px; }
 
 #wrapper { margin: 0 auto;
 			width: 900px;
 			background: #15212F url('../images/body_bg.gif') repeat-y; }
			
 #header {	height: 282px;
 			background: #15212F url('../images/header_default.gif'); }
			
			#header h1 { display: none; }
			
 #content { min-height: 500px;
 			margin: 25px;
			color: #fff; }
			
			#content a {	text-decoration: none;
							color: #244E80;
							border: 0px dashed #17375C;
							border-bottom-width: 1px; }
			
			#content h2 { 	font-family: Georgia, serif;
							font-size: 2em;
							font-weight: normal; 
							border: 0px dashed #fff;
							border-bottom-width: 1px; }
							
			#content p {	text-align: justify;	
							padding: 20px; }
							
			#content .title {	font-size: 1.5em; }
			#content div.title {	margin: 15px; }
			
			#content .portfolio {	clear: left; } 
			#content .box { width: 838px; background-color: #17375C; height: 50px; text-align: center; }
			#content .box_top { height: 17px; background: #17375C url('../images/box_top.gif') no-repeat;
			#content .box_bottom { height: 16px; background: #17375C url('../images/box_bottom.gif') no-repeat; }
			
 #footer {	height: 51px;
 			clear: both;
			background: #15212F url('../images/footer.gif'); }