@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);  <body style="background-attachment:fixed;">;
	background-color:#000;
	color:#FFF;
	margin:0px;
}
.clear {
	clear:both;
}
img {
	border:none;
}
a:link {
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color:#FFF;
}

#bar {
	background-image:url(images/menu.png);
	background-repeat:repeat-x;
	width:100%;
	height:38px;
}
.menu {
padding-right:20px;
float:left;
font-size:1em;
}
#menu-left {
	margin:0;
	padding-top:5px;
	padding-left:20px;
	float:left;
}
#menu-right {
	padding-top:5px;
	padding-right:10px;
	float:right;
}
#content {
	font-size:.9em;
	background-image:url(images/shade-content.png);
	width:945px;
	margin:auto;
	text-align:center;
	margin-top:30px;
	min-height:500px;
	margin-bottom:20px;
	padding-bottom:20px;
}
#photo img {
	margin:5px;
}
#photo p {
	text-align:left;
	margin-left:10px;
}
#bio {
	font-size:.9em;
	width:850px;
	margin:auto;
	text-align:left;
}
#bio img {
	float:left;
}
