/* CSS Document */

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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color:#FFF; 
}

#topborder{
}

#main {
	position:relative;
	width: 832px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
}

#left {
	text-align: left;
	width: 276px;
	display: inline;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
}

#right {
	text-align: center;
	margin-left: 276px;
	padding-top: 20px;
	display:block !important; 
}

#footer {
	clear:both;
	padding-bottom:10px;
}

#arrows {
	position: relative;
	left: 520px;
	width:100px;
	height: 0px;
	top: 530px;
}

#navigationButtons {
	position: relative;
	top: 323px;
	left: 105px;
	width:150px;
	border: solid #eee 0px;
	margin-bottom: -221px;
}

.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #666666;
}

.navlinks a {
	text-decoration: none;
	color: #666666;
}

.navlinks img {
	margin-bottom: -6px;
}

.arrow_previous {
}

.arrow_right {
}

/* Debug */
div {
	border: solid #eee 0px;
}

