html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial, sans-serif;
	font-size:small;
	background-color: #f1ecdd;
	background-image: url(../Images_Agora/back/BackGround.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
	color:#000;
	}

p {
	line-height:1.5;
	margin:0 0 1em;
	color: #900;
}
.wrapper {
	width:940px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -35px;
//background-color: #DDD;
    //background-image: url(../images/indexIm/BackCon.png);
	//background-repeat: no-repeat;
	//background-position: bottom;
}
div#header {
	padding:0px;
	margin: 0px;
	//background-color: #DEDEDE;
	//background-repeat: no-repeat;
	background-position: 0% 0px;
	height: 146px;
	width: 940px;
	background-image: url(../Images_Agora/back/TopHolder.jpg);
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	
	
div#Nav {
	background-color: #7C7C7C;
	height: 100%;
}


div#content {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 5em;
	padding-left: 0em;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

	
.footer, .push {
	height: 35px;
	clear: both;
}

.footer2 {
	width:940px;
	//background-color: #888;
	text-align: center;
	color: #777;
	font-size: 12px;
	height: 100%;
	vertical-align: middle;
}
