﻿/* CSS layout */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #1488ff url('http://bingbangstudios.com/images/main_bg2.jpg') no-repeat top center;
}


a:visited {
	color: #0033cc;
}
a:link {
	color: #0033cc;
}
a:hover {
	color: #ff6600;
}
a.redBold {
	color: #FF0000;
	text-decoration: none;
}
a.redBold:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #0000CC;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #FF6600;
	margin: 15px 0px 15px 0px;
	padding: 0 0 0 20px;
}
p {
	margin: 15px 0px 15px 0px;
	padding: 0 0 0 20px;
}
.smallFontStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.normalFontStyle {
	font-size: 12px;
}
.boldFontStyle {
	font-size: 12px;
	font-weight: bold;
}
.bbsBold {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}

#circlesbg {
	position: relative;
	width: 938px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	background: #e5e5e5 url('images/circles_bg.gif') no-repeat center center;
}

#masthead {
	position: relative;
	width: 760px;
	height: 194px;
	margin-left: auto;
	margin-right: auto;
	background: #e5e5e5 url('http://bingbangstudios.com/images/main_header.jpg') no-repeat center center;
}
#tabs {
	position: absolute;
	width: 525px;
	height: 36px;
	left: 164px;
	top: 74px;
}
#container {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#left_col {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 167px;
	height: 100%;
	background: #ffffff url('http://bingbangstudios.com/images/side_menu_fill.gif') repeat-y;
	border-right: 1px solid #33CC66;
}
#content {
	width: 592px;
	margin: 0px 0px 0px 168px;
	padding: 0px;
}
#footer {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 5px 0;
	clear: both;
	display: block;
	text-align: center;
	background-color: #FFFF66;
	border-top: 1px solid #5C4123;
}
#footer p {
	margin: 5px 0 0 0;
	padding: 0 125px;
	font-size: 8pt;
	line-height: 10pt;
	color: #0000CC;
}
#footer a, #footer a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #0000CC;
}
#footer a:hover {
	color: #FFFFFF;
}



