body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, sans;
	font-size: 12px;
	text-align: center;
	background-color: #a47245;
	//background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

div#main {
	width: 1024px;
	text-align: left;
}

div#head {
	margin-top:20px;
	background-color: #f7fecc;
	background-image: url('images/grad.png');
	background-repeat: repeat-x;
	border: 1px solid #a47245;
}

div#head h1 {
	color: #a47245;
	font-size: 60px;
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 10px;
}

div#head h3 {
	color:;
}

div#head h3 {
	margin-left: 100px;
}

div#breadcrumb {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 1023px;
	border-left: 1px solid #a47245;
}

div#head ul li {
	background-image: url('images/bc.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0px 3px 10px;
	margin: .4em 0;
	margin-right: 10px;
	display: inline;
}

div#body {
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #a47245;
	background-image: url('images/grad.png');
	background-repeat: repeat-x;
	background-color: #f7fecc;
	
}

div#left {
	width: 150px;
	display: inline;
	float:left;
	//border-right: 1px solid #a47245;
	padding-left: 10px;
}

div#left form input {
	width: 125px;
}

div#center {
	display: inline;
	float: left;
	width: 710px;
}

div#center form input.noborder {
	border: none;
}

div#center form input {
	border: 1px solid #000;
	background-color: #FFF;
}

div#right {
	display: inline;
	//border-left: 1px solid #a47245;
	width: 150px;
	float: right;
}
div#footer {
	width: 1024px;
	float:left;
}

li.bchome {
	color: #a47245;
}

table#userlist th {
	padding: 5px;
}

table#userlist td {
	text-align:center;
}

table#cal td{
	border: 1px solid #000;
	width: 150px;
}

/*
div.shadow {
	width: 76px;
	height: 22px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
*/
.tip {
	color: #666;
	font-size: 10px;
	font-style: italic;
}

.success {
	color: #0cec01;
}
a.bchome {
	color: #a47245;
	
}
.del {
	font-size: 9px;
	color: #999;
	text-decoration: none;
}

.inline {
	display: inline;
}

.small {
	font-size: 11px;
}

.copy {
	font-size: 9px;
}