@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}

body {
	background-image: url(clouds_6.jpg);
	background-repeat: repeat-y;
	width:100%;
	text-align:center;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
	font-size: 90%;
}

.clearer {
clear:both;
}

/* Wrapper */
#wrapper {
width:900px;
margin:0 auto;
text-align:left;
}

/* header  */
#header {
	width:900px;
	height:311px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#header h1, #header h2 {text-indent:-9999px; height:1px;}


/* Buttons in header */
#buttons {
	font-size: 95%;
	width:850px;
	height:24px;
	padding-left:20px;
	margin-bottom:10px;
	padding-top:260px;
	position:static;
	left: 180px;
	top: 260px;
}

#buttons ul {
margin:0px;
padding:20px 10px 0 20px;
list-style:none;
}
#buttons li {
	
display:inline;
margin:0;
padding:5px;

}
#buttons li.current {
color:#000000;
}

#buttons a {
	text-decoration:none;
	color:#006600;
	font-weight: bold;
}

#buttons a:hover {
	font-weight: bolder;
	color:#FFFFFF;
}
/*Content*/
#content {
	width:900px;
	background-color:#FFFFFF;
	min-height:846px;
	
}

#content h1 {
	text-align:left;
	font-size:110%;
	padding-left:55px;
	padding-top:20px;
	font-weight:bold;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: left;
	color:#006600;
	height:65px;
}

#left-content{
float:left;
width:445px;
height:846px;
background-color:#fff2e6;
}
.decor {
	padding-left:10px;
	padding-top:40px;
}
.decor1 {
	padding-left:10px;
	text-align:center;
	color:#FF9900;
	font-size:120%;
	font-weight:bold;

}
#right-content {
	float:right;
	width:445px;
	background-color:#ffffff;
}
#right-content ul {
	padding-left:40px;
}
#right-content li {
	
	list-style-image: url(images/bullet.jpg);
}
/* Footer */
#footer {
	width:900px;
	height:205px;
	background-color: #ffffff;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;	
}


#footer a {
    text-decoration:none;
    color:#ffffff;
	font-weight: bold;
}

#footer a:hover {
    color:#FF9900;
}

#ftr-box1{
	float:left;
	width:180px;
	height:150px;
	padding: 10px 10px 10px 10px;
	margin-top:20px;
	font-size:75%;
	margin-left:50px;
}
#ftr-box2{
	float:left;
	width:180px;
	height:150px;
	padding: 10px 10px 10px 10px;
	margin-top:20px;
	font-size:75%;
	
	
}
#ftr-box3{
	float:right;
	width:210px;
	height:150px;
	padding: 10px 10px 10px 10px;
	margin-top:20px;
	font-size:75%;
	color:#ffffff;
	margin-right:50px;
	
}
#footer a {
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
}

#footer a:hover {
	font-weight: bolder;
	color:#FF9900;
}
#footer li {
 list-style-image: url(images/bullet.jpg);
}
.copyright {
  float:right;
margin-right:50px;
    font-size: 70%;
color:#FF9900;
}
.txt-decor1 {
font-weight:bold;
font-size:130%;
}

.araia {
	letter-spacing: 0.2em;	
}
