.header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	margin: 0px;
}
.footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 12px;
	color: #990000;
}
.content {
	padding-top: 18px;
	padding-right: 18px;
}

.content li {
	list-style-image: url(images/bullet.gif);
}
.content a:link {
	color: #990000;
	text-decoration: none;
}
.content a:visited {

	color: #990000;
	text-decoration: none;
}
.content a:hover {
	color: #999999;
	text-decoration: underline;
}
.logo_alignment {
	position:absolute;
	right: 0; 
	top: 0;
}
