/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}
body{
	background-color: #3D2F65;
	background-image: url('/graphics/background-body.jpg');
	/*background-image: url('/graphics/background-body.png');*/
	background-repeat: repeat-y;
}
#outer{
	min-height:100%;
	margin-bottom:-50px;
	width: 800px;
}
* html #outer{height:100%;}
#nav-left{
	width: 155px;
	float: left;
	background-image: url('/graphics/background-nav-left.jpg');
	background-repeat: no-repeat;
	min-height: 479px;
	height: auto;
	_height: 479px;
}
#nav-left a{
	background-image: url('/graphics/background-nav-left-link.png');
	/* background-image: url('graphics/background-nav-left-link.jpg'); */
	background-position: bottom left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	font-family: times, times new roman, serif;
	font-weight: bold;
	font-size: 15px;
	display: block;
	padding: 12px 0 2px 0;
}
#nav-left a:hover{
	/* color: #982417; */
	background-image: url('/graphics/background-nav-left-link-2.png');
}
#inner{
	float: left;
	width: 477px;
	margin: 0;
	padding: 0;
}
#inner-top{
	background-image: url('/graphics/background-inner-top.gif');
	padding: 0 10px 15px 10px;
	font-family: arial, san-serif;
	font-size: 13px;
}
#inner-top h1{
	color: #5C4798;
	font-size: 20px;
	margin-top: 0;
}
#inner-top h2{
	color: #000000;
	font-size: 16px;
	margin: 0 0 5px 0;
}
#inner-top a{
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
}
#inner-top a:hover{
	border-bottom: 1px solid black;
}
#inner-top ul{
	margin-top: 0;
	padding-left: 15px;
}

#inner-bottom{
	background-image: url('/graphics/background-inner-bottom.jpg');
	background-repeat: no-repeat;
	padding: 15px 10px 5px 10px;
	color: #ffffff;
	font-family: arial, san serif;
	font-size: 13px;
	
}
#inner-bottom a{
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed white;
}
#inner-bottom a:hover{
	border-bottom: 1px solid white;
}
#inner-bottom h2{
	font-size: 18px;
	margin:0;
	padding: 5px 0 5px 0;
}
#inner-bottom h3{
	/* display: inline; */
	margin: 0;
	padding: 0 0 5px 0;
}
#inner-bottom p{
	padding: 5px 0 5px 0;
}
#inner-bottom ul{
	margin-top: 0;
	padding-left: 15px;
}
#story{
	width: 165px;
	float: left;
	color: #E1DDD7;
	font-family: arial, san-serif;
}
#story .title{
	font-family: times, times new roman, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}
#story p{
	padding: 5px 10px;
	font-size: 13px;
}
#story a{
	color: #E1DDD7;
	font-weight: bold;
	text-decoration: none;
}
#story a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	font-size: 11px;
	color: #ffffff;
}
#footer a{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed white;
}
#footer a:hover{
	border-bottom: 1px solid white;
}
#clearfooter{clear:both;height:50px;}
p {margin:0 0 .5em 0}