/* Back to Blonde */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0px;
	padding:0px;
}
* {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
ul, li {
	list-style-type:none;
}
h1#left {
	width:50%;
	background:#990000;
	color:#000;
	height:800px;
	float:left;
	padding-top:65px;
	margin:0px;
	text-align:right;
	text-transform:uppercase;
}
ul#globalnav {
	width:49%;
	margin-top:0;
	float:left;
	background:url(images/global_nav_bg.gif) bottom repeat-x;
}
ul#globalnav.home {
	margin-top:175px;
}
#globalnav li {
	float:left;
	margin-top:66px;
	padding:14px 30px;
	list-style:none;
}
#globalnav li.on {
	background:url(images/pinkrepeat.gif);
}
#globalnav li#alex {
	float:left;
	padding:0; margin:0;
}
ul#subnav {
	float:left;
	background:url(images/subnav_bg.gif) bottom repeat-x;
}
ul#subnav li {
	float:left;
	padding:2px 7px;
}
ul#subnav li.on {
	background:url(images/pinkrepeat.gif);
}
ul#subnav li a { 
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
ul#subnav li.on a{
	color:#990000;
}
ul#subnav li a:hover { 
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
}
/*records*/
#content {
	float:left;
	padding:15px 5px 0 75px;
}
#content p {
	margin:20px 0;
	width:250px;
}
#content h1 {
	display:block;
	font-size:110%;
	width:250px;
}
#content h2 {
	font-size:90%;
	margin-top:20px;
	width:250px;
}
#content h2#recordname {
	clear:both;
}
#content h3 {
	font-size:80%;
	margin:20px 0 -20px 0;
	width:250px;
}
#content img {
	border:1px solid #999999;
	padding:1px;
	float:left;
	margin:3px;
}
a {
	color:#990000;
}
div#photos {
	width:300px;
}
