body {
	margin: 0;
	padding: 0;
	background: #F1F1F1 url(images/bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #787878;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #023848;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4486C7;
}

a:hover {
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#header {
width: 980px;
	height: 577px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/back.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}


#menu {
	margin:0px 0px 0px 0px;
	padding:180px 0px 0px 20px;
	width: 224px;

	float:left;
}

#menu img{
border:0px;
}

#foty {
	margin:0px 0px 0px 0px;
	padding:11px 0px 0px 27px;
	  height: 73px;
	width: 980px;

	float:left;
}

#foty img{
border:0px;
}
#foty a.fota1 {
  width: 130px;
  height: 73px;
  border: 0px;
  background: url(images/a1.jpg) no-repeat;}

#foty a.fota1:hover {
  width: 130px;
  height: 73px;
  border: 0px;
  background: url(images/a1a.jpg) no-repeat;}

#content {
width: 980px;
	height: 314px;
	margin: 0 auto;
		padding: 20px 0px 0px 20px;

	background: url(images/bg_con.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

#text {
width: 940px;
	

	
	font-family: Arial, Helvetica, sans-serif;
}


#footer {
	height: 70px;
	margin: 0 auto;
	padding: 20px 0 0px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}