/* CSS Document */


html {

	height:100%;


}

body {
	
	height:100%;
	margin:0px;
	background-color:#360200;

}

.main {

	height:100%;

	
}


.left {

	width:366px;
	height:800px;
	background-image: url(images/left_banner.jpg);
	background-repeat: no-repeat;

}


.centre {

	width:600px;

}


.stripe {
	
	background-color:#000000;
	width:30px;
	background-image: url(images/right_banner.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
}


.text_area {

	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-size:12px;*/
	font-size:14px;
	color:#CCCCCC;
	line-height:18px;
	margin-top:220px;
	margin-left:10px;
	margin-right:10px;
	letter-spacing:1px;


}

h1 {
	/*font-size:12px;*/
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	margin-bottom:2px;
}

blockquote {
	/*font-style:italic;*/
}

.year {
	
	background-color:#444444;
	padding-bottom:3px !important;
	font-weight:bold;
	width:99%;
	padding-left:5px;
	margin-bottom: 0px;
	
	
}

a:link {color: #FFFFFF; font-style: nounderline; text-decoration: none; font-weight: normal;}
a:visited {color: #FFFFFF; font-style: nounderline; text-decoration: none; font-weight: normal;}
a:hover {color: #CCCCCC; font-style: nounderline; text-decoration: underline; font-weight: normal;}

.buttons {

	position:absolute;
	overflow:hidden;
	width:366px;
	height:160px;
	top:220px;
}

.logos {
	height:95px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	text-align:center;
	/*border: 1px solid #999999;*/
}


p {
	
	margin-top:0px;	
	
}

.border {
	
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
	
}


/*****************IE HACK*******************/
* html .right {

	height:768px;
}
/*****************IE HACK*******************/

.audio_player {

	top:70px;
	left:32px;
	position:absolute;
	width:300px;
	height:30px;

}

/* 	HIGHSLIDE CSS */
/*{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
}*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* 	HIGHSLIDE CSS */
