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

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container	{
	width: 861px;
	margin: -10px auto;
	background-color: #cbc469;
	line-height: 130%;
}

#front_container	{
	width: 862px;
	margin: -10px auto;
	background-color: #cbc469;
	line-height: 130%;
}

/*frontpage tags */

#front_top	{
	width: 860px;
	background-color: #cbc469;
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#front_top h1 {
	
}

#front_top span {
	position: absolute;
	margin-top: -5px;
	width: 862px;
	height: 156px;
	background-image: url(../img/title.jpg);
}

#front_middle {
	padding-top: 84px;
}

#front_menu_left {
	position: relative;
	float: left;
	height: 624px;
	width: 307px;
}

#front_menu_left ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

#front_menu_left li {
	margin-bottom: -5px;
}

#front_centre {
	position: relative;
	float: left;
	height: 624px;
	width: 246px;
}

#front_menu_right {
	position: relative;
	float: left;
	height: 624px;
	width: 308px;
}

#front_menu_right ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

#front_menu_right li {
	margin-bottom: -5px;
}


/* header tags */

#middle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aa0000;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


/* mainpage tags */

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

a:hover {
	color: black;
	border-bottom: black thin dashed;
}

#main_menu a:hover {
	border-bottom: none;
}

#main_top {
	position:relative;
	width: 860px;
	background-color: #cbc469;
	background-image: url(../img/main_top.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#main_top h1 {
}

#main_top span {
	position: absolute;
	margin-top: -5px;
	width: 861px;
	height: 145px;
	background-image: url(../img/main_top.jpg);
}

#main_menu {
	position: relative;
	height: 67px;
	width: 861px;
	padding-top: 73px;
}

#main_menu ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

#main_menu li {
	float: left;
}

#middle {
	font-size: 0.8em;
	line-height: 1.4em;
}

#middle ul{
	margin: 0;
	padding-bottom: 1em;
	list-style-type: none;
}

#middle li {
	background-image:url(../img/diamond.png);
	background-repeat: no-repeat;
	padding-left: 2em;
	padding-bottom: 0.3em;
}

#bottom {
	clear: both;
	width: 700px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-left: 80px;
	font-size: 0.6em;
	border-top: black 1px dashed;
}

.dropcap {
	float: left;
	color: #aa0000;
	font-size:5em;
	line-height: 0.8em;
	padding-top:2px;
	padding-right: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

.liftcap {
	float: left;
	color: #aa0000;
	font-size:5em;
	line-height: 0.8em;
	padding-top:2px;
	padding-right: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
} 


/* specific page tage */

#text_left {
	float: left;
	width: 460px;
	padding-left: 2em;
	padding-top: 2em;
	padding-right: 2em;
}

#text_right {
	float: right;
	width: 460px;
	padding-left: 2em;
	padding-top: 2em;
	padding-right: 2em;
}

#image_left {
	float:left;
	padding-top: 2.5em;
	padding-left: 3em;
}

#image_right {
	float:right;
	padding-top: 2.5em;
	padding-right: 3em;
}

#across_both {
	padding-top: 2.5em;
	padding-right: 2em;
	padding-left: 2em;
}

#video {
	width: 370px;
	float: left;
}

#thumb {
	float: left;
	width: 200px;
	height: 200px;
}

#clear {
	clear: both;
	padding-top: 20px;
}

#clear a:hover {
	border-bottom: none;
}