
body {
	background: url(../images/bodybg.jpg) repeat center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #324653;
}

a, a img {
	text-decoration: none;
	border:none;
}

.header_society {
    background-image: url("../images/top-background-1px.gif");
    background-repeat: repeat-x;
    float: left;
    height: 111px;
    width: 100%;
}

.subHeader{
	background-color: #70706C;
    background-image: linear-gradient(to bottom, #949292, #E1E1E1);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    height: 22px;
    padding: 5px 2px 0px 7px;
    color: #ffffff;
}

.navigation {
	background: url(../images/nav_bg.jpg) repeat-x;
	height: 54px;
	clear: both;
}

.navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;

}

.navigation ul li {
	margin-right:1px;
	float:left;
	
}

.navigation ul li a {
	background: url(../images/nav_sep.jpg) no-repeat scroll right center transparent;
	float: left;
	font-size: 15px;
	margin: 0 1px 0 0px;
	padding: 18px 20px;
	color: #fff;
	
}

.navigation ul li a:hover, .navigation ul li a.current { background: url(../images/nav_hover.jpg) repeat-x; }


.footer-bottom {
    background: none repeat scroll 0 0 #2D4150;
    clear: both;
    color: #FFFFFF;
    padding: 15px 0;
    text-align: center;
}

