body {
	margin: 0;
	background-color: #9e948a;
	border: 0px solid blue;
	background: url('../images/back.png');
}

#wrapper {
	position: relative;
	width: 761px;
	border: 0px solid green;
	background: #e0cfa6;
}

p, ul, li, div, td {
	font-family: "MS Sans-serif", Trebuchet MS, Arial;
	color: #663300;
	font-size: 12px;
	line-height: 12px;
}

h1 {
	color: #330000;
	font-size: 22px;
	line-height: normal;
}

h2 {
	color: #333;
	font-size: 19px;
	line-height: normal;
}

h3 {
	color: #000;
	font-size: 16px;
	line-height: normal;
}

a {
	color: #333333;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#header {
	height: 115px;
	border-bottom: 3px solid #000;
	background: url('../images/header.png');
}


#content table {
	height: 100%;
}

#home-art {
	position: absolute;
	background: url('../images/home-back.png');
	width: 463px;
	height: 617px;
	left: 10px;
	top: 140px;
	z-index: 1;
}

.cms {
	z-index: 2;
	position: absolute;
}
#footer {
	height: 50px;
	background-repeat: repeat-y;
}

#copy {
	margin-left: 40px;
	font-size: 12px;
}

#author {
	text-align: center;
	padding-bottom: 10px;
	color: #000;
	font-size: 10px;
}

.author-link a { 
	color: #333;
	text-decoration: underline;
	font-size: 10px;
}

.author-nolink a { 
	color: #000; 
	text-decoration: none; 
	font-size: 10px;
}

.caption { 
	color: #333; 
	font-size: 11px;
}

.schedule {
	width: 95%;
}

.schedule td {
	border: 1px solid #ffffff;
	vertical-align: top;
}

.schedule td p {
	display: inline;
	margin: 0;
	padding: 0;
}

.right {
	float: right;
}
