body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#FFFFFF;
	padding:0;
	width: 1024px;
	background-color: #000000;
	height: 916px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #FFFF00;
}
a:visited {
	color:#FF6600;
}
a:hover {
	color: #FF9900;
}
a:active {
	color:#666666;
}

/* ----------container to center the layout-------------- */
#container {
	width: 1024px;
	background-position: center top;
}

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
	width: 1024px;
	height: 320px;
	display: block;
	background-image: url(images/Header.jpg);
}

#container #navigation {
	width: 1024px;
	background-repeat: no-repeat;
	height: 70px;
	text-decoration: none;
	background-position: left;
	background-image: url(images/navigation.jpg);
}
#container #navigation a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/button.png);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	height: 70px;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 65px;
	float: left;
	
}
#container #navigation a:hover {
	background-image: url(images/button2.png);
	height: 70px;
	width: 170px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	background-repeat: repeat-x;
	display: block;
	background-position: center;
	line-height: 65px;
	float: left;

}
#content {

height:expression(this.scrollHeight > 600 ? "auto":"600px");
	display: block;
	height: 460px;
	width: 1024px;
	background-image: url(images/content.jpg);
}


/* -----------footer--------------------------- */
#footer {
	height: 66px;
	display: block;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	color: #000000;
	width: 1024px;
	text-align: center;
	font-size: 12px;
	line-height: 65px;
}
