body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #43413b;
	font-family: "Georgia", serif;
}
#outer {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
#inner {
	width: 950px;
	height: 638px;
	margin: 40px auto auto auto;
	background-color: white;
	text-align: left;
}
#left {
	float: left;
	width: 405px;
	height: 638px;
	background-color: white;
}
#border {
	float: left;
	width: 15px;
	height: 636px;
	margin: 1px 0 0 0;
	background-color: #998e62;
}
#right {
	float: left;
	width: 530px;
	height: 638px;
	background-color: white;
	overflow: auto;
}
#content {
	padding: 10px;
}

#content h1 {
	color: #6e6e70;
	font-size: 24pt;
	font-weight: normal;
	letter-spacing: 1pt;
	margin: 0 0 15px 0;
}

#content h2 {
	color: #998e75;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 1pt;
	margin: 0 0 15px 0;
}

#content p, #content ul {
	color: #7a7a7a;
	font-size: 11pt;
	line-height: 16pt;
	letter-spacing: 0.2pt;
	margin: 0 0 15px 0;
}

#content ul {
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: square;
}

#content a {
	color: #6e6e70;
}

#logo {
	width: 395px;
	height: 234px;
	margin: 10px 0 0 10px;
}
#navibox {
	width: 185px;
	height: 191px;
	margin-left: 10px;
	background-image: url(/images/navibg.jpg);
	padding-top: 193px;
	padding-left: 210px;
}
#navi img {
	display: block;
}

#footer {
	width: 950px;
	margin: auto;
}
#footer p {
	text-align: right;
	margin: 0;
	padding: 8px;
	font-size: 9pt;
	color: #c0c0c0;
	cursor: default;
}
#footer a {
	color: #c0c0c0;
}
#footer a:hover {
	color: #f0f0f0;
}

a img {
	border: none;
}

.tooltipdiv
{
	border: 1px solid #393835;
	background-color: #333333;
	padding: 4px;
	color: #ccc;
	font-size: 11px;
	width: 150px;
	-moz-opacity: 0.9;
}

.magazine {
	float: left;
	margin: 0 22px 20px 0;
}
.magazine h4 {
	color: #6e6e70;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1pt;
	margin: 0 0 5px 8px;
}

img {
	border: none;
}
.coop {
	color: #7a7a7a;
	cursor: default;
	margin: 20px 0 0 0;
	font-size: 10pt;
	text-align: center;
}

form label {
	display: block;
	float: left;
	width: 60px;
	margin-right: 10px;
}

.error {
	padding: 5px;
	background-color: #ffeeee;
	font-size: 10pt;
}

