/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/


#wrapper {
	margin: 0 auto;
	width: 800px;
	padding: 0;
	text-align: left;
	background-color: #999999;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
	background: url(../images/trxbgtop.png) top center no-repeat;
	width: 800px;
	height: 78px;
	margin-left: -2px;
	background-color: #999999;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(../images/trxbgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
	width: 740px;
	height: 106px;
	color: white;
	font-size: 50px;
text-align: ;
	background-image: url(../images/trxheader.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 1px;
	background-color: #636363;
}
/*                    Menu                   */
#menu {
	width: 200px;
	height: 100%;
	margin-left: 10px;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu li a {
	height: 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 35px;
	text-decoration: none;
	text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background:  url(../images/yellowoff.png) top center no-repeat;
	height: 35px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
	
#menu li a:hover {
	color: #333333;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	padding-right: 4;
	padding-bottom: 10;
	padding-left: 10px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/yellowon.png);
	background-repeat: no-repeat;
	background-position: center center;
}	


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#stuff {
	width: 540px;
	margin: 0px 0px 0px 220px;
	padding-top: 55px;
	background-image: url(../images/trxtexttop.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(../images/trxbgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
position: relative;
}
.sidebar {
	background-image: url(../images/sidebar2.png);
	float: left;
	height: 300px;
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 40px;
}
