/* 

Double O Publishing Page Layout

*/

body /* Internet Explorer */
{
text-align: center;
margin:0;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
margin:0;
} 


.DOPS_Wrapper {
	height: 100%;
	width: 100%;
}

.Header_Wrapper {
	height: 100px;
	width: 760px;
	position: relative;
	background-color:#FFFFFF;
	text-align: left;
	background-image:url(../Images/Branding/DoubleOps_Tagline.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.Feature_Wrapper {
	width: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../Images/Backgrounds/BG_Black.jpg);
	background-repeat:repeat-x;
}

.Main_Wrapper {
	width: 800px;
	height: 100%;
	position: relative;
	text-align: right;
	background-color:#FFFFFF;
}

.Homepage_Feature {
	height: 250px;
	width: 780px;
	text-align: left;
	margin:0;
}

.Textpage_Feature {
	position:relative;
	height: 140px;
	width: 800px;
	text-align: left;
	z-index:2;
}

.TeamPage_Feature {
	position:relative;
	height: 140px;
	width: 670px;
	text-align: center;
	z-index:2;
}

.Portfolio_CaseStudies {
	position:relative;
	height: 250px;
	width: 780px;
	text-align: left;
	z-index:2;
}