/* Vertical Scroll bar fix - always displays */
html { 
min-height: 101%; 
margin-bottom: 1px;
height:100%;

margin: 0 auto;
padding-top:0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#DCDCDC;
	
	min-height: 100%; 
	height:100%;
	margin:0 auto;
	padding:0 auto;
	padding-bottom:5px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* Fonts */

h1 {
	color:#666666;
	font-weight:200;
	letter-spacing:-2px;
	margin:0px;
	padding-top:15px;
	}
	
h2 {
	color:#666666;
	font-weight:300;
	font-size:18px;
	}
	
	.subtitle {
	font-style:normal;
	font-weight:100;
	font-size:14px;
	}

	.exhibition_title {
	font-style:italic;
		}

h3 {
	color:#666666;
	font-weight:300;
	font-size:16px;
	}	

		.year {
		font-style:normal;
		font-size:11px;
		}
		
h4 {
	color:#666666;
	font-weight:300;
	font-size:14px;
	}	

h5 {
	color:#666666;
	font-weight:300;
	font-size:12px;
	}	


p	{
	color:#333333;
	font-size:12px;
	line-height:22px;
	text-align:left;
	text-align:justify;
	}

		.small
		{
		font-style:normal;
		font-size:10px;	
		}
		
		.extra_line_height
		{
		line-height:45px;
		}
	
	
td	{
	color:#333333;
	font-size:12px;
	text-align:left;
	}
	
	.tabletitle {
		font-weight:600;
		}
	
	
/* Hyperlinks */
	
a	{
	color:#990033;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color:#CC0033;
	text-decoration:underline;
}

p a {
color:#666666;
font-weight:100;
text-decoration:none;
border-bottom: 1px dotted;
}

p a:hover {
font-weight:100;
text-decoration:none;
border-bottom: 0px;
}


/* Container */

#wrapper {
width:985px;
margin:auto;
text-align:left;

min-height: 100%;

background-color:#FFFFFF;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
background-position: -50px 0px;
background-attachment:inherit;
}

/* Web Page Header - Fred Langford Edwards */
	
	.web-header {
	margin-left:280px;
	}


/* Content area */

#maincontent {
position:relative;
width:600px; 	
padding: 0 0 10px 0px;
margin:auto; 
margin-left:280px;
float:none;
}
	
	
/* Embedded Images - in p */

.embed_image_right{
margin: 5px 0 5px 12px;
}

.embed_image_left{
margin: 6px 12px 0 0;
}


/* Gallery Table */

.gallery td{
padding-top:15px;
}

.thumb {
border:0;
}

/* Main Navigation  */

#nav {
width:700px;
}

#nav li {
display:inline;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
padding-right: 28px;
font-size:14px;
float:none;
}

#nav ul {
margin-left:0px;
padding-left: 0px;
list-style-type:none;
}

/* Left Margin */

#left-margin {
	position:relative;
	float:left;
	clear:both;
	padding:0 0 0 10px;
	left:8px;
	top:250px;
	width: 200px;
}

		#left-margin p{
		margin:0 0 0 0px;
		padding:0 0 0 0px;
		}

		#left-margin ul {
		margin:0 0 0 0px;
		list-style-type:none;
		padding-left:0px;
		line-height:18px;
		font-size:11px;
		font-weight:200;
		}
		
		#left-margin a{
		color:#990033;
		font-weight:200;
		}
		
		#left-margin a:hover{
		text-decoration:none;
		border-bottom: 1px dotted;
		}


/* Footer */

#footer {
font-size:9px;
color:#666666;
float:none;
}


#footer hr {
border: 0;
color:#990033;
background-color:#990033;
height:1px;
text-align:left;
}
