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

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

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

	body {
		background-color:#000000;
		color:#ffffff;
	}
	
	/* Outer bounding box for all pages */
	#Frame {
		margin:60px auto;
		padding: 0px 0px 0px 0px;
		text-align:center;
		width:420px;
	}

	/* Outer bounding box for all pages */
	#Frame2 {
		margin:30px auto;
		padding: 0px 0px 0px 0px;
		text-align:center;
	}
	
	#FramePop {
		margin:10px auto;
		padding: 0px 0px 0px 0px;
		width:370px;
	}

	#FrameVideoPop {
		margin:10px auto;
		padding: 0px 0px 0px 0px;
		width:320px;
	}

	.white {
		font-family: Verdana, Arial, sans-serif;
		font-size:8px;
		color:#FFFFFF;
	}
	
	.backpop {
		background-color:#2A1C04;
	}
	
	.backwhite {
		background-color:#ffffff;
	}
	


/** ----------------------------------------------
	links
	-----------------------------------------------**/
	
	/* GENERAL */
	

	a:link , a:visited{
		color:#E4E4E4;
		text-decoration:none;
		font-weight: bold;
	}
	a:active, a:hover {
		text-decoration:none;
		color:#7C5D1C;
		font-weight: bold;
	}

	a.jump:link , a.jump:visited{
		color:#C4BB85;
		text-decoration:none;
		font-weight: normal;
	}
	a.jump:active, a.jump:hover {
		text-decoration:none;
		color:#7C5D1C;
		font-weight: normal;
	}

	a.next:link , a.next:visited{
		color:#7C5D1C;
		text-decoration:none;
		font-weight: normal;
	}
	a.next:active, a.next:hover {
		text-decoration:none;
		color:#2A1C04;
		font-weight: normal;
	}



/** ----------------------------------------------
	spacers
	-----------------------------------------------**/

	#box01 {
		background-color:#FFFFFF;
		margin: 0px 0px 10px 0px;
		padding: 20px 20px 0px 20px;
	}


	#box02 {
		margin: 0px 0px 0px 0px;
		padding: 80px 30px 10px 30px;
	}

	.right {
		float: right;
		text-align: right;
	}

	.spacer01 {
		margin: 0px 0px 20px 0px;
	}

	.spacer02 {
		margin: 0px 0px 20px 20px;
	}


/** ----------------------------------------------
	bg/text
	-----------------------------------------------**/

	#backimage {
		margin: 0px 0px 0px 0px;
		width: 333px;
		height: 209px;
		background: url(ec_logo.gif) no-repeat;
		background-color:#000000;
	}


	.h1 {
		font-weight: bold;
		font-size:12px;
	}

	.h2 {
		color:#BE9642;
		font-weight: bold;
		font-size:12px;
	}

	.bodycopy {
		color:#7C5D1C;
		margin: 0px 0px 10px 0px;
	}

























