/* Write On Main CSS Document */


body {
	text-align:center;
	background-color: #ADCF7B;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	}
/* -------------------divs--------------------- */

#content{
	width:790px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}
#menu_area{
	float:left;
	margin-top:10px;
}
#sticky {
	position:absolute;
	left:75px;
	top:570px;
}
#pictures_area{
	position:absolute;
	left: 0px;
	top:200px;
	z-index: -1;

}
#bottom {
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:35px;
	margin-bottom:10px;
	font-size: 12px;
	color: #333333;
}
#logo {
	width:793px;
	height:199px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}
#index_par {
	position:absolute;
	left: 320px;
	top:35px;
	width:410px;
	font-size: 18px;
	color: #422901;
		
}
#index_par_index {
	position:absolute;
	left: 320px;
	top:235px;
	width:410px;
	font-size: 18px;
	color: #422901;
		
}
#w3counter {
    position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	text-align:center;
}
/* ------ content styling ----- */
.right {
	margin-left:55px;
}
p.content {
	text-align:left;
	margin-top:25px;
	margin-right:146px;
	font-size: 16px;
}
p.content_2 {
	text-align:left;
	margin-top:25px;
	margin-right:20px;
	font-size: 16px;
}

a.footer, a.footer:visited {
        color: #000000;
        text-decoration: none;
}
a.footer:hover {
        text-decoration: underline;
}
a.text{
	text-decoration:none;	
	color: #CC0000;
}
a.text:hover{
	text-decoration: underline;
}





