body {
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	right: 200px;
	left: 25px;
	top: 30px;
	bottom: 0px;
	position: absolute;
}

hr {
	color: #B7B7B7;
}

#pics {
	width: 200px;
	height: 125%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(pics/bg_stripe.png);
	background-repeat: repeat-y;
	background-position: top;
}

img.deco_top_one {
	margin-top: 110px;
}

img.deco_top {
	margin-top: 60px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-bottom: 40px;
	color:#990000;
	}

* html h1 {
	margin-top:20px;
	margin-bottom:25px;
}
	
h2 {
	font-size: 1.1em;
	color: #006699;
	margin-top: 40px;
	}
	
a:link {
	color: #006699;
}

a:visited {
	color: #6699CC;
}
	
a:active {
	color: #6699CC;
}

a:hover {
	color: #CC6600;
}

ul {
	list-style-type: circle;
}

li {
	margin-bottom: 5px;
}

ul ul {
	list-style-type:disc;
}
