/* @group global */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/main-bg.gif) repeat-x;
	text-align: center;
}
	
#wrap {
	width: 892px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}

#content {
	position: absolute;
	top: 133px;
	width: 892px;
	left: 0;
}

#header {
	position: absolute;
	top: 34px;
	width: 892px;
	left: 0;
}

img {
	border-style: none;
}



/* @end */

/* @group header */

#header h1 {
	width: 43px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}

#header h1 a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height: 18px;
	background: url(../images/mlh-id.gif);
}

#header h1 a:hover {
	background-position: -43px;
}

#header ul {
}

#header ul li {
	display: inline;
	width: auto;
	padding-right: 18px;
}

#header ul li:last-child {
	padding-right: 0;
}

#header ul li a {
}



/* @end */

/* @group content */



/* @end */

#content .jcarousel-skin-tango {
	padding-bottom: 12px;
}

#content #content-inner {
	padding: 48px;
	text-align: left;
	margin-top: -12px;
	background: #ececec url(../images/content-inner-bg.gif) repeat-x 0 bottom;
	margin-right: 36px;
	margin-left: 36px;
	min-height: 360px;
}

#intro {
	width: 892px;
	height: 624px;
	display: block;
	background: white url(../images/intro-bg.jpg) no-repeat center 24px;
	z-index: 5;
	position: absolute;
	top: 0;
}