body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
	background-color: #212236;
	background-position: center;
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #black;
}

.text {
	font-size: 14px;
	text-align: justify;
	color: black;
}

.news {
        font-size: 12px;
        text-align: justify;
        color: black;
}

p.newslink {
        font-size: 12px;
        text-align: right;
        color: #B08051;
}

p.links {
	font-size: 10px;
	text-align: left;
	color: #7b7b7b;
}

a:link {
	color: #7b7b7b
}

a:visited {
	color: #7b7b7b
}

.content {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	border: 1px solid black;
}

.top {
	height: 105px;
	background-color: black;
	width: 900px;
	position: relative;
	top: 0px;
	left 0px;
}

.logo {
	position; relative;
}

.watermark {
	position; relative;
	text-align: right;
	margin-top: -109px;
	margin-right: -1px;
}

.menu {
	position; absolute;
	top: 0px;
}

.menu_bar {
	position: relative;
	height: 39px;
	width: 900px;
	top: 0px;
}

.footer_bar {
	position: relative;
	top: 1em;
	height: 5em;
	width: 900px;
}

.page_content {
	background-color: white;
	width: 900px;
	position: absolute;
	margin-left: -1px;
	border: 1px solid black;
}

.main_box, .main_box_text, .main_box_border {
	position: relative;
        top: 25px;
        left: 25px;
        width: 500px;
        height: 15em;
}
.main_box {
        filter: alpha(opacity=10);
        -moz-opacity: .10;
	background-color: #212236;
	margin-bottom: -90px;
}

.main_box_text {
	position: absolute;
	color: black;
	padding: 0px;
}

.text_padding {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}

.main_box_border {
	position: absolute;
	width: 499px;
	border: 1px solid gray;
}

.top_left_corner {
	position: absolute:
	top: 0px;
	left: 0px;
	margin: -1px 0px 0px -4px;
	float: left;
}

.top_right_corner {
	position: absolute:
	top: 0px;
	right: 0px;
	margin-top: -1px;
	margin-right: -4px;
	float: right;
}

.hiring {
	top: 0px;
	position: absolute;
	right: 10px;
}

.news_box, .news_box_text, .news_box_border {
        top: 60px;
        right: 10px;
        width: 329px;
        height: 15em;
}

.news_box {
	background-color: #212236;
        filter: alpha(opacity=10);
        -moz-opacity: .10;
        position: absolute;
}

.news_box_text {
	position: absolute;
	color: black;
	font-size: 10px;
}

.news_box_border {
	position: absolute;
	width: 328px;
	border: 1px solid gray;
}

.announcement_box, .announcement_box_text, .announcement_box_border {
        top: 0px;
        right: 20px;
        width: 300px;
        height: 4em;
}

.announcement_box {
	background-color: #212236;
        filter: alpha(opacity=20);
        -moz-opacity: .20;
        position: absolute;
}

.announcement_box_text {
	position: absolute;
	padding: 10px;
	width: 280px;
	color: black;
	font-size: 10px;
}

.announcement_box_border {
	position: absolute;
	border: 1px solid gray;
}

.footer {
	position: relative;
}

.squares {
	float: left;
	position: absolute;
}

.screenshots {
	position: relative;
	padding: 25px;
	width: 500px;
	text-align: justify;
}

.page_title {
	position: relative;
	top: 20px;
	left: 20px;
	width: 279px;
	height: 0px;
	color: black;
	font-size: 26px;
	font-style: italic;
}

.breakout_box, .breakout_box_text, .breakout_box_border {
	position: absolute;
        top: 80px;
        left: 20px;
        width: 278px;
        height: 22em;
}

.breakout_box {
	background-color: #212236;
        filter: alpha(opacity=10);
	width: 277px;
        -moz-opacity: .10;
}

.breakout_box_text {
	position: absolute;
	color: black;
	font-size: 8px;
}

.breakout_box_border {
	position: absolute;
	width: 276px;
	border: 1px solid gray;
}

.page_length {
	position: relative;
	height: 65em;
}
.subsection_content_box, .subsection_content_box_text, .subsection_content_box_border {
	position: relative;
	float: right;
        top: 20px;
        right: 20px;
        width: 550px;
        height: 65em;
}

.subsection_content_box {
	position: absolute;
	background-color: #212236;
        filter: alpha(opacity=10);
        -moz-opacity: .10;
	margin-bottom: 50px;
}

.subsection_content_box_text {
	position: absolute;
	float: right;
	color: black;
	font-size: 12px;
}

.subsection_content_box_border {
	position: absolute;
	width: 549px;
	border: 1px solid gray;
}

