body {
	background-image: url(imgs/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	behavior: url("csshover3.htc");	
}
.header {
	background-image: url(imgs/header-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.top-header {
	background-image: url(imgs/top-header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main-content {
	background-image: url(imgs/content-bg.gif);
}
.footer {
	background-image: url(imgs/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-menu {
	background-attachment: scroll;
	background-image: url(imgs/tab-off.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.top-menu:hover {
	background-image: url(imgs/tab-on.gif);
	font-weight: bold;
}






#box-header {
	height: 75px;
	width: 650px;
	background-image: url(imgs/box-header.gif);
	background-repeat: no-repeat;
}
#box-header .box-header-text {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #6666FF;
	padding: 30px;
	display: block;
	outline:none;
}


div .hidden{
	display: none;
}
#one, #two, #three, #four, #five, #six, #seven {
	background-image: url(imgs/box-main.gif);
	background-repeat: repeat-y;
	margin-top: -5px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: "Centruy Gothis", Arial, Helvetica, sans-serif;
	color: #333333;
}
#pre-box {
	height: 30px;
}
#box-bottom {
	background-image: url(imgs/box-bottom.gif);
	height: 30px;
	width: 650px;
	margin-left: -30px;
}
#box-container {
	width: 650px;
	margin-left: 75px;
}
.small-box {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(imgs/content-bg-small.gif);
	padding: 6px;
	background-position: center top;
}
