@charset "UTF-8";
@import url("yui-font.css");
@import url("bace.css");
/*
============================================================
*/


body {
	background: url(images/bg.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header {
	background: url(images/header.jpg) no-repeat center top;
}

#footer_wrap {
	clear: both;
	background: url(images/footerBg.jpg) repeat-x center bottom;
	height: 73px;
	width: 100%;
}
.login a:link,
.login a:visited {
	color: #3c2a29;
	text-decoration: none;
}
.login a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.login a:active {
	color: #3c2a29;
	text-decoration: none;
}
#accessBox h3 {
	font-size: 110%;
	font-weight: bold;
	color: #7d1c08;
	margin: 5px 0;
}
.set {
	text-align: center;
	background: #dddddd;
	border: #aaaaaa 3px double;
	padding: 5px;
	font-size: 90%;
}
