body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #995533;
	background-color: #811919;
	cursor: default;
}

html > body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link 		{ text-decoration: none; color: #9A9E50; background: none; }	
a:visited	{ text-decoration: none; color: #9A9E50; background: none; }
a:active 	{ text-decoration: none; color: #9A9E50; background: none; }
a:hover 	{ text-decoration: underline; color: #9A9E50; background: none; }

img {
	border: 0;
}

acronym, abbr {
	border-bottom: 1px dotted #FF9900;
	cursor: help;
}

div.container {
	position: relative;
	padding: 0;
	margin: 0;
	width: 753px;
	text-align: left;
	background-color: #811919;
}

div#top {
	width: 753px;
	height: 166px;
	background-color: #5E2728;
}

div#content-body {
	width: 671px;
	height: 411px;
	padding-right: 59px;
	background: #FEDCBA url(/themes/default/assets/body_rgt_bg.gif) no-repeat right;
}

div.container > div#content-body {
	width: 746px;
	height: 396px;
	padding-right: 0;
	background-color: #FEDCBA;
}

div#content-right {
	float: right;
	width: 485px;
	height: 391px;
	margin-top: 20px;
	overflow:hidden;
	background: #FEDCBA url(/themes/default/assets/dance_bg.gif) no-repeat bottom left;
}

div#content-body > div#content-right {
	width: 473px;
	height: 375px;
	margin-right: 59px;
	padding-left: 10px;
}
/*
div#content-right p {
	text-align:justify;
}

div#content-right table {
	font-size: 11px;
}
*/
div#content-left {
	float: left;
	width: 192px;
	height: 390px;
	margin: 0;
	font-size: 90%;
	padding: 5px 10px 16px 0;
	background: #5E2728 url(/themes/default/assets/rgt_bar_bg.gif) right no-repeat;
}

div#content-body > div#content-left {
	width:193px;
	height: 390px;
	padding: 0 10px 6px 0;
}

div#copyright {
	clear:both;
	width:753px;
	height: 22px;
	background: #000000 url(/themes/default/assets/copyright_bg.gif) no-repeat right;
	overflow:hidden;
}

div#copyright p {
	font-size: 9px;
	color: #FFF;
	margin: 5px 0px 0px 260px;
}

div#quicklinks {
	float: left;
	width: 187px;
	height: 104px;
	padding-top: 40px;
}

div#menu {
	margin: 25px 0 0 25px;
}

div#header {
	float:right;
	width: 566px;
}

iframe#contentFrame {
	width: 485px;
	height: 390px;
}

div#content-right > iframe#contentFrame {
	width: 473px;
	height: 375px;
}