@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

body {
	text-align: center;
	font-family:Geneva, Helvetica, sans-serif;
	background-color:#34363C;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	margin-top: 150px;
	text-align: left;
}

.title {
	color: #FFF;
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
}

.part {
	width: 245px;
	float: left;
	text-align: center;
}

.bar {
	margin-bottom: 10px;
}

a.sub_title {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}

a.sub_title:active {
	position:relative;
	top:2px;
}

.copy {
	text-align: center;
	color: #252525;
	font-size:9px;
	padding-top: 300px;
}

.clear {
	clear: both;
}

.tipsy {padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 220px; text-align: center; font-size:13px; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
