﻿.page_container
{
	width: 1041px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#section_main
{
	width: 1041px;
	background: #303030;
	border: solid 1px #F7F7F7;
	color: #F7F7F7;
	font-size: 14px;
}

hr
{
	border: solid 1px white;
}

h1
{
	margin: 5px;
	font-size: 30px;
	font-weight: normal;
}


h2
{
	margin-top: 50px;
	margin-bottom: 10px;
	color: #F7F7F7;
}

h3
{
	margin: 5px 0;
}

.page_section
{
	margin: 25px 35px;
	position: relative;
}
.image_container
{
	float: left;
	height: 200px;
	width: 250px;
	margin: 10px 20px;
}
.job_image
{
	height: 150px;
	width: 250px;
	border: solid 1px #F7F7F7;
	background-color: #AAA;
	display: block;
}
.image_shadow
{
	background: transparent url('/Assets/Layout/250shadow.png') top center no-repeat;
	height: 20px;
	margin-bottom: -20px;
}
.description_container
{
	float: left;
	width: 640px;
	margin: 20px;
}
.description_text
{
	margin-left:20px;
}
a.gallery_link:link, a.gallery_link:visited
{
	font-size: 12px;
	float: left;
}
