@charset "utf-8";
#dashboard {
	background-repeat: repeat-x;
	text-align: center;
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../images/star.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background-position: left bottom;
	background-attachment: fixed;
}
#header {
	background-image: url(../images/pback.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 130px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#content {
	text-align: center;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#left_column {
	float: left;
	height: auto;
	width: 180px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8B629E;
	border-right-color: #8B629E;
	border-bottom-color: #8B629E;
	border-left-color: #8B629E;
}
#Right_column {
	float: right;
	text-align: left;
	height: auto;
	width: 180px;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8B629E;
	border-right-color: #8B629E;
	border-bottom-color: #8B629E;
	border-left-color: #8B629E;
	text-indent: 2px;
}
#centre_column {
	float: right;
	height: auto;
	width: 526px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
}
.pagetitle {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #8B629E;
	text-indent: 2px;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clear {
	clear: both;
}
#footer {
	background-position: center;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: auto;
}
a:focus { -moz-outline-style: none; }
a { outline: 0; }

