/*
Four Artists Exhibition
*/

body {
	margin: 0;
	padding: 0;
	background: #7a2122 url('../images/body_bg.gif') repeat-x top;
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: white;
	text-align: left;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	color: white;
	text-align: center;
}
p {
	font-size: 1.4em;
	line-height: 1.4em;
}

ul {
	list-style-type: none;
}

a:link, a:visited {
	color: #333;
	background: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #cc99cc;
	text-decoration: underline;
}
span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}

#masthead {
	margin: 0 auto;
	margin-top: 20px;
	height: 70px;
	width: 800px;
	color: #fff;
}
.centred {
	text-align: center;
}

#masthead h1 {
	float: left;
}

#nav {
	float: right;
	margin: 0 10px 0 0;
	padding: 30px 0 0 0;
	font-size: 1.4em;
}

#nav li {
	display: inline;
	margin: 0 0 0 20px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	background: none;
}
#header {
	height: 180px;
	background: url('../images/DivSchool4.jpg') no-repeat;
	border: 10px solid #eee;
}


#wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 700px;
	background: #fff;
	border: 10px solid #5c0505;
	
}
#wrap2 {
	clear: both;
	margin: 0 auto;
	padding: 12px;
	width: 543px;
	background: #fff;
	border: 10px solid #5c0505;
	
}

#wrap3 {
	table-layout: auto;
	clear: both;
	text-align: center;
	margin: 0 auto;
	border: 0;
	padding: 5px;
	width: 1000px;
	background: #fff;
	border: 10px solid #5c0505;
	
}
#wrap4 {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 500px;
	background: #fff;
	border: 10px solid #5c0505;
	
}
/*
The main image is a background image so that we can
overlay the text that used to appear below the header/
*/
#header {
	height: 180px;
	background: url('../images/DivSchool4.jpg') no-repeat;
	border: 10px solid #eee;
}

#header h1 {
	font-size: 2em;
	line-height: 1.2em;
	padding: 20px;
	color: black;
	width: 200px;
	font-weight: normal;
}

#content {
	float: left;
	width: 400px;
	margin: 20px 0 20px 0;
	padding: 10px;
}

#content h2 {
	font-size: 2.4em;
	margin: 0 0 10px 0;
}

#content p {
	margin: 0 0 10px 0;
}

#link-list {
	margin: 20px 0 0 0;
	font-size: 1.4em;
}

#link-list li {
	margin: 0 0 10px 0;
}

#sidebar {
	float: right;
	margin: 20px 0 20px 0;
	padding: 10px;
	width: 250px;
	background: #ffffff;
	border: 5px solid #aaa;
}

#sidebar h2 {
	font-weight: bold;
	color: #7a2122;
	padding: 0 5px 5px 5px;
}

ul#port li {
	margin: 10px 15px 0 35px;
	font-size: medium;
	color: navy;
}

#port ol {
    list-style-type: circle;
	
}

#footer {
	clear: both;
	background: #eee;
	padding: 10px;
	border-top: 2px solid #ddd;
	text-align: center;
	color: #777;
}
