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

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

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

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

	/* Outer bounding box for all pages */
	#Frame2 {
		margin:0px auto;
		padding: 0px 0px 0px 0px;
		width:54px;
	}



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

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


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

	#box01 {
		margin: 0px 0px 0px 0px;
		padding: 80px 0px 0px 70px;
		width: 200px;
	}


	#backimage {
		margin: 0px 0px 0px 0px;
		width: 54px;
		height: 221px;
		background: url(../logo.jpg) no-repeat;
	}


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


	#flashcontent {
		width: 900px;
		height: 500px;
		margin: 0;
		padding: 0;
	}






