body, html {
margin:0;
padding:0;
}
#header {
    height:200px;
	background: url(images/newsletter-banner-right.gif) no-repeat right;
}
#outer_wrapper {
	background: #fff;
        font: 90%/120% Georgia, Times New Roman, serif;
}
#wrapper {
}

h1 { font-size:1.4em; }
h2 { font-size:1.2em; }
h3, h4, h5, h6 { font-size:1em; }

#header h1 {
    margin:0;
    padding:0;
    height:200px;
	background: url(images/newsletter-banner-left.gif) no-repeat left;
	text-indent:-5000px;
    }
#mastline {
color:#666;
height: 32px;
border-bottom:#aaa 1px solid;
border-top:#aaa 1px solid;
}
#mastline ul {
width:90%;
height:32px;
margin:0 auto;
list-style:none;
vertical-align:middle;
}
#mastline li {
float:right;
line-height:32px;
width:20%;
}
#mastline li.slogan {
width:50%;
float:left;
}
#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	background: url(background_2.gif) repeat-y right;
}
#content {
	margin-right: 200px;
	background: url(background_3.gif) repeat-y left;
}
#main {
	margin-left: 65px;
	padding-right:2em;
}
#left {
	width: 65px;
	float: left;
}
#sidebar {
	width: 200px;
	float: right;
}
#footer {
font-size:.9em;
text-align:center;
height:24px;
border-top:#aaa 1px solid;
padding-top:1em;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}


#sidebar ul {
list-style:none;
margin:0;
padding:0;
}
#sidebar li {
margin:0;
padding:0;
}
#sidebar li a {
text-decoration:none;
color: #cc9900;
}

#sidebar li a:visited,
#sidebar li a:hover {
color:#666;
}
