body {
	font-family: "Arial", Gadet, sans-serif;
	font-size: 12px;
	color: #9F9F9F;
}

#page_container {
	font-family: "Arial", Gadget, sans-serif;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#banner {
	font-family: "Arial", Gadget, sans-serif;
	position: relative;
	margin: auto;
	top: 0px;
	width: 900px;
	height: 200px;
	z-index: 2;
}

#body {
	font-family: "Arial", Gadget, sans-serif;
	position: relative;
	margin: auto;
	top: 10px;
	width: 900px;
	height: auto;
	z-index: 3;
}

#navbar {
	font-family: "Arial", Gadget, sans-serif;
	color: #0376C6;
	position: relative;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 100%;
	z-index: 4;
}

#content {
	font-family: "Arial", Gadget, sans-serif;
	position: relative;
	left: 81px;
	top: 0px;
	width: 80px;
	height: 500px;
	z-index: 5;
}

#footer_bar {
	postition: relative; 
	top: 0px;
	margin: auto;
	width: 900px;
	height: 20px;
	z-index: 6;
}

#contacts {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 16px;
	color: #000;
	position: relative;
	margin: auto;
	top: 10px;	
	z-index: 7;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}

.text {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #9F9F9F;
	text-decoration: none;
	text-align: justify;
}
.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #99CDFF;
	text-decoration: none;
}
.grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B5B5B5;
	text-decoration: none;
}
.brown_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B7AD92;
}
.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

