/* GENERAL */
body {
	color: #544f47;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0;
	word-spacing: 0;
	margin: 0;
	background: #EBEBE5 url(./images/footer.jpg) no-repeat fixed bottom left; 
min-width: 960px;
}

a {
		color: #00acd0;
}

a img {
	border: none;
}

ul {
	list-style:none;
}
h1 a {
	color: #544f47;
	text-decoration:none;
}
h2 {
	font: 160% Georgia, "Times New Roman", Times, serif;
	display: inline;
}
h3 {
   display: inline;
}
h3 a{
	color: #4F3F26;
}

/* HEADER */

#header {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #4F3F26;
}

/* FOOTER */

#footer {
	margin-top: 40px;
}


#main {
	background-color: #F8F8F4;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 4px solid #fff;
	padding: 20px;
	margin:auto;
	text-align:left;
	width:70%;
}


