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


body {
	background-color:#dcdddf;
	background-image:url(../img/background.jpg);
	margin:0;
	background-repeat: no-repeat;
}

a:link {
	text-decoration:none;
}

.border {
	width:200px;
	height:250px;
	position: relative;
	left: 260px;
	border-right: solid  #747474 1px;
	margin-left: 40px;
	z-index:2;
	top: 275px;
	font-family: "55 Helvetica Roman", AppleGothic, Futura;
	font-size: 12px;
	padding: 5px;
}
	
.menu {
	height: 22px;
	position: absolute;
	top: 225px;
	width: 503px;
	left: 257px;
}

.menubutton {
	float:left;
	height:22px;
	width:100px;
}

.footer {
	color:#8E8E8E;
	font-family:"55 Helvetica Roman", AppleGothic, Futura;
	font-size: 10px;
	height: auto;
	width: 120px;
	position: absolute;
	top: 570px;
	left: 792px;
	float: none;
}

.rightbox {
	position: relative;
	left: 520px;
	top: 15px;
	height: 260px;
	width: 320px;
	padding: 0px;
	font-family: "55 Helvetica Roman", AppleGothic, Futura;
	font-size: 14px;
	color: #FF6600;
}

.rightboxscroll {
	position: relative;
	left: 520px;
	top: 15px;
	height: 260px;
	width: 320px;
	padding: 0px;
	overflow: scroll;
}

.leftboxbutton a:link {
	color:#1F1F1F;
	text-decoration:none;
	font-family: "55 Helvetica Roman", AppleGothic, Futura;
}


.leftboxbutton a:hover {
	color:#CFCFCF;
	font-family: "55 Helvetica Roman", AppleGothic, Futura;
	font-weight: lighter;
	text-decoration:none;
}

.leftboxbutton {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.linkhome {
	margin-left: 230px;
	margin-right: auto;
	width: 660px;
	margin-top: 175px;
	height: 40px;
	position: absolute;
	padding-top: 10px;
	border: 0;
	left: 26px;
	top: -1px;
}

.arrows {
	width: 320px;
	height: 15px;
	margin-top: 15px;
	margin-left: 520px;
}

.sxarrow {
	width: 15px;
	height: 15px;
	float:left;
}

.dxarrow {
	width:15px;
	height:15px;
	float:right;
}

.mailto {
	color:#FF6600;
	font-decoration:none;
}

