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



#navigation {
	width: 228px;
	position: fixed;
	padding-right: 35px;
}



#nav-text-2 {
	color: #d8861b;
	font-family: "Century Gothic";
	font-size: 12px;
	text-align: right;
	line-height: 5px;
	font-weight: bold;
}


#nav-text {
	color: #d8861b;
	font-family: "Century Gothic";
	font-size: 11px;
	text-align: right;
	line-height: 5px;
	padding-right: 35px;
	letter-spacing: 1px;
}

#nav-text-double {
	color: #d8861b;
	font-family: "Century Gothic";
	font-size: 11px;
	text-align: right;
	line-height: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}


#back {
	text-align: right;
}

#main {
	width: 550px;
	padding-left: 240px;
	padding-top: 20px;
	color: #d8861b;
	font-family: "Century Gothic";
	font-size: 11px;
	letter-spacing: 1pt;
	line-height: 14px;
}

#bold {
	font-weight: bold;
}

#center {
	text-align: center;
}


#icons {
	width: 91px;
	float: left;
	height: 85px;
}


a:link {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #d8861b;
	text-decoration: none;
	border: 0
}
a:visited {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #d8861b;
	text-decoration: none;
	border: 0
}
a:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #ff4e00;
	text-decoration: none;
	border: 0

}
a:active {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #d8861b;
	border: 0
}




