body {
	margin: 0 auto;
	padding: 0;
	font: 80%/1.25em "lucida sans", Arial, Helvetica, Sans-Serif;
	background: #fff url(../../catalog/images/cat-bg.png) repeat-x;
	color: #3d3d3d;
}

			/*WRAP*/
#wrap {
width: 760px;
margin: 0 auto;
padding: 0;
background: #fff;
color: #555;
}
				/*TOPBAR */
#topbar {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: repeat-x;
	color: #696969;
}
#topbar h1 {
margin-top: 30px;
padding: 20px;
letter-spacing: 3px;
font-size: 150%;
color: #fff;
background: transparent;
}	
#topbar h2 {
margin: 5px;
padding: 5px;
font-size: 90%;
letter-spacing: 3px;
color: #fff;
background: transparent;
}
#topbar img a {
margin: 0;
border: none;
}

#topbarleft {
	float: left;
	width: 248px;
	height: 200px;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../images/CTE_logo.png) no-repeat 0 0;
}

#topbarright { 
	color: #696969; 
	float: right; 
	width: 510px; 
	text-align: right; 
	height: 210px; 
	margin: 0; 
	padding: 15px 0 0; 
	}
	
#topbarright li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#topbarright ul {
	margin: 0;
	padding: 0;
	color: #FFF;
}
#topbarright a, #topbarright a:visited {
	margin: 0;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	color: #FFF;
	font: 100% Verdana, Geneva, sans-serif;
}
#topbarright a:hover {
color: #dedede;
text-decoration: underline;
}
				/*CONTENT */
#content {
width: 760px;
margin: 0 auto;
padding: 0;
}
#content p {
padding: 0 0 10px;
margin: 0;
line-height: 1.75em;
}
#content h1 {
margin: 30px 0 0;
padding: 10px 0;
border-bottom: 1px solid #ccc;
font: 160% "Century Gothic", Verdana, Arial, Sans-Serif;
color: #800000;
background: inherit;
}
#content h2 {
padding: 20px 0 10px;
margin: 0;
border-bottom: 1px solid #ccc;
font: 200% "Century Gothic", Verdana, Arial, Sans-Serif;
color: #800000;
background: inherit;
}
#contentleft {
	float: left;
	width: 500px;
	margin: 0 0 40;
	padding: 0 0 20px;
}
				/*RIGHT SIDEBAR*/
#right_sidebar {
float: right;
width: 225px;
margin: 20px 0 0 20px;
padding: 0 0 20px 0;
border-bottom: 0px solid #ccc;
}
#right_sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
#right_sidebar ul li {
display: inline;
padding: 0;
margin: 0;
}
#right_sidebar ul li a {
display: block;
color: #000;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#right_sidebar ul li a:hover {
background: #eee;
color: #800000;
}
#right_sidebar p {
padding: 3px 0 0 0;
margin: 0;
line-height: 20px;
}
			/*FOOTER BACKGROUND*/
#footerbg {
	position:fixed;
	background: #555;
	border-top: 5px solid #800000;
	left:0px;
	bottom:0px;
	width:100%;
	margin-top: 40px;
}

				/*FOOTER*/
#footer {
width: 760px;
height: 180px;
margin: 0 auto;
text-align: left;
position: relative;
line-height: 1.5em;
color: #fff;
}
#footer p {
padding: 0;
list-style-type: none;
margin: 0;
color: #fff;
}
#footer h2 {
padding: 0 0 20px;
margin: 15px 0 0;
text-transform: uppercase;
letter-spacing: 3px;
font: bold 120% Arial, Helvetica, sans-serif;
border-bottom: 2px solid #666;
color: #fff;
background: inherit;
}
#footer a {
color: #aaa;
text-decoration: none;
}
#footer a:hover {
color: #fff;
text-decoration: none;
}
#footer ul {
list-style: none;
margin: 0;
padding: 0;
}
#footer ul li {
display: inline;
padding: 0;
margin: 0;
}
#footer ul li a {
display: block;
color: #f6e497;
text-decoration: none;
margin: 0;
padding: 5px 0;
border-bottom: 1px solid #666;
}
#footer ul li a:hover {
background: #444;
color: #fff;
}
#footerleft {
float: left;
width: 225px;
margin: 0 20px 0 0;
padding: 0;
background: #555;
}
#footermiddle {
float: left;
width: 225px;
margin: 0 20px 0 0;
padding: 0;
background: #555;
}
#footerright {
float: right;
width: 225px;
margin: 0;
padding: 0;
background: #555;
}
#credits {
padding: 5px;
margin: 0;
background: #fff;
color: #fff;
}
			/*LINKS*/
a, a:visited {
color: #bc8c46;
background: inherit;
text-decoration: none;
}
a:hover {
color: #b8111a;
background: inherit;
text-decoration: underline;
}
a img {
border: none;
}
			/*CLASS*/
.small {
font-size: 90%;
font-weight: bold;
background: inherit;
color: #4b1a1a;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #4b1a1a;
}
table {
	font: 90%/1.25em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #3d3d3d;
}

h6 {
	color: #FFF;
}

#content #contentleft .spacer {
	height: 180px;
}

