/* 

 RESET

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}



/*

END RESET

*/


/* 

MAIN DIVS

*/

body {  
	margin:0px; padding:0px;  
	background-color: #e2d39a;  
	font-family: Helvetica, Arial, sans-serif;  
}  

#main {  
	background:url(images/main-bg.jpg) repeat-x ;
}  

#container {  
	background:url(images/container-bg.jpg) no-repeat;
	background-color: #f4eabb;  
	width: 960px;  
	min-height:800px;
	position: relative;  
}  

#header {  
	background:url(images/header-bg.jpg) no-repeat;
	width: 960px;
	height: 90px; 
}

#menu {
	font-family: Helvetica, Arial, sans-serif; 
}

ul#menu {
    list-style: none;
	padding-top: 65px; 
}

ul#menu li {
    float: left;
	padding-left:30px; 
}

ul#menu li a {
    font-size: 22px;
    color: #a43933;
    text-decoration: none; 
} 

ul#menu li a:hover {
    color: #73a073;
} 


#image {
	width:960px;
	height: 270px;
	
}

#content {
	padding-left: 120px;
	width:780px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: normal;
	color: #45423f;
	font-size: 14px;
	line-height: 20px;
	}
	
.column1 {
	float:left;
	width: 420px;
	}
	
.column2 {
	float:left;
	width: 60px;
	min-height: 350px;
	background: url(images/line-break.png) repeat-y;
	}
	
.column3 {
	float:left;
	width: 300px;
	}
	

p {
	text-align: left;
}


ul {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: inside;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: normal;
	color: #6d5d4e;
	font-size: 36px;
	letter-spacing: -1pt;
	line-height:1.1;
	padding-bottom: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #45423f;
	text-align: left;
	font-weight: normal;
	font-size: 28px;
	line-height:1.1;
	padding-bottom: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a43933;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height:1.1;
	padding-bottom: 5px;
}

img.alignright {float:right; border:none; margin:0px 0px 10px 10px;}
img.alignleft {float:left; border:none; margin:0px 10px 10px 0px;}
img.aligncenter {display: block; border:none; margin:10px auto 10px auto;}
a img.alignright {float:right; border:none; margin:0px 0px 10px 10px;}
a img.alignleft {float:left; border:none; margin:0px 10px 10px 0px;}
a img.aligncenter {display: block; border:none; margin:10px auto 10px auto;}


#footer {  
	background:url(images/footer-bg.jpg) no-repeat #f4eabb; 
	width:960px;
	min-height:70px;
}

#recycle span {
	display:block;
	width:300;
	color:#45423f;
	font-size:10px;
	line-height:16px;
}

#recycle img {
	padding-top: 12px;

}

#copyright span {
	display:block;
	float:left;
	width:600px;
	color:#45423f;
	font-size:10px;
	line-height:16px;
	padding-left: 150px;
	padding-top: 20px;
}

#copyright a {
	color:#a43933;
	text-decoration:none;
}
#copyright a:hover { color:#73a073; }  
