/* GENERAL SECTION */

body {
	background-image: url(../img/back.png);
	background-repeat: repeat-x;
	background-color: #d7d7d7;
	font-family: "Times";
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}

div#marqueecont {
	position: absolute;
	text-align: left;
	top: 250px;
	left: 0px;
	width: 100%;
	z-index: -1;
	height: 40px;
	overflow: hidden;
}

div#marquee {
	text-align: left;
	z-index: -1;
	font-size: 25px;
	font-weight: normal;
	color: #333333;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 0px;
}

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

a.anchor {
	font-weight: bold;
	color: #000077;
	text-decoration: none;
}

div#all {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 780px;
	background-color: #ffffff;
	border-width: 1px 1px 1px 1px; 
	border-style: solid solid solid solid;
	border-color: #888888 #333333 #333333 #888888;
}

/* HEADER SECTION */

div#header {
	background-image: url(../img/header.png);
	background-position-x: center;
	background-repeat: no-repeat;
	height: 121px;
	width: 780px;
	padding: 0;
	text-align: left;
}

div#navbar {
	margin-left: auto;
	margin-right: auto;
	background-color: #dddddd;
	height: 26px;
	width: 780px;
	padding: 0;
}

div#gradientbar {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image: url(../img/gradient.png);
	background-repeat: no-repeat;
	background-color: #dddddd;
	height: 10px;
	line-height: 10px;
	text-align: right;
	width: 780px;
	padding: 0;
}

/* FOOTER SECTION */

div#footer {
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	padding: 0;
	width: 780px;
	height: 20px;
	font-size: 12px;
}

div#footer div#footer1 {
	float: left;
	line-height: 20px;
}

div#footer div#footer2 {
	float: right;
	line-height: 20px;
}
