body {
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/blue_sky.jpg);
	color: #660033;
	background-position: center;
	margin: 0 auto
	
}

a:link {
	color:#0000FF;
	text-decoration:none;
}
a:visited {
	color:#FF0033;
	text-decoration:none;
}
a:active {
	color:#99FF66;
	text-decoration:none;
}
a:hover {
	color:#99FFFF;
	text-decoration:none;
}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	color: #660033;
	}
li {
	float:left;
	color: #660033;
}

a.navbar{
	display:block;
	width:100px;
	text-decoration: none;
	border: none;
}

#container {
	padding: 0px;
	width: 808px;
	margin: 0px auto;
	position: relative;
}

#head_top {
	background-repeat: no-repeat;
	margin: 0px;
	padding:0px 165px;
	clear: both;
	float: none;
}
#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	background-image: url(images/menubar.jpg);
	clear: both;
	margin: 0 auto;
	padding: 0 40px;
	background-repeat: no-repeat;
	background-position: center;
	
}

#main-content {
	background-image: url(images/pillar1.png);
	background-repeat: repeat-y;
	clear: both;
	padding: 40px 120px 60px;
	background-position: center;
	font-weight: bold;
}

img.navbar {
	border: none;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

#menu-box {
	clear:both;
	width: 560px;
	height: 188px;
	padding: 30px 10px;
}

#menu-box ul{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	color: #660033;
	}
#menu-box li {
	float:left;
	color: #660033;
}
#menu-box a{
	display:block;
	width:140px;
	text-decoration: none;
}

#footer {
	color: #FFFF00;
	background:url(images/btm-img.png) repeat-x #990000;
	overflow: hidden;
	font-weight: bolder;
	font-size: 14px;
	width: 100%;
}
#footer-wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:808px;
	height:150px;
	overflow: hidden;
}
#copyright{
	position:absolute;
	left:60px;
	top:40px;
}

#contact {
	position:absolute;
	right:60px;
	top:40px;
}
