body {
	margin:10px;
	padding:0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
	}

#header, #menu, #pullquote {
	border-right:2px solid #bcd;
	border-bottom:2px solid #bcd;
	background: #fff url(/img/corner.gif) no-repeat bottom right; 
	}
	
#header {
	margin:10px;
	}

#header h1 {
	font-size:1.6em;
	letter-spacing:-2px;
	font-weight:bold;
	margin-bottom:0px;
	}

#header p {
	margin:0px 0px 5px 0px;
	font-size:.9em;
	font-style:italic;
	}

#menu {
	position:absolute;
	top:65px;
	left:10px;
	width:150px;
	padding:10px;
	line-height:17px;
	background-color: #fff;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:140px;}

#menu li {
	display:block;
	padding-bottom:5px;
	position:relative;
	float:left;
	width:140px;
	z-index:10;
}

#menu a {
	font-size:1.2em;
	font-weight:bold;
}

#content {
	margin:10px;
	padding-left:180px;
	background-color: #fff;
	}
	
#content h2 {
	font-size:1.2em;
	border-bottom:1px solid #bcd;
}


#pullquote {
	float:right;
	width:200px;
	padding:10px;
	font-size: .8em;
	background-color:#ded;
	}

#footer {
	text-align:right;
	border-top:2px solid #bcd;
	padding-left:180px;
	font-size:.75em;
	}

#footer, #footer p {
	margin:0px;
}

/*typography*/
a {
	font-weight: bold;
	color: #687;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration:none;
	border-bottom:1px #798 dashed;
	}

.formLabel {
	display:block;
	float:left;
	width:150px;
	background:transparent;
}

#rcontrollogo {
	position:absolute;
	top:340px;
	left:10px;
	}

