/* General Page controls */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:   url("sitepics/layout%20images/bgndfade20050907.jpg");
}

/* Standard Link controls */
a:link {
color:#990000;
text-decoration:none;
}

ul a:link, a:visited {
	color:#333333;
	text-decoration:none;
	}

ul a:hover {
	color:#FFF;
	}

/* Navigation */
#main_nav {
	margin:0;
	padding:10px;
	background-image:  url("sitepics/layout%20images/navbg2.jpg");
	background-repeat:repeat-x;
	background-position:center center;
}

.main_nav_ul {
	list-style:none;
	margin:0px;
	padding:0px;
		}

.main_nav_li {
	display:inline;
	margin:0 20px 0 0px;
	font-size:14px;
	color:#333333;
	font-weight:bold;	
	}
.main_nav_li a:visited {
	color:#333333;
	}
.main_nav_li a:hover {
	color:#FFFFFF;
	}

.nav_current {
	display:inline;
	margin:0 20px 0 0px;
	font-size:14px;
	color:#990000;
	font-weight:bold;	
}

.nav_current a:link, a:visited {
	color:#990000;
	}

/* Sub Navigation */
#sub-nav a:link {
	color:#FFFFFF;
	}
	
#sub-nav a:visited {
	color:#FFFFFF;
	}
	#sub-nav {
	margin:0 0  0;
	padding:0px;
	border-bottom:1px solid #000;
	background-color:#333125;
}

#sub_nav_ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
#sub_nav_ul a:hover {
	color:#990000;
	}

#sub_nav_li{
	display:inline;
	margin:0px;
	font-size:14px;
	color:#333333;
	font-weight:500;
	color:#FFF;
	border-right:1px solid #FFF;
	padding:0 10px 0 10px;
		}
	
#sub_nav_current {
	display:inline;
	margin:0px;
	font-size:14px;
	color:#333333;
	font-weight:500;
	color:#FFF;
	border-right:1px solid #FFF;
	padding:0px 10px 0 10px;
	background-color:#990000;
	
}

#sub_nav_current a:hover {
	color:#000;
	}

	
/* Layout  */

/* This centres the page and creates the text background */
#container {
	margin:10px auto 10px auto;
	padding:0px;
	width:800px;
	border:1px solid #000;
	background-color:#FFFFFF;
	}

/* The header bar */	
#picture_bar {
	margin:0px;
	padding:0px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#CCCCCC;
}

/* This is the herts logo on the far left of the screen */
#hertslogo {
	background-image:   url("sitepics/layout%20images/hertslogo.gif");
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width:60px;
	height:400px;
	margin-bottom:10px;
	padding:10px;
	}

/* In a two column setup this is the column next to the Herts logo */
#column_1{
	float:left;
	width:324px;
	margin-bottom:10px;
	/*padding:10px;*/
	}

/* In a two column setup, this is the column on the far right */
#column_2 {
	float:right;
	width:324px;
	margin-bottom:10px;
	margin-right:20px;
	/*padding:10px;*/
	}
	
/* Use this if you only want a single column of text on your page */
#single_column {
	margin-top:10px;
	margin-left:100px;
	width:650px;
	background-color:#FFF;
	padding:10px 0 10px 0;
	font: bold 14px/150% arial;
	}
	
#footer {
	clear:both;
	padding:10px;
	border-top:1px solid #000;
	background-color:#CCC;
	background-image:   url("sitepics/layout%20images/navbg2.jpg");
	background-repeat:repeat-x;
	background-position:center center;
	font: bold 14px arial;
	color:#333333;
	}

	
/* Used on the recordings page to position CD covers */	
.image_float {
	float:left;
	padding: 0 10px 0 0;
	}
	
.spacer {
	clear:both
	}
	
/* Text controls */
h2 {
	font:bold arial;
	color:#000;
	}
	
h3 {
	margin-top:10px;
	font:bold 14px arial;
	color:#333333;
	text-align:left;
	}
p {
	line-height:150%;
	font-size:12px;
	font-weight:500;
	color:#666666;
	}
p strong, b {
	color:#333333;
	}


/* Use this in your HTML to draw a pretty box around the quotation */
blockquote {
	margin:10px;
	font:bold 12px/100% arial;
	color:#333333;
	padding:10px;
	border:1px solid #666666;
	background-color:#EBEBEB;
	}
	
blockquote p {
	color:#33333;
	font:bold 12px/100% arial;
	}
	
		

