body
{
	margin:0;
	margin-top:4px;
	color: #690;
	font-size:small;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color:#000;
	background-image:url('../images/backgrounds/background.gif');
	background-repeat:repeat-x;
	background-attachment:scroll;
	text-align:center;
}
.errors div {
	font-weight:bold;
	color:#ff0000;
}
.errors {
	margin-bottom:10px;
}
a:link {
	color:#690;
	text-decoration:underline;
}
a:visited {
	color:#690;
	text-decoration:underline;
}
a:hover {
	color:#350;
	text-decoration:underline;
}
a:active {
	color: #963
}

#wrapper {
	text-align:left;
	position:relative;
	width:780px;
	margin-right:auto;
	margin-left:auto;
}

.title {
	font-family:inherit;
	font-size:large;
	font-weight:bold;
	text-align:center;
}

/*	scollbar style	*/
.scrollbar
{
/*	filter:chroma(color=#E5D7AB);*/
	scrollbar-3dlight-color:#E5D7AB;
	scrollbar-highlight-color:#000000;
	scrollbar-face-color:#E5D7AB;
	scrollbar-arrow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#E5D7AB;
	scrollbar-track-color:#E5D7AB;
}

/*	footer copyright	*/
#footer_txt
{
	color:#690;
	font-size:10px;
	font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
	margin-top:4px;
	text-align:center;
}
#footer_txt a:link
{
	color:#690;
	text-decoration:underline;
}
#footer_txt a:visited
{
	color:#690;
	text-decoration:underline;
}
#footer_txt a:hover
{
	color:#cf3;
	text-decoration:underline;
}
#footer_txt a:active
{
	color: #963;
}