/** =========================
	File: main style sheet (horizon.css)
	Author: David Richard
	==========================**/

/** ----------------------------------------------
	general
	-----------------------------------------------**/

	html, body, tr, td {
		margin:0px; 
		font-family: Arial, Verdana, sans-serif;
		font-size:11px;
		
	}
	
	td, div {
		line-height:15px;
	}

	body {
		background-color:#000000;
		color:#585858;
	}
	
	/* Outer bounding box for all pages */
	#Frame {
		margin: 80px auto;
		padding: 0px;
		width:151px; 
		text-align:left;
	}



/** ----------------------------------------------
	links
	-----------------------------------------------**/
	
	/* GENERAL */
	
	a:link, a:visited{	
		color:#353535;
		text-decoration:none;
		font-weight: bold;
		font-size:11px;
	}
	a:active, a:hover{
		text-decoration:none;
		color:#848484;
		font-weight: bold;
		font-size:11px;
	}
	
	a.linker1 { 
		display: block; 
		width: 36px; 
		height: 30px; 
		background: transparent url(../images/ec1.gif) no-repeat; 
		text-decoration: none;
	}
	
	a.linker1:hover{ 
		background-position: -36px 0; 
	}

	a.linker2 { 
		display: block; 
		width: 132px; 
		height: 30px; 
		background: transparent url(../images/ttl1.gif) no-repeat; 
		text-decoration: none;
	}
	
	a.linker2:hover{ 
		background-position: -132px 0; 
	}







/** ----------------------------------------------
	images
	-----------------------------------------------**/

	.logo {
		margin: 0px 0px 0px 7px;
		width: 151px;
		height: 191px;
		text-align: center;
		background: url(../images/logo.jpg) no-repeat;
	}
	




/** ----------------------------------------------
	header boxes / lines
	-----------------------------------------------**/
	
	



	.spacer01 {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 168px;
		text-align: center;
		float:left;
	}

	.spacer02 {
		margin: 10px 0px 0px 0px;
		padding: 16px 0px 0px 0px;
		width: 168px;
		text-align: center;
		float:left;
		border-top: 1px dotted #1b1b1b;
	}



