
/* ====== The following CSS is provided as a visual aid, we will not be editing this bit ===== */
*{
	font-size:100%;
}


body{
	font:75%/140% Arial, Helvetica, sans-serif;
	text-align:center;
	color: #3a3a3a;
	background-color:#999;
	margin: 10px 10px 5px 20px;
	line-height: 1.5em;
}

h1{
	color:#900;
	font-weight: bold;
	background-color:#FFF;
	padding: 1px 1px 1px 4px;
}

h2{
	color:#999;
	font:75%/140% Arial, Helvetica, sans-serif;
	background-color:#FFF;
	padding: 1px 1px 1px 4px;
}

h3{
	color:#900;
	font-weight: bold;
	background: #fff;
	padding: 2px 2px 2px 5px;
	margin: 0px;
}

h4{
	color:#333;
	font-weight: bold;
	height: 30px;
	background: #fff;
	padding: 2px 2px 2px 5px;
	margin: 0px;
}

/* ====== Begin editing below this line =====*/

#wrap{
background:#c6c6c4;
width: 900px;
margin: 0px;
padding: 0px;
text-align:left;
border: 0px;
}

#header{
margin: 0px;
padding: 8px 0px 4px 8px;
background-color: #fff;
height: 45px;
}


#menu{
background-color:#fff;
margin: 0px;
padding: 0px 0px 0px 148px;
height: 25px;
}

#submenu {
height: 30px;
margin: -3px 0px 0px 0px;
padding: 0px 0px 0px 149px;
background-color:#fff;
}


#wrapper2 {
	background-color: #c6c6c4;
	border: 1px solid #fff;
	padding: 10px 0px 0px 0px;
	margin:0px}

#artwork{
width:586px;
float: left;
margin: 0px 0px 0px 12px;
background-color:#E2E2E2;
border: 1px solid #fff;
}

#text{
width:231px;
height: 361px;
float:left;
margin: 0px 11px 0px 10px;
padding: 10px;
background-color: #E2E2E2;
border: 1px solid #fff;
}

#text A:link {
 	COLOR: #900; TEXT-DECORATION: none; font-weight:bold;}
#text A:visited {
	COLOR: #900; TEXT-DECORATION: none; font-weight:bold;}
#text A:hover {
	COLOR: #900; text-decoration:underline; font-weight:bold;}

#subtext{
	padding: 5px;}

#block{
	border: 1px dashed #900;}

#block1{
	border: 1px dashed #000;}

#newsimage {
	display:inline;
	border-right: 1px dashed #900;
	padding: 1px 10px 1px 5px;
	width: 160px;
	height: 160px;
	margin: 0px;
	}

#newsimage2 {
	display:inline;
	border-right: 1px dashed #900;
	padding: 1px 10px 1px 5px;
	width: 160px;
	height: 200px;
	margin: 0px;
	}

#title{
	width: 231px;
	float: left;
	margin: 0px;
	}

#foot{
clear:both;
margin: 0px 0px 5px 0px;
padding: 0px 5px 5px 5px;
font: Arial, Helvetica, sans-serif;
color:#999;
text-align:right;}

#foot A:link {
    COLOR: #900; TEXT-DECORATION: none; font-weight:bold;}
#foot A:visited {
    COLOR: #900; TEXT-DECORATION: none; font-weight:bold;}
#foot A:hover {
    COLOR: #900; text-decoration:underline; font-weight:bold;}

#copyright{
margin: 0px 0px 0px 620px;
padding: 0px;
text-align: left;
font: Arial, Helvetica, sans-serif;
color:#fff;
}
#copyright A:link {
    COLOR: #fff; TEXT-DECORATION: underline;}
