
body {
/* to have the layout centered */
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: #28728F;
}
#container {
/* re-aligning the text correctly to the left */     text-align: left;
/* margins at top and bottom are 0px but on the sides, "auto" will center the layout */
    margin: 0px auto;
    padding: 0px;
/* sets the layout width */
    width: 800px;
/* add the background to make faux columns */
    background: url(background.gif) repeat-y;
}
#header {
    width: 100%;
    height: 150px;
    background: #DE7850;
    background-image: url('topbanner.jpg');

}
#menu {
    width: 125px;
/* float it to the left of the text */
    float: left;
    background: #FEECD4;
}

#icons {
    width: 100px;
/* float it to the left of the text */
    float: left;
    background: #FBDDB5;
    text-align: center;
	background-image: url(topbannera.jpg);
	background-repeat: no-repeat;
    
}

#text {
    width: 575px;
    background: #FEECD4;
/* float it to the left of the right sidebar */
    float: right;
}
#footer {
    width: 100%;
    height: 50px;
/* clear: both so that it remains at the bottom of the 3 columns */
    clear: both;
    background: #DE7850;
} 

p {
/* margins on the sides are 13px now */
	margin: auto 13px;
/* font size is 11px and line-height is 15px */
	font: 11px/15px Trebuchet MS;
	color: #B94214;
}

#menu ul { 
	position: relative; 
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
}

#menu ul li { 
	margin: 0px; 
	padding: 0px; 
}

#menu ul li a.title {	
	width: 100px;	
	height: 20px;	
	display: block;	
	background: #FBDDB5;	
	padding: 4px 0px 0px 25px;	
	font: 11px/15px Trebuchet MS, Verdana, Arial, sans-serif;	
	text-decoration: none;	
	color: #872600;	
	letter-spacing: 0px; 
} 

#menu ul li a {	
	width: 100px;	
	height: 20px;	
	display: block;	
	background: #FEECD4;	
	padding: 3px 0px 0px 25px;	
	font: 11px/15px Trebuchet MS, Verdana, Arial, sans-serif;	
	text-decoration: none;	
	color: #872600;	
	letter-spacing: 0px; 
} 

#menu ul li a:hover {	
	background: #FCE2C0;	
	color: #DE7850; 
}

#menu ul li a.title:hover {	
	background: #FCE2C0;	
	color: #872600; 
}

.thumb {
background-image: url(thumb.gif);
padding: 6px 3px 5px 11px;
float: left;
}

.main {
	COLOR: #B94214; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, sans-serif; 
	FONT-SIZE: 11px; 
	FONT-STYLE: normal; 
	FONT-WEIGHT: normal; 
	LINE-HEIGHT: 15px; 
	TEXT-DECORATION: none
}

A.main:link {
	COLOR: #28728F; 
	FONT-STYLE: normal; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none
}

A.main:active {
	COLOR: #28728F; 
	FONT-STYLE: normal; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: underline
}

A.main:visited {
	COLOR: #28728F; 
	FONT-STYLE: normal; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none
}

A.main:hover {
	COLOR: #28728F; 
	FONT-STYLE: normal; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: underline
}

.title {
	COLOR: #872600; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, sans-serif; 
	FONT-SIZE: 13px; 
	FONT-STYLE: normal; 
	FONT-WEIGHT: bold; 
	LINE-HEIGHT: 15px; 
	TEXT-DECORATION: none
}

#text h1.header {
	font: 11px Trebuchet MS, Arial, Verdana, sans-serif;
	color: #872600;
	background: #FBDDB5;
	margin: 0px 0px 0px 0px;
	padding-left: 13px;
}

.margin {
padding: 0px 0px 0px 25px;
float: left;
}