* {
	padding: 0px;
	margin: 0px;
	clear: both;
}

a {
	color: #EC9600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #EF2184;
}

img {
	border: 0px;
}

#container {
	width: 700px;
	margin-left: auto; margin-right: auto;
	text-align: left;
	background: 0 0;
}

#menu_content {
	width: 100%;
	background-color: #FFFFFF;
	
}

#page_content {
	background-color: #FFFFFF;
	font-size: 13px;
	color: #666666;
	padding: 0px 20px 10px 20px;
}

body {
	font-family: AvantGarde Bk Bt, Bitstream Vera Sans, Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/background.gif) repeat-x #FFC765;
	margin: 40px;
}

#header {
	width: 300px;
	position: relative;
	margin: 0 auto;
}

#header h1 {
	text-indent: -200em;
	background: transparent url(images/thusa.gif) no-repeat;
	width: 300px;
	height: 90px;
	margin: 0;
}

#footer {
	text-align: center;
	color: #888888;
	font-size: 11px;
	margin-bottom: 24px;
}

div#footer div {
	padding-bottom: 2px;
}

.rounded_top {
	display: block;
	width: 700px;
	height: 13px;
	background: url(images/rounded_top.gif) 0 0 no-repeat;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-indent: -1000px;
	overflow: hidden;
}

.rounded_bottom {
	display: block;
	width: 700px;
	height: 13px;
	background: url(images/rounded_bottom.gif) 0 0 no-repeat;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 0px;
	overflow: hidden;
}

.menu_bottom {
	display: block;
	width: 700px;
	height: 13px;
	clear: both;
	background: url(images/rounded_bottom.gif) 0 0 no-repeat;
	margin-bottom: 10px;
	padding-bottom: 0px;
	overflow: hidden;
}

#tcs_powered a {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-indent: -1000px;
	width: 154px;
	height: 154px;	background: url(images/tcs_powered.gif) 0 0 no-repeat;
	overflow: hidden;
	position: fixed;
}