body {
	margin:0px;
	text-align:center;
	background-color:#000000;
}
#main_page {
	text-align:left;
	margin:0px auto;
	width:770px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
a:link, a:active, a:visited {
	color:#FDD6FE;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#flash_area {
	width:770px;
	height:300px;
}
#content_area {
	float: left;
	width: 770px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
}
#navigation_column {
	width:110px;
	float:left;
	margin-left: 25px;
	margin-top: 0px;
	}
#column_wide {
	width:770px;
	float:right;
	border-bottom:#333333 1px solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#column_one {
	width:390px;
	float: left;
	padding: 0px 25px 0px 20px;
}
#column_two {
	width:170px;
	float:right;
	padding-right: 20px;
	padding-left: 10px;
	}
.buttons {
	width:110px;
	height:25px;
	padding-bottom:3px;
	display:block;
	}
#footer {
	width:735px;
	border-top:1px solid #FFFFFF;
	font-size:9px;
	color: #996699;
	text-align: left;
	padding: 10px 10px 20px 25px;
	float: left;
	margin-top: 30px;
	}
#footer a:link, #footer a:active, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover {
	color:#FDD6FE;
	text-decoration:underline;
	}
	
#clear {
	clear:both;
	}
#nav {
	width:110px;
}
#nav a:link, #nava a:active, #nav a:visited {
	display:block;
	width:105px;
	height:16px;
	border-bottom:1px solid #FDD6FE;
	color:#FFFFFF;
	font-size:9px;
	text-decoration:none;
	padding:5px 0px 5px 5px;
	}
#nav a:hover {
	background-color:#FDD6FE;
	color: #3A133A;
}
.highlightcolor {
	color:#FDD6FE;
	font-weight:bold;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
	color:#FDD6FE;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:12px;
	color:#FDD6FE;
}
h5 {
	font-size:10px;
	}
h6 {
	font-size:8px;
	}
.floatleft {
	float:left;
	margin:5px 5px 5px 0px;
	}
.floatright {
	float:right;
	margin:5px 0px 5px 10px;
	}
tr.workshop, td.workshop {
	border-bottom:1px solid #FFFFFF;
	}