/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 10px 0px 10px 0px;
	background: #000000 url(test/img/img01.jpg) repeat-x top center;
	font-size: 13px;
	color: #000000;
	text-align: center;
}
 h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
  margin: 0 auto;
	text-align: justify;
	line-height: 16px;
}

a:link {
	color: #004040;
}

a:hover, a:active {
	text-decoration: none;
	color: #225500;
}

a:visited {
	color: #225500;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 5px;
}

img.right {
	float: right;
	margin-left: 5px;
}

/* 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;
	background: #000000;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 42px;
}

/* Menu */

#menu {
	float: center;
	width: 900px;
	height: 50px;
	background: url(test/img/imagg02.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	background: url(test/img/imagg04.gif) no-repeat right 55%;
	margin-top: 5px;
	margin-right: 3px;
	padding: 8px 17px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover { 
	color: #000000;
}

#menu .current_page_item a {
	color: #000000;
}

/** LOGO */

#logo {
	width: 900px;
	height: 80px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #eeeeee; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 45px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #8BD80E; 
}

#logo p a {
	text-decoration: none;
	color: #00FF00;
}

#logo p a:hover { 
  text-decoration: underline; 
  color: #}



/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	background: #D0CA9C url(test/test/img/imagg03.gif) no-repeat left bottom;
	padding: 0 5px;
}

#left {
margin: 0px;
width: 130px;
padding: 5px 50px 5px 00px;
float: left;
}
#center {
height: auto;
width: 450px;
padding: 10px 0px 10px 0px;
float: left;
margin: 0px 0px 0px 6px;
line-height: 1.8em;
border width: 1px
border color: #666666
}
#right {
padding: 5px 10px 5px 5px;
height: auto;
width: 220px;
float: left;
margin: 0px 0px 0px 6px;
}
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;

