BODY {
	backgound: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
	text-align: center; /* IE */
}

#container {
	position: relative;
	text-align: left;
	margin: auto;
	width: 750px;
}

#header { /* fix baseline problem */
	height: 83px;
}

#content-box {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	position: relative;
	border: solid 12px #000000;
	padding: 20px;
	width: 674px;
	z-index: 1;
}

#content-box A {
	color: #3278B8;
	font-weight: bold;
}

#footer {
	border-top: solid #B87333;
	font-size: 10pt;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}

#slogan {
	position: absolute;
	color: #B87333;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	right: 10px;
	top: 30px;
}

#copyright {
	color: #B87333;
	font-size: 8pt;
	text-align: center;
}

/* tabs */
a.tab {
	background-image: url(images/background.jpg);
	border: 8px solid #919191;
	border-bottom-width: 0px;
	color: #919191;
	font-size: 12pt;
	font-weight: bold;
	padding: 2px 6px 7px 6px;
	position: relative;
	text-decoration: none;
}

a.tab:hover {
	color: #B87333;
	border-color: #B87333;
}

a.tab_active {
	background-image: url(images/background.jpg);
	border: 8px solid #000000;
	border-bottom-width: 0px;
	color: #B87333;
	font-size: 12pt;
	font-weight: bold;
	padding: 2px 6px 19px 6px;
	position: relative;
	text-decoration: none;
	z-index: 2;
}

/* content box rounded corners */
IMG.bottom-left {
	position:absolute;
	bottom: -12px;
	left: -12px;
}

IMG.bottom-right {
	position:absolute;
	bottom: -12px;
	right: -12px;
}

IMG.top-left {
	position:absolute;
	left: -12px;
	top: -12px;
}

IMG.top-right {
	position:absolute;
	right: -12px;
	top: -12px;
}