@CHARSET "UTF-8";

#header {
	padding-bottom: 0px;
}

#sidebar {
	display: none;
}

#content {
    margin: 0px 0px 0px 0px;
    padding-top: 20px;
}

#splashpage_photo {
	position: relative;
	float: right;
} 

#content h1,
#content strong {
	background-color: transparent;
	color: #cd7100;
	text-transform: none;
	font-size: 1.3em;
}

html>body #content ul {
    *width: 50%;
}

#content ul li {
	list-style-type: none;
    color: #666666;
    font-weight: bold;
    margin-bottom: 1em;
    width: 100%;
}

#content ul li img {
	float: left;
}

#content ul li span {
    margin-left: 26px;
    display: block;
    color: #666666;
}

h1 a {
    color: #cd7100;
    text-decoration: underline;
}
