body {
	font-size: 13px;
	color: #808080;
	font-family: century gothic;
	margin: 0px;
	padding: 0px;
}

a {
	color: #808080;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

.sFont {font-size:9px}

input, select {
	color: #808080;
}

#mainContainer {
	position: relative;
	width: 1000px;
	height: 145px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header_links {
	position: absolute;
	top: 70px;
	left: 800px;
	width: 200px;
	text-align: right;
}

#logo_text {
	position: absolute;
	top: 62px;
	left: 177px;
}

#brownBar {
	position: absolute;
	top: 89px;
	left: 0px;
	width: 990px;
	text-align: right;
	padding-right: 10px;
	background: #A77C52;
	height: 30px;
	color: #fff;
}

#brownBar input {
	border: none;
}

#nav {
	position: absolute;
	top: 119px;
	left: 0px;
	width: 100%;
	text-align: right;
	height: 26px;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav ul li img {
	border: none;
	padding: 0px;
	margin: 0px;
	margin-left: -4px;
}

#body {
	position: relative;
	width: 1000px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#myaccountnav {
	position: absolute;
	top: 70px;
	left: 560px;
	width: 440px;
	text-align: right;
}

#myaccountnav a {
	margin-left: 10px;
}

#brownFooter {
	position: relative;
	width: 1000px;
	text-align: left;
	background: #A77C52;
	height: 30px;
	color: #fff;
}

#customerCenter {
	position: absolute;
	top: 0px;
	left: 4px;
	width: 164px;
	border-right: 1px solid #fff;
	height: 30px;
	padding-top: 6px;
}

#aboutCTC {
	position: absolute;
	top: 0px;
	left: 172px;
	width: 164px;
	border-right: 1px solid #fff;
	height: 30px;
	padding-top: 6px;
}

#companyInfo {
	position: absolute;
	top: 0px;
	left: 340px;
	width: 164px;
	height: 30px;
	padding-top: 6px;
}

#bottomLinksContainer {
	position: relative;
	width: 1000px;
	text-align: left;
}

#bottomLinksContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bottomLinksContainer ul li a {
	color: #808080;
}

#customerCenterLinks {
	position: absolute;
	top: 0px;
	left: 4px;
	width: 164px;
	height: 100px;
	border-right: 1px solid #A77C52;
}

#aboutCTCLinks {
	position: absolute;
	top: 0px;
	left: 172px;
	width: 164px;
	height: 100px;
	border-right: 1px solid #A77C52;
}

#companyInfoLinks {
	position: absolute;
	top: 0px;
	left: 340px;
	width: 164px;
	height: 100px;
}

#companyInfoLinksCol2 {
	position: absolute;
	top: 0px;
	left: 510px;
	width: 164px;
	height: 100px;
}
