@charset "utf-8";

/*============================================================

	[access.css]
	
============================================================*/


/*
	wide
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../img/nav_bg.jpg) no-repeat;
}

div#content div.wrapper {
	background: url(../../shared/img/content_bg_wide_body.png) repeat-y;
}
* html div#content div.wrapper {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../shared/img/content_bg_wide_body.png", sizingMethod="scale");
}

div#main {
	width: 760px;
}

div#footer address {
	background: url(../../shared/img/content_bg_wide_footer.jpg) no-repeat;
}

div#footer div#top-of-page p {
	left: 700px;
}


/*
	section
------------------------------------------------------------*/
div.section {
	clear: both;
	position: relative;
	min-height: 140px;
	margin: 40px 20px 0;
	padding: 40px 0 0;
}
* html div.section {
	height: 180px;
}

div.section h2 {
	margin: 0 0 0 280px;
	font-size: 16px;
}

div.section p{
	margin: 0 0 0 280px;
}

div.section p.message {
	margin-top: 0.5em;
}

div.section p.photo {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}