/* body text alignment, colours, font and font size, padding, and margins */
body {
	text-align: center;
	background:#663366;
	margin: 0px auto;
	padding: 0px;
}



/* width and float of layout divs */
#container {
	margin: 0px auto;
	width: 621px;
	text-align: left;
}

#image {
	float: left;
	width: 621px;
}

#container {
	margin: 0px auto;
	width: 621px;
}

#content {
	float: right;
	width: 617px;
}

#navigation {
	margin: 0px auto;
	width: 617px;
	text-align: center;
}



/* link colors */

a:link {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a:visited {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:active {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}



/* navigation div link styles */
#navigation a:link
{	padding: 5px;
	width: 50px;
	border-left: 0px #000000;
	background:#330033;
	color: #ffffff;
	text-decoration: none;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

#navigation a:visited
{	padding: 5px;
	width: 50px;
	border-left: 0px #000000;
	background:#330033;
	color: #ffffff;
	text-decoration: none;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}



/* div colors and font styles*/

div#content {
	background: #d8bfd8; 
	border: 0px solid #696969; 
	padding: 2px;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #663366;
} 

div#container {
	background: #d8bfd8; 
	border: 0px solid #fff8dc; 
	padding: 0px;
} 

div#navigation {
	background: #d8bfd8; 
	padding: 0px;
} 

div#footer { 
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #d8bfd8;
	padding: 2px;
}



/* heading styles */

h1 {
	font-family: georgia, times new roman, verdana, lucida grande, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	border: 0px solid #ffffff;
	padding: 0px;
}

h2 {
	font-family: georgia, times new roman, verdana, lucida grande, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	border: 0px solid #ffffff;
	padding: 2px;
}