@charset "utf-8";
body {
	margin: 0px;
	background-color:#fff;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	font-weight:100;
	text-align:left;
}


#buttons, #buttons li {
	display: block;
	list-style: none;
	margin: 0;
	padding:0;
}

#buttons {
	float: left;
	margin-top:0px;

}

#buttons li {
	float: left;
	margin-right: 0px;
}

#btn1 a:link, #btn1 a:visited {
	display: block;
	width:100px;
	height:100px;
	background-image:url(../img/b1f.png);
	background-repeat:no-repeat;
}

#btn1 a:hover, #btn1active {
	width:100px;
	height:100px;
	background-image:url(../img/b1o.png);
	background-repeat:no-repeat;
}

#btn2 a:link, #btn2 a:visited {
	display: block;
	width:100px;
	height:100px;
	background-image:url(../img/b2f.png);
	background-repeat:no-repeat;
}

#btn2 a:hover, #btn2active {
	width:100px;
	height:100px;
	background-image:url(../img/b2o.png);
	background-repeat:no-repeat;
}

#btn3 a:link, #btn3 a:visited {
	display: block;
	width:100px;
	height:100px;
	background-image:url(../img/b3f.png);
	background-repeat:no-repeat;
}

#btn3 a:hover, #btn3active {
	width:100px;
	height:100px;
	background-image:url(../img/b3o.png);
	background-repeat:no-repeat;
}

#btn4 a:link, #btn4 a:visited {
	display: block;
	width:100px;
	height:100px;
	background-image:url(../img/b4f.png);
	background-repeat:no-repeat;
}

#btn4 a:hover, #btn4active {
	width:100px;
	height:100px;
	background-image:url(../img/b4o.png);
	background-repeat:no-repeat;
}

#btn5 a:link, #btn5 a:visited {
	display: block;
	width:100px;
	height:100px;
	background-image:url(../img/b5f.png);
	background-repeat:no-repeat;
}

#btn5 a:hover, #btn5active {
	width:100px;
	height:100px;
	background-image:url(../img/b5o.png);
	background-repeat:no-repeat;
}

#btn6 a:link, #btn6 a:visited {
	display: block;
	width:100px;
	height:100px;
	background-image:url(../img/b6f.png);
	background-repeat:no-repeat;
}

#btn6 a:hover, #btn6active {
	width:100px;
	height:100px;
	background-image:url(../img/b6o.png);
	background-repeat:no-repeat;
}


#container {
	width:900px;
	height:auto;
	margin:auto;
}
#top {
	width:900px;
	height:100px;
	float:left;
}
#logo {
	width:300px;
	height:100px;
	float:left;
	background-image:url(../img/logo.png);
}

#header {
	width:900px;
	height:300px;
	float:left;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
}

#content {
	width:900px;
	height:auto;
	margin-bottom:20px;
	float:left;
}
.box {
	width:270px;
	height:auto;
	margin:auto;
	padding:15px;
	text-align:justify;
	color:#665;
	float:left;
}
.box_l {
	width:570px;
	height:auto;
	margin:auto;
	padding:15px;
	text-align:justify;
	color:#665;
	float:left;
	line-height:18px;
}


#footer {
	width:900px;
	height:54px;
	float:left;
	color:#FFF;
	background-image:url(../img/footer_bg.jpg);
}
#footer_r {
	width:410px;
	height:40px;
	padding:14px 40px 0px 0px;
	float:left;
	color:#FFF;
	text-align:right;
}
#footer_l {
	width:410px;
	height:40px;
	padding:14px 0px 0px 40px;
	float:left;
	color:#FFF;
}

#footer a {
	text-decoration:none;
	color:#fff;
}
	
#foto {
	width:100px;
	height:67px;
	float:left;
	padding:3px;
	background-color:#fff;
	margin: 5px 5px 0px 0px;
}
