body {
	background: url(images/bg3.jpg);
	font-family: times new roman, times;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}

* html body {
	line-height: 13px;
}

a:link { 
	color: #000000;
	text-decoration: none;
}
	
a:visited { 
	color: #000000;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #999999;
	text-decoration: underline;
}


#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

/* ------------------------------------------------------------------  DIV ID's ------- */

#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;

}

#content {
	clear: both;
	display: block;
	height: 0px;



}

#content2 {
	background: url(images/bg2.jpg);
	clear: both;
	display: block;
	padding-top: 0px;
	height: 400px;
	width: 950px;
}
#content3 {
	background: url(images/bg2.jpg);
	clear: both;
	display: block;
	padding-top: 0px;
	height: 860px;
	width: 950px;
}
#content4 {
	background: url(images/bg2.jpg);
	clear: both;
	display: block;
	padding-top: 0px;
	height: 600px;
	width: 950px;
}
#content5 {
	background: url(images/bg2.jpg);
	clear: both;
	display: block;
	padding-top: 0px;
	height: 300px;
	width: 950px;
}
#content6 {
	background: url(images/bg2.jpg);
	clear: both;
	display: block;
	padding-top: 0px;
	height: 1150px;
	width: 950px;
}

#footer {
	background: url(images/bgfooter.jpg);
	clear: both;
	display: block;
	padding-top: 0px;
	height: 35px;
	width: 950px;
}

#text1 {
	width: 900px;
	position:relative;
	top: 40px;
	left: 20px;
	font-family: arial;
	font-size: 14px;
	color: #000000;
}

#footertext {
	width: 900px;
	position:relative;
	top: 10px;
	text-align: center;
	font-size: 16px;
	color: #000000;
}

/* ------------------------------------------------------------------  CLASSE'S ------- */



.headinglarge {
	color: #000000;
	font-family: times;
	font-size: 18px;
	line-height: 24px;
	position:relative;
	top: -257px;
	left: 20px;
}

.heading {
	color: #000000;
	width: 250px;
	text-align: right;
	font-family: times;
	font-size: 14px;
	line-height: 16px;
	position:relative;
	top:-240px;
	left: 680px;
}



.small {
	font-size: 10px;
}

.h1 {
	font-size: 28px;
}

.h2 {
	font-size: 22px;
}