body, html {
	background: #fff;
	font-family: Corbel, Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

.center {
    margin: 0 auto;
    width: 800px;
}

a:link {
        color: #e8a7a7;
        text-decoration: underline;  
}

a:active {
        color: #e8a7a7;
        text-decoration: underline;  
}

a:visited {
        color: #e8a7a7;
        text-decoration: underline;  
}

a:hover {
        color: #d89090;
        text-decoration: underline;  

}

#main {
	margin-top: 80px;
}

#topbar {
	background-color: #c6c2ba;
  height: 58px;
}

#logo {
	width: 195px;
	margin-bottom: 10px;
}

#welcome {
	margin-bottom: 10px;
}

#main p {
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.3em;
	color: #888276;
}

#copyright {
	margin-top: 50px;
	font: 10px bold Helvetica, sans-serif;
	color: #a5a5a5;
	line-height: 16px;
}