/* -------
Wrapper Container
------- */
#wrapper
{
	position: relative;
	width: 780px;
	margin: 50px auto 25px auto;
	text-align: left;
	color: inherit;
	background: #2A2B2D url(../image/_global/wrapper_tile.jpg) repeat-y 0 20px;
	padding-bottom: 1px;
}

/* -------
Header Container
------- */
#header
{
	position: relative;
	margin-bottom: 10px;
	padding-top: 1px;
}

#header a.capTrig
{
	position: absolute;
	right: 0;
	bottom: 0;

	padding: 0 12px 8px 0;
	text-decoration: none;
}

#header a.capTrig span
{
	position: absolute;
	right: 0;
	bottom: 6px;
	
	padding: 8px 0 7px 55px;
	width: 725px;
	background: #2A2B2D url(../image/_global/caption_background.jpg) no-repeat 0 0;
	
	font-size: 0.70em;
	color: #9CA027;
	
	cursor: default;
	display: none;
}

#header a.capTrig:hover span
{
	display: block;
}

#wrapperSide
{
	float: left;
	width: 250px;
	padding: 65px 0 25px 0;
	background: url(../image/_global/content_rule.jpg) no-repeat 30px 40px;
}

#wrapperMain
{
	float: left;
	display: inline;
	width: 480px;
	padding: 0 25px 25px 25px;
	background: url(../image/_global/content_rule.jpg) no-repeat 0 40px;
}


/* -------
Main Content
------- */
#contentMain
{
	
}


/* -------
Footer Container
------- */
#footer
{				
	position: relative;
	padding: 0 25px 25px 0;
	margin-bottom: 25px;
	font-size: 0.70em;
	background: url(../image/_global/footer_rule.jpg) no-repeat 275px 0;
}

#footer span
{				
	position: absolute;
	top: 17px;
	left: 275px;
	cursor: default;

}