body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	background: white url(../images/sidebar.gif) repeat-y 40px 0;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: grey;
}

#main {
	width: 800px;
	top: 0;
	left: 0px;
	padding-left: 200px;
	position: absolute;
	padding-top: 100px;
	overflow: hidden;
	min-height: 100%;
}

#identity {
	font-size: 40px;
	margin-left: -30px;
	margin-bottom: 35px;
}

#identity .bracket {
	font-size: 65px;
}

#identity a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
}

#identity a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
}

#menu {
	width: 800px;
	overflow: hidden;
}

#menu a {
	display: block;
	color: black;
	height: 90px;
	width: 110px;
	margin-right: 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	font-size: 14px;
}

#menu a:hover {
	color: gray;
	text-decoration: none;
	font-style: normal;
}

#menu a.active {
	color: gray;
	background: url(../images/link_active.gif) no-repeat -10px 40px;
}

.bold {
	font-weight: bold;
}

.super {
	font-size: x-small;
	vertical-align: super;
}

.italic {
	font-style: italic;
}

div.body_text {
	width: 750px;
	margin-bottom: 25px;
}

div.body_text p {
	font-size: 18px;
}

div.body_text ul {
	list-style-type: disc;
	list-style-position: outside;
}

div.body_text ul li {
	font-size: 18px;
}

div.body_text ul.spaced li {
	margin-top: 15px;
}

.learn_more, .learn_more a {
	font-size: 20px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#more {
	visibility: hidden;
	margin-left: 20px;
	font-size: 14px;
	width: 500px;
}

#contacts {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 20px;
}

div.contact {
	float: left;
	width: 300px;
	display: inline;
}

div.contact .title {
	font-weight: bold;
}