@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#wrapper {
	width:690px;
	margin: auto;
	padding-top: 10px;
}

.hr1 {
	width: 400px;
	color: #8B82B9;
}

.hr2 {
	width: 400px;
	color: #8B82B9;
}

.hr3 {
	width: 400px;
	color: #8B82B9;
}

.link_left {
	float: left;
	padding-left: 112px;
	padding-bottom: 10px;
	 	
}


.link_right {
	float: right;
	padding-right: 103px;
	padding-bottom: 10px;
}

.main_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	padding-left: 33px;
	padding-right: 33px;
}

.main_content a {
	font-size: 11px;
	font-weight: bold;
	color: #e98c24;
	text-decoration: none;
}

.main_content a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #65418D;
	text-decoration: none;
}

.press_left a {
	color: #65418D;
	text-decoration: none;
}

.press_left a:hover {
	color: #e98c24;
	text-decoration: none;
}

.press_right a {
	color: #e98c24;
	text-decoration: none;
}

.press_right a:hover {
	color: #65418D;
	text-decoration: none;
}



.bg {
	background-image: url(images/PlayBrains_02.gif);
	width: 690px;
	background-repeat: repeat-y;
}

strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e98c24;
	font-weight: bold;	
}

em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #65418D;
	font-weight: bold;
	font-style: normal;
}

.babo_link {
	width: 200px;
	margin: auto;	
}

.press_left {
	clear: both;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #774da4;
	padding-left: 140px;
}

.press_right {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e98c24;
	padding-right: 85px;
	padding-bottom: 5px;
	
}

.contact_left {
	clear: both;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e98c24;
	padding-left: 43px;
}

.contact_right {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #774da4;
	padding-right: 49px;
	
}
