/***************/
/**** TAGS *****/
/***************/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #161616;
	color: #E5E5E5;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #C5B8C1;
}

a:hover {
	color: #fff;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
	color: #A688A0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/***************/
/***** IDS *****/
/***************/
div#wrapper {
	width: 100%;
	margin: 0px 0px auto auto;
	float: right;
	background: url(images/bg_body.jpg) no-repeat top right;
}

div#topmenu {
	width: 100%;
	height: 50px;
	float: right;
	text-align: right;
	background: url(images/bg_opaque_purple.png) repeat;
}

div#topmenu ul {
	margin: 30px 20px 0px 0px;
	float: right;
	list-style: none;
}

div#topmenu ul li {
	margin-left: 30px;
	display: inline;
	text-transform: lowercase;
}

div#navmenu {
	width: 100%;
	height: 150px;
	float: right;
}

div#navmenu ul {
	margin: 0px 5px 0px 0px;
	float: right;
	list-style: none;
}

div#navmenu ul li {
	width: 140px;
	height: 150px;
	margin-left: 10px;
	float: left;
	display: inline;
	text-transform: lowercase;
	font-style: italic;
}

div#navmenu ul li a {
	width: 100%;
	height: 18px;
	padding: 127px 5px 0px 0px;
	display: block;
	text-align: right;
	background: url(images/bg_opaque_grey.png) repeat;
}

div#navmenu ul li a.alternate {
	background: url(images/bg_opaque_darkgrey.png) repeat;
}

div#content {
	width: 680px;
	min-height: 300px;
	height: 100%;
	float: right;
	margin: 60px 70px 75px 0px;
}

div#content a {
	border-bottom: 1px dotted #C5B8C1;
}

div#footer {
	width: 100%;
	height: 40px;
	padding: 10px 0px 0px 0px;
	float: right;
	text-align: right;
	background: url(images/bg_opaque_purple.png) repeat;
}

table#schedule td {
	border-bottom: 1px dotted #CCCCCC;
}

/***************/
/*** CLASSES ***/
/***************/
.center{
	text-align:center;
}
.pad10{
	margin-right:10px;
	margin-bottom:10px;
}
.nounderline{
	border-bottom:none !important;
}

.credits {
	font-size: 11px;
	color: #999999;
}
form.formfloat label{
	float:left;
	display:block;
	width:205px;
	padding-right:3px;
	text-align:right;
}
form.formfloat input, form.formfloat select, form.formfloat textarea{
	float:left;
	margin: 0px 6px 6px 0px;
}

form.formfloat textarea {
	width: 400px;
	height: 190px;
}
form.formfloat br{
	clear:both;
}
