body{
	background: #0099cc url(/_images/background_body.jpg) repeat-x top left;
	margin: 0px;
	text-align:center;
	font-family:arial;
	font-size:80%;
	color:#000066;
}
#wrapper{
	text-align:left;
	margin:0 auto;
	width:703px;
}
#menu{
	background: url(/_images/graphic_top.jpg) no-repeat top left;
	height:330px;
}
#menu dl{
	position:relative;
	top:150px;
	left:23px;
	width:154px;
}
#menu dt{
	margin-bottom:2px;
}
#menu a{
	text-decoration:none;
	font-weight:bold;
	border-left:4px solid #fff;
	padding-left:3px;
	width:130px;
	display:block;
	color:#000066;
}
#menu a:hover{
	border-left:4px solid #990000;
}
#content{
	background: url(/_images/background_wrapper.jpg) repeat-y top left;
	padding:1px 30px;
}
#footer{
	text-align:center;
	font-size:80%;
	color:#ccc;
}
img{
	border:none;
}
h1{
	font-size:140%;
}
h2{
	font-size:120%;
}
a{
	color:#990000;
}
a:hover{
	color:#ff0000;
}
