body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    background: #979dae;
    color: #000000;
	background-image: url("images/backg3.gif");
	width: 785px;
	height: 800px;
		 
}

img { border: 0; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 784px;
    position: relative;
    background: url() repeat-y;
}

#body {
    background:  url() no-repeat bottom;
}

h1, h2, div, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1 {
    text-align: right;
	color: black;
    font-weight: normal;
}

h2 {
    color: black;
    font-weight: normal;
}

h3 {
    font-size: 10px;
}

a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.clear {
    clear: both;
}

.readmore {
    text-align: right;
}

.readmore a {
    text-decoration: underline;
}

#left .readmore {
    text-align: left;
}

#left {
    margin: 10;
    padding-top: 125px;
    background:  url("images/menu4.gif") no-repeat;
	z-index: 0;
    float: left;
    width: 118px;
	height: 800px;
}

#left h3 {
    font-size: 10px;
    color: black;
    margin: 1em 0;
    padding: 3px;
	font-weight: bold;
}

#left p {
    margin: 1em 0;
    padding: 0;
}


#nav {
    background: url() repeat-y;
}

#nav li {
    border-top: none;
    padding: 4px 2px 7.5px 33px;
    text-indent: -28px;
	font-size: 12.5px;
	text-align: center;
	
	
}

#latest {
    padding-top: 60px;
    background: url() no-repeat;
}

#latest .events {
    padding: 10px 10px;
	width: 125px;
}

#logo {
    position: absolute;
	z-index: -1;
	left: 81px;
    top: 5px;
}

#content .inner {
    float: left;
    padding-top: 65px;
    margin: 30px 0px 15px 0px;
    width: 625px;
}

#footer {
    padding: 20px 0;
    text-align: center;
    color: #fff; 
}

#footer a {
    text-decoration: underline;
}



