/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 667px;
	background-image:url(images/sidebar.png);
	background-repeat:no-repeat;
	border:1px solid black;
}

#content {
	position:relative;
	left:315px;
	padding-top: 0px;
	width:330px;
	margin-bottom:10px;
}

h1 {
	font-weight:700;
	font-size:12px;
	margin:1px;
	padding:0px;
}

a {
	color: #9D1E0F;
	text-decoration:none;
	font-weight:700;
}

a:visited {
	color: #9D1E0F;
	text-decoration:none;
	font-weight:700;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0px;
	padding: 2px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin:0px 0px 2px 30px;
	list-style-image:url(images/bullet.png);
	padding:0px 2px 2px 5px;
}
