/* zoomable web site designed by Darren Gash */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: small/1.5em verdana, helvetica;
	background-color: #fff;
	text-align: center;
}

#container {
	width: 61em;
	margin: 0 auto;
	text-align: left;
	background-color: #Fa4;
}

/* general styling for structural elements*/

h1, h2, h3 {
	margin: 0 2em 0 0;
	padding: 1em 0 0.5em 0;
	font-weight: bold;
}

h1 {
	padding: 1em;
	font-size: 2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #000;
}

h3 {
	font-size: 1.2em;
}

ul {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

p {
	margin:  1em 5em 1em 2em;
}

em {
	font-style:normal;
	font-weight: bold;
	color: #f00;
}

img {
	display: block;
	margin: 2em;
	width: 26em;
	height: 13em;
	border: 0.05em solid black;
}

/*styling for masthead*/

#masthead {
	width: 100%;
	height: 7em;
	background-color: #f00;
}

/*styling for navigation bar and links*/

#navigation {
	background-color: transparent;
	float: left;
	width: 12em;
}

#navigation ul {
	border: 1px dotted black;
	padding: 1em;
	margin: 1em 2em 2em 1em;
}
	
#navigation ul li {
	margin-bottom: 2em;
}

#navigation ul li a {
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: #00f;
	color: white;
}

/* styling for main content area*/

#mainContent {
	background-color: transparent;
	float: left;
	width: 34em;
	padding-left: 2em
}

/*styling for side bar with newsitems*/

#sidebar {
	background-color: transparent;
	float: left;
	/*ie pc fix*/
	clear: right;
	width: 13em;
}

#sidebar p {
	margin: 1em 1em 1em 0;
	font-size: 90%;
}

#sidebar h3 {
	background-color: #c0c;
	color: white;
	margin: 1em 1em 0 0;
	padding: 0.2em 0.2em 0.2em 1em;
	font-size: 100%;
}

/*styling for footer, footer links and copyright notice*/

#footer {
	background-color: #ff0;
	clear: both;
	height: 4em;
	width: 100%;
	padding-top: 1em;
	font-size: smaller;
	text-align: center;
}
