a {
	color: #FF9A1B;
	text-decoration: underline;
}

a:hover {
	color: #FF9A1B;
	text-decoration: none;
}

body {
	background: #ffffff;
	color: #FF9A1B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}

div {
	text-align: left;
}

h3 {
	text-align: center;
}

img {
	border: 0px #000000;
}

ul {
	list-style: square;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}

.image {
	background: url(img/bg-image.gif) #FFFFFF 50% 50% no-repeat;
	border: 1px #FF9A1B solid;
	display: block;
	height: 576px;
	margin: 0px;
	width: 1024px;
}

#bottom {
	text-align: center;
	width: 100%;
}

#dc {
	height: 700px;
	margin: auto;
	width: 1028px;
}

#image-box {
	background: #00FFFF;
	height: 602px;
}

#navig {
	background: #FFFFFF;
	border: 1px #FF9A1B solid;
	left: 10px;
	position: absolute;
	top: 40px;
	width: 100px;
}

