html, body {
	margin: 0px;
	padding: 0px;

	font-size: 0.85em;
	line-height: 135%;
	font-family: Georgia, serif;
}

img {
	border: 0px;
}

#holder {
	overflow: hidden;
}

#main {
	width: 653px;
	text-align: center;
	
	float: left;
	display: inline;
	margin: 60px 30px 30px 60px;
}

#nav {
	position: absolute;
	left: 740px;
	top: 385px;

	overflow: hidden;
}












#nav #btns {
	overflow: hidden;
	clear: both;
	margin-bottom: 2em;
}

#nav #logo_contact {
	overflow: hidden;
	clear: both;
	margin-left: 2px;
}


#nav a span {
	display: none;
}


a#dot {
	background: url("img/dot.png") no-repeat 0px 0px;
	width: 27px;
	height: 27px;
	display: inline;
	float: left;
	margin-right: 30px;	
}

a#dot:hover {
	background-position: 0px -27px;
}


a#arrowl {
	background: url("img/arrowl.png") no-repeat 0px 0px;
	width: 27px;
	height: 27px;
	display: inline;
	float: left;
	margin-right: 30px;
}

a#arrowl:hover {
	background-position: 0px -27px;
}



a#arrowr {
	background: url("img/arrowr.png") no-repeat 0px 0px;
	width: 27px;
	height: 27px;
	display: inline;
	float: left;
	margin-right: 0px;
}

a#arrowr:hover {
	background-position: 0px -27px;
}