@charset "utf-8";

/* =============================================================================
 * General styles
 * =============================================================================
 */
 
/* ------------
 * Global Reset
 * ------------
 *
 * Cross-browser style reset to a common base by Eric Meyers
 *
 */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color:#333333;
}
:focus { outline: 0 } /* remember to define focus styles! */
select, input, textarea, button { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 1em; color: #333 }
ol, ul { list-style: none }
table { border-collapse: separate; border-spacing: 0 } /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left; font-weight: normal }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q {	quotes: "" "" }

/* --------
 * Common
 * --------
 *
 * 
 *
 */

a img, img { 
	border:none;
	}

	
h1 {
	color: #333333;
	background: #FFFF00;
	margin-bottom: 6px;
	border-left: 4px solid #838282;
	line-height: 0.75em;
	letter-spacing: -0.02em;
	font-family: Helvetica;
	}
	h1 span {	
	color: #838282;
	font-size: 65%;
	}

h2 {
	color: #333333;
	margin-bottom: 6px;
	font-size: 2.5em;
	line-height: 0.75em;
	letter-spacing: -0.02em;
	font-family: Helvetica;
	}
	h2 span {	
	color: #838282;
	font-size: 65%;
	}
	
p {
	margin-bottom: 20px;
	font-size: 1.4em;
	}
	

	
/* ------------
 * Structure
 * ------------
 *
 * 
 *
 */

body {
	background: #fff;
	text-align:center;
	font:62.5%/1.5 Georgia, Geneva, Arial, Helvetica, sans-serif;
	}

#container{
	width:800px;
	margin:0 auto;
	}

#header{
	width: 800px;
	margin: 0 auto 10px auto;
	text-align: left;
	clear: both;
	padding: 20px 0 0 0;
	
	}
   
#content{
	margin: 0 auto 0 auto;
	text-align: left;
	clear: both;
	font-size: 1.1em;
	padding: 15px 0 15px 375px;
	border-top: 1px solid #838282;
	border-bottom: 1px solid #838282;
	}
	
#text {	
	background: #DFDFDF;
	border-left: 4px solid #838282;
	}

  
/* ------------
 * Header
 * ------------
 *
 * 
 *
 */
 



/* ------------
 * Text replacement
 * ------------
 *
 * 
 *
 */

h1 {
	height: 62px;
	position: relative;
	padding: 8px 15px;
	width: 390px;
	}
	h1 span {
		background: url(../images/heading.gif) no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
		}

#text {
	height: 358px;
	position: relative;
	width: 420px;
	padding: 11px 15px 8px 15px;
	he\ight: 342px;
	w\idth: 390px;
	}
	#text span {
		background: url(../images/body.gif) no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
		}
		#text span a {
			width: 423px;
			height: 358px;
			display: block;
			}

/* ------------
 * Side Nav
 * ------------
 *
 * 
 *
 */
 


/* ------------
 * Content
 * ------------
 *
 * 
 *
 */
 

	
/* ------------
 * Side Content
 * ------------
 *
 * 
 *
 */
 

		
/* ------------
 * Footer
 * ------------
 *
 * 
 *
 */
 



/* ------------
 * Links
 * ------------
 *
 * 
 *
 */
 
	
/* ------------
 * Forms
 * ------------
 *
 * 
 *
 */
 


/* ------------
 * Tables
 * ------------
 *
 * 
 *
 */

	



/* ------------
 * Utility
 * ------------
 *
 * 
 *
 */
 
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}


