/* CSS Document */



#rap {
	background-color: #545654;
}
body {
	background-color: #2F2F2F;
}
.txt-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #6699CC;
}
.txt-opening {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 32px;
	color: #FFCC66;
}
.txt-regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFCC66;
	font-weight: normal;
}

#topnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC66;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(84,86,84);
}
#topnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC66;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(84,86,84);
}
#topnav a:hover {
	color: #6699CC;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}
#topnav a:active {
	color: #FFCC66;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(84,86,84);
}

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(84,86,84);
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(84,86,84);
}
#footer a:hover {
	color: #FFCC66;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}
#footer a:active {
	color: #6699CC;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(84,86,84);
}

#main a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC66;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
#main a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC66;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(68,68,68);
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	color: #6699C9;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
#main a:active {
	color: #FFCC66;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:rgb(68,68,68);
	font-size: 16px;
	font-weight: bold;
}
.txt-homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	margin: 10px 100px;
	padding: 5px;
	height: auto;
	width: auto;
	color: #FFCC66;
	font-weight: normal;
	text-align: center;
}

#main h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
	color: #FFCC66;
}
#main h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 32px;
	color: #FFCC66;
}

#top {
	margin: 5px 10px 10px;
	padding: 0px 10px 10px;
}

#topnav {
	margin: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #CAAA3C;
}

#main {
	background-color: #000000;
	margin: 5px 0px 10px;
	padding: 0px 10px 10px;
	background-position: center center;
}

#footer {
	margin: 10px;
	padding: 10px;
	background-color: #545654;
	background-image: url(../assets/pl-artax25b.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
