@charset "UTF-8";
/* CSS Document */

body {
	background-color: #b4d7d3;
	background-image: url(../images/layout/stripe.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
}
h1 {
	background-image: url(../images/layout/cuban_carousel.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 880px;
	margin: 0px auto;
	padding: 0px;
	text-indent: -9999px;
}
h2 {
	background-image: url(../images/layout/international_cuban_dance_show.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0px;
	height: 63px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	position: absolute;
	left: 80px;
	top: 153px;
	margin: 0px;
	padding: 0px;
	width: 550px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	height: 37px;
	width: 82px;
	line-height: 12px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
li.orange_button {
	background-image: url(../images/layout/orange_button.gif);
}
li.blue_button {
	background-image: url(../images/layout/blue_button.gif);
}
#nav a:link, #nav a:visited {
	color: #003916;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}
#nav a:hover, #nav a:active {
	color: #ED5923;
	text-decoration: underline;
}
.one_line {
	line-height: 22px;
}
#centre {
	background-image: url(../images/layout/greydis.jpg);
	width: 1000px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
	height: 486px;
	padding-top: 22px;
}
#box {
	background-image: url(../images/layout/box_edge.gif);
	background-repeat: no-repeat;
	height: 404px;
	margin-left: 60px;
}
#content {
	background-image: url(../images/layout/box_bg.gif);
	background-repeat: repeat-y;
	width: 537px;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #44817b;
	border-bottom-color: #44817b;
	margin-left: 12px;
	height: 380px;
	overflow: auto;
}
#content h3 {
	font-size: 20px;
	margin: 10px 0px 0px;
	padding: 5px 5px 9px 20px;
	font-weight: normal;
	background-color: #FFE76D;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #44817B;
	border-bottom-color: #44817B;
}
#content h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 20px;
	padding: 0px;
}
#content  p {
	margin: 8px 20px;
	padding: 0px;
	line-height: 17px;
	text-align: justify;
}
#content a:link, #content a:visited {
	font-weight: bold;
	color: #ED5923;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #003916;
	text-decoration: underline;
}
#content hr {
	color: #44817B;
	height: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #44817B;
}
#content dl {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px;
}
#content dt {
	font-size: 16px;
	margin-top: 5px;
}
#content dd {
	margin-bottom: 13px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 3px;
}
img.rightfloat {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #44817B;
}
#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
	width: 550px;
	padding-bottom: 20px;
}
#footer a:link, #footer a:visited {
	color: #44817B;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	color: #ED5923;
	text-decoration: underline;
}
.rightalign {
	float: right;
}
.clear {
	clear: both;
}
.chorus {
	background-color: #B4D7D3;
	padding: 5px;
	text-align: center;
	border: 1px solid #44817B;
	margin: 5px 0px 5px 30px;
	font-size: 12px;
	float: left;
}
.chorusR {
	background-color: #B4D7D3;
	padding: 5px;
	text-align: center;
	border: 1px solid #44817B;
	margin: 5px 30px 5px 0px;
	font-size: 12px;
	float: right;
}
.chorus img, .chorusR img {
	border: 1px solid #44817B;
	margin-bottom: 5px;
}
.orange {
	color: #ED5923;
}
