body {
margin: 0;
padding: 0;
border: 0;
background-color: #ebe5e5;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
margin: 0;
padding: 5px 0;
border: 0;
}

h1 {
font-size: 16px;
}

#iecenter {
width: 100%;
text-align: center;
}

#wrapper {
text-align: left;
margin: 0px auto;
padding: 0px;
border: 0;
width: 869px;
background: url("/path/to/your/background_cols.gif") repeat;
}

#top {
margin: 0 0 15px 0;
background: yellow;
width:869px;
height: 52px;
background:url(../img/top.jpg) no-repeat;
}

div#top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#top ul li {
	float:left;
	margin: 10px 30px;
	padding: 0;
}
	
#header {
margin: 0 0 15px 0;
}

#left {
float: left;
width: 150px;
}


div#left ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

div#left ul li {	
	padding: 0 0;
	margin: 0;
	margin-left: 20px;
	margin-top: 10px;		
}

div#left ul li.sub {	
	margin-left: 30px;
	margin-top: 5px;
}

.componenttop {
width:217px;
height: 19px;
background:url(../img/menutop.jpg) no-repeat;
}

.componentmiddle {
width:218px;
background: url(../img/menumiddle.jpg) repeat;
}

.componentbottom {
width:217px;
height: 21px;
background:url(../img/menubottom.jpg) no-repeat;
}

div.pathway {
	margin-left: 10px;
	margin-bottom: 5px;	
}

#contenttop {
width:644px;
height: 19px;
background:url(../img/contenttop.jpg) no-repeat;
}

#contentmiddle {
width:644px;
background: url(../img/contentmiddle.jpg) repeat;
}

#contentbottom {
width:644px;
height: 22px;
background:url(../img/contentbottom.jpg) no-repeat;
}

#content { 
float: right;
width: 645px;
}

#leftmenu {
display: block;
list-style: none;
margin-left: 25px;
}

#topmenu {
display: block;
list-style: none;
margin-left: 25px;
}

#topmenu li {
float: left;
margin: 5px 30px 0 30px;
}


#footer {
text-align: right;
margin: 15px 0 0 0;
clear: both;
width:869px;
height: 45px;
/*background:url(../img/bottom.jpg) no-repeat;*/
}


.level_0, .level_1, .level_2, .level_3, .level_4, .level_5, .level_6 {
	list-style: none;
	margin: 0;
	padding: 10px 0;	
}

.level_0 li, .level_1 li, .level_2 li, .level_3 li, .level_4 li, .level_5 li, .level_6 li {
	padding: 0 0;
	margin: 0;	
}