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

/* ++++++++++ GENERAL STYLES ++++++++++ */	

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #1E110C;
	}
	
a:link {
	color: #8E7369;
	}
	
a:visited {
	color: #8E7369;
	}

a:active {
	color: #999;
	}
	
a:hover {
	color: #C96;
	} 	

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}



.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #CCC;
}

.title-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #CCC;
	text-decoration: underline;
}

.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 10px;
}





/* ++++++++++ PAGE STRUCTURE ++++++++++*/	

	
#TEI-body {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background: url(images/background_top.gif) repeat-x;
	border-bottom: 1px solid #45312A;		
}	



#videobox {
	width: 480px;
	height: 270px;
	border: 1px solid #45312A;
	padding: 0px;
	background: url(images/loading.gif) no-repeat;
}










		
