.nav {
	position: relative;
	top: 100px;
	float: right;
	text-align:right;
	padding-right: 16px;
	padding-top: 8px;
}

.nav a {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: none;
}

.nav a:hover {
	color: #aae;
	text-decoration: none;
}


p.para_body {
	position: relative;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .8em;
	color: #fff;
	padding-left: 8px;
	width: 400px;
}

.para_body a {
	color: #fff;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: underline;
}

.para_body a:hover {
	color: #aae;
	text-decoration: none;
}


p.para_gallery {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .8em;
	color: #fff;
	padding-left: 8px;
	padding-top: 48px;
}

.gallery_table {
	position: relative;
	width: 100%;
	
}

.gallery_row {
	vertical-align:top;
	background-image: url('forge_gfx/gallery_grad.jpg');
	background-repeat: no-repeat;
	height: 130px;
	margin: 0px 8px 8px 8px;
	padding: 1px;
	overflow: hidden;
}	

.gallery_pic {
	vertical-align: middle;
	width: 128px;
	float: left;
	padding-right: 40px;
}

.gallery_pic img {
	border-style: none;
}

.gallery_link {
	padding-left: 8px;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: none;
}

.gallery_link:hover {
	color: #aae;
	text-decoration: none;
}

