
/* General styles, applies to all areas */

BODY {
	font-family: Tahoma, Arial;
	background-color : #4b7c38;
	color : #4c4c4c;
	width: 100%;
    height:100%;
    margin:0px;

}

#background{
	width:100%;
	height:100%;
	background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#main {
	position: relative;
	width: 1023px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	z-index: 100;
}


#top {
	width: 1023px;
	height: 369px;
	background-image: url(images/top.png);
}

#logo {
	position: relative;
	top:63px;
	left: 80px;
	width: 866px;
	height: 248px;
}

#links {
	position: relative;
	text-align: left;
	text-transform: uppercase; 
	width: 870px;
	top:67px;
    margin-left:96px;
}


#content_bg{
	width:100%;
}


#content{
    position:relative;
	width:1023px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#clear{
	clear: both;
}

#bottom{
	position:relative;
	width : 1023px;
	height : 143px;
	background-image: url(images/footer.png);
    background-color : #4b7c38;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}

TABLE {
border : 0px;
}

IMG {
border : 0px;
}

H1 {
font-family: Tahoma, Arial;
font-size : 100%;
font-weight : bold;
color : #4c4c4c;
margin : 0;
padding : 0;
}

A {
color : #4c4c4c;
}





/* Bottom styles, applies to the bottom area */

TD.bottom {
padding : 5px;
}
