body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #2C2222;

}
a:link, a:visited {
	color: #EECC11;
	text-decoration: none;
	padding: -2px 2px 4px 2px;
	/*border-bottom: 1px solid #EECC11;*/
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #998888;
	padding: -2px 2px 2px 2px;
	/*border-bottom: 1px solid #FFFFFF;*/
}
/* -------  defines the live area and outside border ------- */
#bigwrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin: 50px auto 50px auto;
	padding: 0px 0 0 0;
	background-color: #776666;
	border: 1px solid #3C3333;
}
#navigation {
	position: relative;
	text-align: left;
	width: 800px;
	
}
#textwrapper {
	position: relative;
	width: 800px;
	background-image: url(../images/bg_pencils.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
#maintext {;
	float: left;
	padding: 45px 15px 65px 85px; /*top right bottom left*/
	background-image: url(../images/bg_medgreylines.gif);
	background-position: 30px;
	background-repeat: repeat-y;
	height: 100%;
	/*border: 1px solid #FFFFFF; /*for testing pursposes only*/
}
/*start box model hack*/
#maintext { 
	width: 500px; /* IE 5 = width + padding + border */
	voice-family: "\"}\""; /*exploit IE 5 parsing bug*/
	voice-family: inherit; 
	width: 400px; /* width for compliant browsers */
	}
html>body #maintext {
	width: 400px; /* for Opera 5 users that also have parsing bug*/
}
/* end box model hack*/
#maintext h1 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	/*letter-spacing: -0.05em;*/
	margin: 0 0 -4px; /*puts it in the right place*/
 }
#maintext h2 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 30px 0 -12px 0;
	letter-spacing: .3em;
 }
 #maintext h3 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #332222;
 }
#maintext li {
	margin-bottom: 6px;
	list-style-type: square;
}
#maintext p {
	font-size: 17px;
	line-height: 26px;
 }
#maintext strong {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.05em;
	
}
#maintext big { /* used for init caps */
	font-size: 22px;
}
#maintext small { /* used for form field titles */
	font-size: 9px;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3em;
}
#maintext sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#maintext cite {
	font-size: 11px;
	line-height: 14px;
}


 #maintext fieldset {
	border: none;
}
 #maintext legend {
	font-size: 9px;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3em;
}
#maintext acronym, #textwrapper abbr { 
	border-bottom: 1px dotted #999999; 
	cursor: help; 
}
#maintext textarea {
	color: #332222;
	background-color: #998888;
	border: 1px solid #CCBBBB;
}
#maintext input {
	color: #332222;
	background-color: #998888;
	border: 1px solid #887777;
}
/* ------- side bar area -------  */
#sidetext {
	float: right;
	padding: 95px 70px 20px 20px;
	background-image: url(../images/side_roundedfade.jpg);
	background-repeat: no-repeat;
	background-position: left 70px;	
	/*border: 1px dotted #FFFFFF;  /*for testing pursposes*/
}
/* start box model hack for IE 5 and 5.5 to get columns sized properly*/
#sidetext { 
	width: 280px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 190px; /*width for compliant browsers... leave 5px gutter for MacIE5 */ 
}
html>body #sidetext {
	width: 190px; /* being nice to Opera 5 users */
}
/*end box model hack*/
#sidetext h2 {
	color: #AA9999;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	margin: 0 0 -2px 0; /*note diff size margin-bottom from #textwrapper h2*/
	letter-spacing: 0.3em;
	line-height: 14px;
 }
#sidetext p {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: -4px;
 }
#sidetext li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	list-style-type: square;
	margin-bottom: 5px;
	margin-left: -1em;
}
 
 /*  ------- large splash area on homepage -------  */
#portfolio {
	clear:both;
	position: relative;
}
#clear_bg_fix {
	clear: both;
}
 
 /*  ------- footwrapper bar that appears at bottom ------- */
#footwrapper {
	width: 800px;
	clear: both; /* starts after the floats */
	background-color: #443333;
	background-image: url(../images/bg_dkgreylines.gif);
	background-position: 30px;
	background-repeat: repeat-y;
	border-top: 1px solid #332222;
 }
#footer {
	margin-left: 85px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
 }
 #footer a:link, #footer a:visited {
	color: #776666;
	text-decoration: none;
	border-bottom: none;
	background-color: none;
}
 #footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	background-color: #443333;
}
 #footer ul {
 	list-style: none;
	margin: 0;
	padding: 7px 0 7px 0;
 }
 #footer li {
 	display: inline;
 }
 #footer li.wedge:after { /*oooohhh css2 textwrapper generating*/
 	content: ":: "; /*generates the pipe symbols after the li*/
 }
 #copyright { 
	color: #776666;
	/*float: right; /* only works in safari */
	/*text-align: right; /*doesnt work like you'd expect*/
	
 }
/* end footwrapper bar */
#maintext h4 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 30px 0 -12px;
}
