body {
	background: #ffffff url(images/bg-image.jpg) repeat-x;
	margin: 10px;
}

#wrapper {
	width: 920px;
	margin: 0px auto;
	position: relative;
}

#left-col {
	width: 695px;
	float: left;
	margin-top: 11px;
}

/* main menu */
.mac_tab_wrapper {
	background: url(images/content-top-bg2.png) no-repeat right top;
	height: 26px;
}

#nav {
	background: url(images/content-top-bg.png) no-repeat left top;
	height: 26px;
}

.mac_tab {
	background: url(images/content-top-bg1.png) no-repeat left top;
	height: 26px;
}

#nav ul, .mac_tab ul {
	list-style: none;
	padding: 0px;
	font: bold 12px/100% tahoma, sans-serif;
}

#nav ul {
	margin: 0px 0px 0px 25px;
}

.mac_tab ul {
	margin: 0px 0px 0px 8px;
}

#nav ul li, .mac_tab ul li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}

#nav ul li a, .mac_tab ul li a {
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: black;
	display: block;
}

#nav li a:visited, .mac_tab a:visited {
	text-decoration: none;
	color: black;
}

#nav li a:hover, #nav .current_page_item a,
.mac_tab li a:hover, .mac_tab .current_page_item a {
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: white;
}

#content {
	width: 900px;
	background: white;
	clear: both;
	overflow: hidden;
}

#footer {
	background: url(images/content-bottom-bg.png) no-repeat;
	padding: 10px 0px 0px 10px;
	color: black
}
