﻿body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size:14px;
	background-color:#1e5c6b;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
	background-attachment:scroll;
	
	
}
#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	top:0;
}
#header {
	height: 350px;
	margin-bottom:75px;
	top:0;
	background:url('images/header.png');
	background-position:top center;
	
}
#nav {
	height: 93px;
	background-image:url('images/navbg.png');
	background-position:top center;
	left:0px;
}

#navclose
{width:950px;
height:75px;
margin:0 auto;
}

#nav.nav_fixed {
  position:fixed;
  top:0px;
  width:100%;
  height:93px;
}
#nav.nav_absolute {
  position:absolute;
  top:350px;
  width:100%;
  height:93px;
}

a, img, a img {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}
.navbar-01, .navbar-02, .navbar-03, .navbar-04, .navbar-05, .navbar-06, .navbar-07, .navbar-08, .navbar-09, .navbar-10 {
	display: inline-block;
	line-height: 75px;
	z-index: 1;
}
a.navbar-01 {
	background: url('images/navbar_01.png') no-repeat 0px 0px;
	width: 72px;
	height: 75px;
}
a.navbar-02 {
	background: url('images/navbar_02.png') no-repeat 0px 0px;
	width: 190px;
	height: 75px;
}
a.navbar-03 {
	background: url('images/navbar_03.png') no-repeat 0px 0px;
	width: 113px;
	height: 75px;
}
a.navbar-04 {
	background: url('images/navbar_04.png') no-repeat 0px 0px;
	width: 36px;
	height: 75px;
}
a.navbar-05 {
	background: url('images/navbar_05.png') no-repeat 0px 0px;
	width: 68px;
	height: 75px;
}
a.navbar-06 {
	background: url('images/navbar_06.png') no-repeat 0px 0px;
	width: 89px;
	height: 75px;
}
a.navbar-07 {
	background: url('images/navbar_07.png') no-repeat 0px 0px;
	width: 80px;
	height: 75px;
}
a.navbar-08 {
	background: url('images/navbar_08.png') no-repeat 0px 0px;
	width: 55px;
	height: 75px;
}
a.navbar-09 {
	background: url('images/navbar_09.png') no-repeat 0px 0px;
	width: 144px;
	height: 75px;
}
a.navbar-10 {
	background: url('images/navbar_10.png') no-repeat 0px 0px;
	width: 103px;
	height: 75px;
}

.navbar-01:hover, .navbar-02:hover, .navbar-03:hover, .navbar-04:hover, .navbar-05:hover, .navbar-06:hover, .navbar-07:hover, .navbar-08:hover, .navbar-09:hover, .navbar-10:hover{
	background-position: 0 -75px;}
#body {top:0;
margin:0 auto;
width:950px;
background:url('images/bodybg.png');
background-repeat:repeat-y;
background-position:top center;
top:-18px;
}
.entry {
padding:25px 45px;
text-align:justify;
}

a, a:link, a:active, a:visited {
	color:#333333;
	font-weight:bolder;
}

a:hover{
	color:gray;
}