* {	margin:				0; 
	padding:			0;}

body	{
	font-family:		Georgia, verdana, Arial, Helvetica, sans-serif;
	font-color:			#000000;
	background:			#ffff99; 
	}

h1, h2, h3, h4, h5 
	{ 
	color: 				#9900cc; 
	}

p {
	padding:			10px;}

div#content-l {
	background-color:	#FFFFFF;			
	background:			url(column-left.gif) repeat-y top left;
	position:			relative;}

div#content-r {
	background-color:	#FFFFFF;
	background:			url(column-right.gif) repeat-y top right;
	position:			relative;}
		
div#head {
	text-align:			center;
	background:			#990099;
	color:				#ffff99;
	font:				larger;
	}

div#menu {
	text-align:			center;
	background:			#996633;
	color:				#ffff99;
	height:				100px;
	vertical-align:		text-top;
	}

div#left-side {
	width:				10px; 
	background:			#7FFFD4;
	position:			absolute;
	top:				0px; 
	left:				0px; 
	overflow:			hidden;}

div#center {
	margin:				0 10px 0 10px; 
	background:			#d3d3d3;}

div#right-side {
	width:				10px;
	background:			#7FFFD4;
	position:			absolute;
	top:				0px; 
	right:				0px; 
	overflow:			hidden;}

div#foot {
	clear:				both;
	text-align:			center;
	background:			#990099;}
.title
	{
	font-size:			0.75em;
	font-weight:		bold;
	margin-left: 		15px;
	}
	
.bio
	{
	margin-left: 		30px;
	}

.clearfix:after {
	content:			"."; 
	display:			block; 
	height:				0; 
	clear:				both; 
	visibility:			hidden;}

.clearfix {
	display: 			inline-block;}   

.clearfix {
	display: 			block;}

div#body {
	min-width:			950px; 
	margin:				10px;
	text-align:			left;
	background:			#CCCCFF;}