body { /* general body rules */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000;
	text-align: left;
	min-width: 600px;
	}
	
h1 {
	font-size: 3.0em;
	color: #5e5e5e;
	}
	
h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #5e5e5e;
	margin:0 0 3em 0;
	}

p {
	font-size: 1em;
	line-height: 2em;
	margin: 0 0 0.75em 0;
	}
	
a {
	font-size:1.5em;
	margin-bottom:1em;
}

code {
	border-left: 3px solid #99ff00;
	background: #4A4A4A;
	color: #B5B5B5;
	font-size: 1.25em;
	padding: 5px 8px;
	}
	
ul.latest a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#home a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#philosophy a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#services a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#contact a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}

ul#portfolio a:after { /* High access */
	content: " [" attr(accesskey) "] ";
}
	
/* End general body rules, begin specific rules */

#header { /* Header is image, but min width for valid browsers, run conditional for IE in structure */
	width: 950px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 1;
	}
	
#container { /* Reworked, this is the only container div needed for 2-1-3 */
margin: 0 auto 0 auto;
width: 100%;
max-width: 960px;
min-width: 750px;
	}
	
#content { /* Main parent div for content */
	float: left;
	display: inline;
	padding: 0.75em 2em 0 2em;
	margin: -10px 185px 35px 185px;
	border-right: 1px dotted #666666;
	}
	
#navigation {
	width: 500px;
	padding: 0;
	float:left;
	display:block;
	margin: 0 100% 20px 0;
	}
	
form.search #q { /* Search form text area */
	margin-top: 5px;
	}

form.search #q:focus { /* Search form text area */
	background: #cff;
	color: #000;
	margin-top: 5px;
	}

form.search label {
	font-weight: bold;	
	margin-top: 25px;
	}
	

/* Contact form rules */

form.cmxform {
	margin: 40px 85px 0 20px; 
	padding: 2px 0 0 15px;
	width: 90%;
	background: #fff URL(../images/gradient.gif) repeat-x;
	}
	
form.cmxform p {
	padding-left: 12px;
	margin: 10px 0 15px 0;
	}

form.cmxform fieldset {
	border: none;
	margin-bottom: 10px;
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.75;
	vertical-align: top;	
	}
	
form.cmxform fieldset legend {
	font-weight: bold;
	font-size: 1.25em;
	margin: 10px 0 5px 0;
}

form.cmxform em {
	font-weight: bold;
	font-size: 1em;
	color: #f00;
	}

form.cmxform fieldset ol {
	margin: 0 0 0 3px;
	padding: 0;
	}

form.cmxform ol li {
	list-style: none;
	margin-bottom: 5px;
	}
	
form.cmxform fieldset fieldset {
	margin: 10px 0 0 -3px;
	padding: 0;
	}
	
form.cmxform fieldset fieldset label {
	margin-right: 10px;
	display: block;
	width: auto;
	margin-left: 123px; /* Width plus 3 (html space) */
	}
	
form.cmxform fieldset fieldset input { /* My last rule */
	margin-right: 0;
	}
	
form.cmxform label {
	width: 120px; /* Width of labels */
	}
	
form.cmxform textarea {
	list-style: none;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 3px;
	}	
	
form.cmxform fieldset li {
	list-style: none;
	}
	
form.cmxform input.button {
	display: block;
	width: auto;
	clear: both;
	margin: 25px 0 0 120px;
	}

form.cmxform input.one { /* Testing a little advanced usability */
	color: #000;
	padding-left: 3px;
	width: 205px;
	}
			
form.cmxform input.one:focus { /* Testing a little advanced usability */
	background: #cff;
	color: #000;
	padding-left: 3px;
	width: 205px;
	}

form.cmxform textarea:focus {
	background: #cff;
	color: #000;
	list-style: none;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 3px;
	}
	
#fixed_container { /* For the 404, 403 and contact pages */
	width: 950px;
	margin: 0 auto;
	padding: 0;
	}
	
p.special, span.announcement, img.floatright {
	display:none;
	}

#about {
	margin: 5px 0 0 0; 
	float: left;
	clear:both; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	}

#about a {
	color: #C00;
	}
	
#footer {
	float:left;
	clear:both;
	margin-top:15px;
	}

#sidebar fieldset {
	border:0;
	margin:0;
	padding:0;
	}