body {
background-color: #ffffff;
color: #666666;
font-family: "Gill Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

#content {
font-size: 18px;
margin-bottom: 35px;
line-height: 28px;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
text-align: justify;
width: 600px;
}

#logo {
border: 0;
-moz-outline-style: none;
outline: none;
}

#disclaimer {
color: #999999;
font-size: 10px;
margin-top: 50px;
text-align: center;
}

#quote {
color: #666666;
font-size: 24px;
margin-top: 50px;
text-align: center;
}

#quote small {
font-size: 18px;
}

.slides {
color: #666666;
font-family: "Gill Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 16px;
height: 45px;
margin-bottom: 25px;
text-align: center;
}

.slide {
display: none;
}

.first {
display: block;
}

h1 {
margin-top: 50px;
text-align: center;
}

ul {
list-style-type: none;
}

ul li p.link {
text-transform: uppercase;
}

blockquote.border {
border-left: 1px solid #999999;
font-size: 16px;
padding-left: 20px;
}

a {
color: #000000;
font-weight: bold;
text-decoration: none;
}

div.social {
margin-bottom: 20px;
margin-top: 50px;
text-align: center;
}

div.social ul {
display: inline;
margin-left: 0;
padding: 10px 0;
}

div.social ul li {
display: inline;
padding: 0;
border: 0;
}

div.social ul img {
border: none;
margin-left; 15px;
margin-right: 15px;
}

.sharing {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sharing:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

