/* CSS Document */

html {
	width: 300px;
}
body {
	width: 100%;
	background: black;
}

h1 {
	text-indent: 0;
	background:none;
	color: #fff;
	border-bottom: 1px solid #0380C2;
	font-size: 120%;
; 	font-variant: small-caps;	
	}
h1 .asH2 {
	display: none;
}
#nav li {
	display: inline;
	margin: 8px 5px;
}
#nav li a:link, #nav li a:visited {
	color: white;
	background: #0380C2 url(../images/images/bg-image-box.png) repeat-x bottom left;
	padding: 3px 6px;
}
#image-box img {
	width: 240px;
	height: 94px;
}
#image-box {
	text-align: center;
}
