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

html,body {height: 100%;}

/* the body_bg image provides the brown bar*/
body {
	background : url(images/body_bg4.jpg);
	margin			: 0;
	padding			: 0;
	text-align		: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #EDE0C5;
}


#container
{
    width: 760px;
    background: transparent;
    margin: 0 auto;
}


/*this controls the top bar*/
#top {
	width:759px;
	height:136px;
text-align:center;
padding:0px 0 0 0;
}

/*this controls the small image top left*/
#top_img {
	margin:0;
	padding:0;
	float:left;
}

/*this provides the striped bg image*/
#container2 {
	background : url(images/___two_bg.jpg) right repeat-y;
	margin-top:-2px;
	/*	border-right: 3px dotted #469197; */
	height:100%;
}

/*this is the center column*/
#content_one {
	width:598px;
	float:left;
	font-size:80%;
	background:transparent;
	border-left: 7px solid #0033CC;
	padding-bottom:20px;
}	

/*this controls the center column text*/
#content_one p{
	text-align:center;
	padding:10px 0px 5px 20px;
}

#content_one ul
{
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px 10px 5px;
    width: 570px;
    list-style-type: none;
    color: #006464;
}

#content_one ul.benefits
{
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	width: 550px;
	list-style-type: disc;
	color: #000099;
	list-style-position: outside;
	text-indent: 0px;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#content_one ul.greenflooring
{
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	width: 550px;
	list-style-type: disc;
	color: #000099;
	list-style-position: outside;
	text-indent: 0px;
	text-align: left;
	font-weight: regular;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#content_one ul.whiteback
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
	padding: 2px 2px 2px 6px;
	width: 566px;
	background: #fff;
	list-style-type: none;
	color: #006464;
	border: 2px ridge #0033CC;
}

#content_one li{
    margin-top: 3px;
    margin-bottom: 6px;
    padding: 6px 2px 4px 5px;
}

/*this is the right content*/
#content_two {
width:5px;
float:right;
font-size:80%;
text-align:left;

}

/*this controls the right column text*/
#content_two p{
	padding:10px 5px 5px 5px;
}

/*this formats the logo text*/
#headertext_one {
font-size:280%;
color:#352C15;
padding-left: 23px;
}

/*this is the nav column*/
#sidebar
{
    width: 129px;
    float: left;
}

/*navigation is here*/
#navcontainer { 
width: 129px;
float: left;
}

#navcontainer ul
{
margin-left: 0;
margin-top:7px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 92%;
float:left;
}

#navcontainer a
{
	display: block;
	padding: 2px 3px 3px 5px;
	width: 109px;
	height: 15px;
	background: #99CCFF;
	text-align: left;
	margin-top: 4px;
	color: #2e3192;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0033CC;
}

#navcontainer a:link, #navlist a:visited
{
color: #2e3192;
text-decoration: none;
}

#navcontainer a:hover
{
	border-left: 5px solid #0033CC;
	background: #FFFFFF;
}

#active
{
    border-bottom: 5px solid #0045e6
}

/*this is the small brown text underneath the nav*/
#side_col{
clear:both;
	margin-top:6px;
	padding-top:3px;
}

#side_col p
{
    font-size: 60%;
    text-align: center;
    padding-right: 2px;
    margin-top: 6px;
    color: #0045e6;
    line-height: normal;
}

/*footer, obviously*/
#footer {
	background : url(images/footer_bg.jpg);
	width:756px;
	height:15px;
	clear:both;
	margin:0;
	font-size:70%;
	text-align:center;
	color:#000;
	border-left:2px solid #0033CC;
	border-right:2px solid #0033CC;

}

/* this is my link, please leave if poss */
span.design {
	font-size:80%;
	color:#856029;
}

a.design {
	text-decoration:none;
	color:#000;
}

a.design:hover {
	color:#856029;
}

a.midtext {
	text-decoration : none;
	color:#0033FF;
	font-weight:bold;
}

a.midtext:hover {
	color:#00CCFF;
}

h1 {
	font-size:180%;
	padding-left:10px;
	color:#2e3192;
}

h2
{
    font-size: 140%;
    padding-left: 10px;
    color: #0033CC;
}

h3 {
	font-family: Aramis, Arial, Verdana, Sans-Serif;
	font-size:200%;
	font-style:italic;
	padding-left:10px;
	color:#0033CC;
}

img {
    border-top-style:none;
    border-right-style:none;
    border-bottom-style:none;
    border-left-style:none;
}
