body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333366;
	text-align: center;
    margin: 0;
}.clear {
    clear: both;
    height: 1px;
}
@font-face {
	font-family: lithos;
    src: url('../includes/lithospro-regular-webfont.eot');
}
@font-face {
	font-family: lithos;
    src: url('../includes/lithospro-regular-webfont.ttf');
}
h1 {
    font-family: lithos;
    font-size: 3em;
}
h2 {
    font-family: lithos;
    font-size: 1.8em;
}
#header {
    margin: 20px auto 0 auto;
    width: 960px;
}
#header-contact {
    font-size: 1.1em;
    font-weight: bold;
}
#contents {
    position: relative;
    margin: auto;
    /*padding: 0 150px;*/
    /*max-width: 960px;*/
    width: 960px;
    min-height: 350px;
    text-align: left;
}
#title {
	margin-top: 20px;
}
#footer {
    position: relative;
    font-size: .8em;
    color: gray;
    margin: 50px auto 30px auto;
    width: 960px;
}
#footer a {
    color: gray;
}
#footer a:hover {
    text-decoration: none;
}
hr {
	color: #333366;
	background-color: #333366;
	border: 0;
	height: 1px;
    width: 70%;
    
}
a {
    color: #336;
    outline: none;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
img {
    border: none;
}
.bold {
    font-weight: bold;
}