

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img01.jpg) repeat left top;
	font-size: 14px;
	text-align: justify;
	color: #ABABAB;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #559106;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #A5E543;
}

a:hover, a:active {
	text-decoration: none;
	color: #A5E543;
}

a:visited {
	color: #A5E543;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
	height: 260px;
    width:  100%;
	background: url(images/img02.jpg) repeat-x left top;

}

/* Header */

#header {
	width: 810px;
	margin: 0 auto;
	height: 150px;
}



/** LOGO */

#logo {
	width: 810px;
	height: 260px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}
#logotext {
	width: 520px;
	height: 130px;
	margin: 0 auto;
	background: url(images/approlix.gif) no-repeat left top;
}




/* Page */

#page {
	width: 810px;
	margin: 0 auto;
   	text-decoration: none;
	color: #B6ACA2;

}

/* Content */

#content {
	float: left;
	width: 750px;
	margin-top: 0px;
     padding: 0px 30px;
	background: url(images/img10.jpg) no-repeat left top;

}

#content p {
  font-size: larger;
  font-weight: bolder
}

#main {
    float: left;
    position: absolute;
    top: 120px;
    padding-left: 25%;
    z-index: 100;
}


