/* -- Common to all layout -------------------------------------------------- */
BODY {
	background-attachment:fixed;
	background-color:#55595C;
	background-image:url(bg_streep.gif);
	background-repeat:repeat-x;
	font-size:				12px;
	font-family:				"Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color:#0F0523;
}

/* -- Main zones stuff ------------------------------------------------------ */
.TitleZone {
	width:					35%;
	margin-top:				48px;
	background:				#ee2200;
	color:					#ffffff;
}

.PhotoZone {
	float: left; 
	width: 100px;
	margin-top:				-15px;
	margin-left:			15px;
}


.army_my {
	width:					95%;
	margin-top:				48px;
	margin-bottom:			0px;
	background:				#000000;
	color:					#ffffff;
}



h1.Title {
	margin-top:				5px;
	margin-left:				0px;
	margin-right:				10px;
	margin-bottom:				2px;

	background:				transparent;

	font-size:				32px;
	font-family:				"Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight:				bold;
	color:					#ffffff;

	line-height:				100%;
	
	white-space:				nowrap;
	text-align:				right;
	text-transform:				uppercase;
	letter-spacing:				1px;
}

.SubTitleZone {
	width:					35%;

	margin-top:				0px;

	background:				transparent;
	color:					#000000;
}

h2.SubTitle {
	margin-top:				0px;
	margin-left:				0px;
	margin-right:				10px;
	margin-bottom:				0px;

	background:				transparent;

	font-size:				16px;
	font-family:				"Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight:				bold;
	font-style:				italic;
	color:					#FFFFFF;

	line-height:				100%;
	
	white-space:				nowrap;
	text-align:				right;
	letter-spacing:				0.2em;
}



.BottomZone {
	position:				absolute;
	top:					100%;

	width:					95%;
	height:					20px;

	margin-top:				-30px;

	background:				transparent;

	font-size:				11px;
	font-family:				"Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight:				normal;
	color:					#808080;

	white-space:				nowrap;
	text-align:				right;
}

a:link, a:visited, a:active {
	text-decoration:			none;
	color:					#808080;
}

a:hover {
	text-decoration:			none;
	color:					#ee2200;
}

