/* CSS Document */

body{
	color: black;
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, "Trebuchet MS", SunSans-Regular, sans-serif;
	line-height: 16px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto;
	background-color: #FFFFFF;
}

#topsection{
	height: 185px; /*Height of top section*/
	background-color: #FFFFFF;
	text-align: center;
}


#contentwrapper{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(layout/images/cca-5f_07.jpg);
	background-repeat: repeat-y;
}

/*CONTENT COLUMN*/
#contentcolumn{
	margin-right: 200px;
}
#contentcolumn a {
	font-weight: bold;
	color: #791A2E;
	text-decoration: underline;
}
#contentcolumn a:hover{
	color: #E6DCC1;
	text-decoration: none;
	background-color: #791A2E;
	text-align: center;
}
#contentcolumn p {
	padding: 0;
	margin-top: 7px;
	margin-right: 50px;
	margin-bottom: 8px;
	margin-left: 50px;
}
#contentcolumn ol {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#contentcolumn ul {
	list-style-type: disc;
	margin-top: 2px;
	margin-right: 40px;
	margin-bottom: 18px;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#contentcolumn  ul ul { margin: 3px 15px 10px 10px; padding: 0 0 0 10px; list-style-type: circle; }
#contentcolumn li {
	margin-bottom: 3px;
}
#contentcolumn h1 {
	color: #74192B;
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 23px;
	letter-spacing: 1px;
	padding: 0;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3B384;
}
#contentcolumn h2 {
	color: #5C1823;
	font-size: 18px;
	font-style: oblique;
	line-height: 22px;
	padding: 0;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 12px;
	margin-left: 35px;
}
#contentcolumn h3 {
	color: #B7996C;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 19px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 6px;
	margin-left: 25px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCAC7B;
	text-align: center;
}
#contentcolumn h4 {
	color: #2F0F14;
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	line-height: 18px;
	padding: 0;
	margin-top: 6px;
	margin-right: 35px;
	margin-bottom: 6px;
	margin-left: 35px;
}

/*RIGHTCOLUMN*/
#rightcolumn {
	float: left;
	width: 200px; /*Width of right column*/
	color: white;
	font-size: 11px;
	line-height: 15px;
	margin-left: -200px;
	background-color: #A98042;
	background-image: url(layout/images/cca-5f_05.jpg);
	background-repeat: repeat-y;
}
#rightcolumn ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#rightcolumn  ul li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 0;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 171px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #684E29;
}
#rightcolumn  ul li a:hover {
	color: #FFFFFF;
	background-color: #661826;
	text-align: center;
}
#rightcolumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #6A1727;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#rightcolumn #sideend {
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin-bottom: 15px;
}


/*FOOTERS*/
#footer{
	clear: left;
	width: 900px;
	height: 250px;
	color: #BD945C;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #791A2E;
	background-image: url(layout/Seats-1b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-size: 11px;
	line-height: 15px;
	background-color: #000000;
}
#footer a {
	color: #E4DBBA;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #511521;
	font-weight: bold;
	text-decoration: none;
}

#footer ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 0px;
	margin: 0px;
}
#footer ul li a {
	color: #CEB08A;
	font-size: 10px;
	font-weight: bold;
	background-color: #511521;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #811C2E;
	border-right-color: #160A0A;
	border-bottom-color: #160A0A;
	border-left-color: #811C2E;
}
#footer ul li a:hover {
	color: #3C111A;
	background-color: #BC9963;
}
#footer  li#end {
	display: inline;
	border-right-width: 0px;
	border-right-style: solid;
}
#footer p {
	margin: 10px;
	padding: 0px;
	}
