/* -------
Wrapper Container
------- */
#wrapper {
	position: relative;
	width: 770px;
	margin: 0px auto;
	text-align: left;
	color: inherit;
	background: #fdfffd url(../-assets/image/public/global/wrapper_bkgrnd.jpg) no-repeat 0 0;
}



/* -------
Header Container
------- */
#header {
	position: relative;
	padding-top: 1px;
	height: 190px;
	clear: both;
}


/* -------
Header Tag Line
------- */
#tagline {
	position: absolute;
	top: 60px;
	right: 25px;
	width: 350px;
	height: 70px;
	color: #2B2483;
	font-size: 1.09em;
	line-height: 1.4em;
	text-align: right;
}


#crew_tagline {
	position: absolute;
	top: 6px;
	left: 230px;
	width: 520px;
	height: 70px;
	color: #2B2483;
	font-size: 1.09em;
	line-height: 1.4em;
	text-align: left;
}

#crew_tagline_dtl {
	position: absolute;
	top: 20px;
	left: 230px;
	width: 520px;
	height: 70px;
	text-align: left;
}

#crew_tagline_dtl p {
        margin-top: 10px;
	color: #000;
	font-size: 11px;
	line-height: 1.4em;
}

/* -------
Navigation Top Container
------- */
#navTop {
	height: 47px;
	background:  url(../-assets/image/public/navigation/nav_top_slice.jpg) repeat-x 0 0;
}

/* -------
Left Content
------- */
#navLeft {
	width: 200px;
	float: left;
	margin-left: 20px;
	margin-right: 25px;
	padding-bottom: 25px;
}

.right
{
text-align: right;
}

/* -------
Main Content
------- */
#content {
	width: 455px;
	float: left;
	margin-bottom: 25px;
	padding: 25px 25px 0 25px;
	border-top: 1px solid black;
	border-left: 1px solid black;

	background:  url(../-assets/image/public/global/content_gradient.jpg) no-repeat 0 0;
}

/* -------
Flag Graphic
------- */
#flagGraphic {
	height: 40px;
	background:  url(../-assets/image/public/global/story_marker.jpg) no-repeat bottom center;
}

/* -------
Footer Container
------- */
#footer {
	position: relative;					
	height: 32px;
	background:  url(../-assets/image/public/navigation/nav_bottom_slice.jpg) repeat-x 0 0;
}
