* {
	margin: 0;
	padding: 0;

}

body {
	background: url(images/dots.gif) #E3E3E3;
	color: #000;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

html { height: 100%; margin-bottom: 1px; }

#container {
	width: 790px;
	margin: 0px auto;
	border: 1px solid black;
	background: #E3E3E3;
	text-align: left;
}

#content {
	margin-left: 210px;
	padding: 30px 30px 20px 30px;
	border-top: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	background: White;
}
 
#header {
	margin: 10px;
	border: 1px solid #444;
	background: url(images/logo-header1.jpg) #E3E3E3 no-repeat center;
	height: 150px;
}

#header h2 {
	margin: 50px 0 0 0;
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	width: 200px;
	text-align: center;
}

#leftcol {
	float: left;
	width: 180px;
	padding: 20px 10px 0px 20px;
	text-align: justify;
}

#footer {
	padding-left: 210px;
	background: #E3E3E3;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: .9em;
}

.fltrt {
	float: right;
	margin: 5px 0 5px 20px;
}

.fltlft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.center { text-align: center; }

h1, h2, p {
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.4em;
}

h1 {
	font-size: 1.8em;
	color: #C2171F;
	border-bottom: 1px solid #C2171F;
}

h2 {
	font-size: 1.4em;
	color: #167975;
}

h3 {
font-size: 1.2em;
	font-weight: bold;
	color: black;
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 1px solid #8E8E8E;
	margin-top: 10px;
	background: #E3E3E3;
	padding: 2px;
}

h4 {
	font-size: 1em;
	color: black;
	margin-bottom: 5px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: left;
}

#navcontainer li {
	margin: 0 0 2px 0;
}

#navcontainer a {
	padding: 4px 2px 4px 24px;
	border: 1px solid #444;
	width: 142px;
	display: block;
	background: url(images/li_down.jpg) #FFF;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover, #active a:link, #active a:visited, #active a:hover {
	border: 1px solid #444;
	color: #FFF;
	background: url(images/li_over.jpg) #E60000;
}

#content ul {
	margin-left: 1em;
}

#content ul li {
	margin: 1em;
	list-style: url(images/bullet.gif);
}

p a:link, p a:visited, li a:link, li a:visited, table a:link, table a:visited {

	color: #9E0B0F;
	font-weight: bold;
	text-decoration: none;
}

p a:hover, li a:hover {
	border-bottom: 1px solid #9E0B0F;
	color: #9E0B0F;
}

a img, a:visited img, a:hover img {
	border: none;
	text-decoration: none;
}

#tate {
	width: 180px;
	border: 1px solid #444;
	float: right;
	background: url(images/tate_modernb.jpg);
	height: 227px;
}

#tate:hover {
	width: 180px;
	border: 1px solid #444;
	float: right;
	background: url(images/tate_modern.jpg);
	height: 227px;
}

.imgborder {
	padding: 4px;
	border: 1px solid gray;
}

.imgborder2 {
	border: 1px solid gray;
}

.imgmargin {
	margin-top: 10px;
}

.left{
	text-align: left;
	padding-left: 5px;
	color: black;
}

.justify {
	text-align: justify;
}
