/* Chris Hettinger Freelance */
/* Default style; Written by: Chris Hettinger (chris at ch-freelance.com) */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */


/* ---------- misc ---------- */

body {
	font-size:76%;
	line-height:120%;
	margin:0;
	font-family:arial, tahoma, helvetica, verdana, sans-serif;
	color:#2e2800;
	background-image:url(images/background_tile.gif);
	}
acronym {
	font-style:italic;
	cursor:help;
	}

/* ---------- div ----------- */

div#wrapper {
	position:relative;
	top:45px;
	margin:auto;
	width:510px;
	border:0px solid purple;
	}

div#container {
	border:0px solid red;
	z-index:2;
	}
	
div#navigation {
	position:absolute;
	top:55px;
	left:-132px;
	width:138px;
	border:0px solid blue;
	z-index:1;
	}

div#hr {
	height:1px;
	background-image:url(images/hr.gif);
	background-repeat:repeat-x;
	}

/* ---------- Extra Divs ----------- */

extraDiv1 { display: none; }
extraDiv2 { display: none; }
extraDiv3 { display: none; }
extraDiv4 { display: none; }
extraDiv5 { display: none; }
extraDiv6 { display: none; }

/* ---------- h1, h2, h3, h4, h5, h6 ---------- */

h1, h2, h3, h4, h5, h6 {
	font-family:"Tahoma",sans-serif;
	}

h4 {
	color:#67512e;
	}

/* ---------- p ---------- */

p {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	}
	
/* ---------- Spans ----------- */

/* ---------- img -----------*/

img {
	border:0;
	}

/* ---------- ol, ul, li ---------- */

ul, ol {
	}
	
li {
	line-height: 1.6em;
	}

#bulleted li {
	list-style: none;
	padding-left: 1.0em;
    background-image: url(images/bullet_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
	}

/* ---------- a ---------- */

a {
	color:#7c8b5d;
	border:0;
	text-decoration:none;
	font-weight:bold;
	}


/* ---------- other ----------- */

td.body1, td.body2 {
	vertical-align:top;
	}
	
div#body1content, div#body2content {
	margin:30px 50px 10px 50px;
	border:0px solid green;
	}