@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #F4FAFD;
	color: #3F484E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a {
	color: #3F484E;
	text-decoration: none;
	border-bottom: dotted 1px;
}

a:hover {
	text-decoration: none;
	border-bottom: solid 1px;
}

a.img_link{
	border: 0;
}

#goog_top {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	position: relative;
}

#bottom {
	position:relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	color: #4B7EBF;
	line-height: 13px;

}
.spacer{
	clear:both;
	height: 0px;
	font-size: 1px;
}

/* HEAD BUTTONS */
.button_home {
	display: block;
	position: absolute;
	top: 48px;
	left: 25px;
	width: 172px;
}

.button_directory {
	display: block;
	position: absolute;
	top: 116px;
	left: 218px;
}

.button_blog {
	display: block;
	position: absolute;
	top: 116px;
	left: 469px;
}

form {
	margin: 0px;
	padding: 0px;
}