body {
	font-size: 80%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
}
h2 {
	font-size: 2em;
	color: #993300;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}
h3 {
	font-family: "Courier New", Courier, mono;
}

hr {
	color: #990000;
}


#content {
	background-color: #FFFFFF;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	position: relative;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	display: block;
	top: 0px;
}

#mainwrapper {
	background-color: #FFFFFF;
	width: 850px;
	float: left;
	display: block;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: -20px top;
	position: relative;
	padding-top: 150px;
	border: 1px solid #000000;
}

#left {
	float: left;
	width: 160px;
	position: relative;
	padding-top: 180px;
	display: block;
}
#left li {
	font-size: 0.9em;
	color: #993300;
	font-weight: bold;
	display: list-item;
	line-height: 1.4em;
	list-style-type: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:20px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #006666;
	text-decoration: none;
}
a:active {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}


#content #mainwrapper #centre img {
	padding-right: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#centre {
	display: block;
	float: left;
	position: relative;
	width: 600px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #990000;
	padding-left: 10px;
}


#art {
	padding: 5px;
	float: left;
	height: 200px;
	width: 200px;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
}

#design {
	padding: 5px;
	float: left;
	height: 200px;
	width: 200px;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#footer {
	background-color: #FFFFFF;
	clear: both;
	width: 850px;
	height: 20px;
	text-align: right;
	font-size: 0.8em;
	color: #990000;
	padding-top: 10px;
	vertical-align: bottom;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #990000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
}
table{
	height: 135px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width: 100%;
}

td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}
#centre img {
	border: 1px dashed #666666;
}
#centre table ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	float: left;
	padding: 20px;
	line-height: 1.6em;
}

