body {
	font-family: sans-serif;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

h2,h3 {
	padding-left: 33px;
	padding-top: 3px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
	border: none;
}

#contentDiv {
	width: 750px;
	background: white;
}

#logoPic {
	position: fixed;
	top: 9px;
	right: 30px;
	z-index: -50;
}

#themePic {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -50;
}

#logoPic :hover {
	z-index: 50;
}

#contacts {
	font-size: 10px;
	text-align: center;
}

.meta {
	font-size: 10px;
	color: #3c3c3c;
}

.picRight {
	float: right;
	border-left: 5px solid white;
}

.picLeft {
	float: left;
	border-right: 5px solid white;
}

#tabs a {
	padding: 0px 5px 0px 18px;
	margin-left: 10px;
}

#tabs a:hover {
	text-decoration: none;
}

#tabs a span {
	padding: 0px 33px 0px 0px;
	margin: 0px;
}

#tabs a span span {
	padding: 0px;
	margin: 0px;
}