/* Design */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}

.header {
	background-image: url(images/area51head_rpt.jpg);
	background-repeat: repeat-x;
	height: 211px;
}

.logo {
	background-image: url(images/Area51_head.jpg);
	background-repeat: no-repeat;
	width: 515px;
}

.sidebar {
	background-color:#000000;
	background-image: url(images/rightside_rpt.jpg);
	background-repeat: repeat-y;
}

.popout {
	background-color:#000000;
	background-image: url(images/bgrnd_rpt.jpg);
	background-repeat: repeat;
}

.sidefoot {
	background-image: url(images/side_foot.jpg);
	background-repeat: repeat-x;
	height: 74px;
}

.gallery {
	background-image: url(images/gallerybgrnd.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 663px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-image: url(images/bottom_bar.jpg);
	background-repeat: repeat-x;
	height: 56px;
}
.rollover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.sidebarlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #46e200;
	text-indent: 25px;
}

/* Text */
.text_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #ffffff;
}
.text_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #ffffff;
}
.text_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #9cb691;
}
.text_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
}
.text_6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #9cb691;
}


/* Links */
a:link {
	color: #9cb691;
}
a:visited {
	color: #9cb691;
}
a:hover {
	color: #46e200;
}
a:active {
	color: #9cb691;
}

a.nav:link {
	color: #9cb691;
	text-decoration: none;
}
a.nav:visited {
	color: #9cb691;
	text-decoration: none;
}
a.nav:hover {
	color: #46e200;
	text-decoration: underline;
}
a.nav:active {
	color: #9cb691;
	text-decoration: none;
}
a.foot:link {
	color: #000000;
	text-decoration: none;
}
a.foot:visited {
	color: #000000;
	text-decoration: none;
}
a.foot:hover {
	color: #000000;
	text-decoration: underline;
}
a.foot:active {
	color: #000000;
	text-decoration: none;
}

