body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000066;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 180px;
	background-image: url(assets/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	background-color: #FFFFFF;
	border: 0px none;
}
#content {
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(assets/bg_image1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
	height: 400px;
}
#content p {
	font-size: 80%;
	line-height: 1.5em;
	
}
#content h1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
}
#content h2 {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: -18px;
}
#content ul {
	list-style-image: url(assets/bullet.gif);
	list-style-position: outside;
	padding-top: 0px;
	
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	margin-bottom: 5px;
}
#content a:link, #content a:visited {
	color: #CC0000;
	line-height: normal;
}
#content a:hover {
	color: #000000;
}
#navigation {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 180px;
	padding: 20px 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	font-size: 70%;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: underline;
	margin-bottom: 0.5em;
	padding-left: 10px;
	line-height: normal;
}
#navigation a:link, #navigation a:visited {
	color: #000000;
}
#navigation a:hover {
	color: #CC0000;
}
.top bt {
	float: right;
}
.leftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
.rightimage {
	float: right;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 0px;
}
#footer {
	font-size: 80%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC0000;
}
#footer a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#albumlist {
	list-style-type: none;
}
#albumlist li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#albumlist img {
	display: block;
}
#content h4 {

	font-size: 60%;
	font-weight: normal;
	margin-bottom: -16px;
}
