body
{
	background-image: url('images/bg.gif');
	background-repeat: repeat;
}

p 
{ 
	font-family: Arial, sans serif; 
	font-size: 10pt;
	color: #000000;
}
a:link, a:visited { color: #743f74; text-decoration: none; }
a:active, a:hover { text-decoration: underline; }

#container
{
	width: 809px;
	background: none;
	margin: 0 auto;}

#main
{
	background-image: url('images/notebookpaper.png');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	padding: 30px;
	padding-left: 130px;
	padding-bottom: 5px;
	min-height: 98%;
}

#footer
{
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	bottom: 0px;
}

.bio { float:left; margin: 10px; border: 2px solid #6d336d; }

a.gallery img 
{
	filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
	border: solid 2px #6d336d;
}

a.gallery:hover img 
{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	border: solid 2px #6d336d;
}