body {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url('images/main_bg.jpg');
	background-repeat: repeat
}
.Container {
	height: 100%;
	width: 100%;
	background-color: #F7F7F7;
}

#header {
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bar {
	height: 77px;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.icons {

}

.insidebar {
	border-style:none; width: 100%;
	height: 75px;
	background-image: url('images/x4.jpg');
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px
}
.arrow {
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left center
}

.tabletitle {
	background-image: url('images/titbg.gif');
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F7F7F7
}
.footerbar {
	margin-top: 15px;
	color: #FFF;
}
.footerbar a:link {
	color: #FFF;
}
.footerbar a:hover {
	color: #F1EB0D;
}