body {
	margin: 0px;
	text-align:center;
	background-color: #AB7F16;
	background-image: url(images/posters.jpg);
	background-repeat: repeat;
}

}

img {
	border: none;
}

a img {border:0}

form {
	margin: 0px;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

h1 {
	font-size: 16px;
	font-family:  verdana, helvetica, geneva, sans-serif;
}

h2 {
	font-size: 14px;
	font-family: arial, verdana, helvetica, geneva, sans-serif;
}

#container {
	position: relative;
	border: none;
	width: 760px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#box1 {
	position: absolute;
	width: 740px;
	height: 130px;
	top: 20px;
	left: 20px;
	background-color: transparent;
	text-align: left;
	z-index: 9;
	border: none;
}


#logo {
	margin: 30px 70px 0px 0px;
	border: none;
	top: 115px;
	left: 20px;
	z-index: 8;
}

#navbar {
	position: absolute;
	top: 125px;
	width: 400px;
	left: 300px;
	padding: 1px;
	z-index: 20;
	
}

 
html>body #navbar {top: 110px;}


#navbar li, #footer li {
	display: inline;
	list-style-type: none;
}

.navitem {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 0px 5px 0px 0px;
	display: inline;
	list-style-type: none;
	text-decoration: none;
}

#content {
	position: absolute;
	width: 615px;
	background-color: #EEEEEE;
	border: 2px solid #000000;
	padding: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	vertical-align: top;
	top: 115px;
	left: 20px;
	text-align: left;
	z-index: 2;
}

#content a {
	color: #C04440;
	font-weight: bold;
	text-decoration: underline;
}

#content_ds {
	position: absolute;
	width: 615px;
	height: 403px;
	background-color: #333333;
	padding: 20px;
	top: 120px;
	left: 85px;
	z-index: 2;
}

#content_right {
	float: right;
	margin: 0px 0px 0px 10px;
	text-align: right;
}

.btn {
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	padding: 2px 10px 2px 10px;
}

.float_right {
	float: right;
	margin: 0px 0px 0px 10px;
}

.float_left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img_border {
	border: 1px solid #333333;
}
