

.clear-left
 {
	clear: left;
}
.clear-right
 {
	clear: right;
}

.float-left
 {
	float: left;
}

.float-right
 {
	float: right;
}

.brickbkgd a.whitelink
 {
	color: #ffffff;
	font-style: italic;
}

.brickbkgd a.whitelink:hover
 {
	color: #ccc;
	font-style: normal;
}

#studio-container {
	width: 950px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#studio-container h4 {
	clear: both;
	margin-top: 20px;
	font-weight: bold;
}

#studio-left-column {
	width: 530px;
	padding: 0px;
	margin: 30px 0px 0px 25px;
	float: left;
	display: inline-block;
}

#studio-right-column {
	width: 365px;
	padding: 0px;
	margin: 30px 0px 0px 25px;
	float: left;
	display: inline;
}

#signup-box-left
 {
	width: 309px;
	height: 135px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background: url(../media/class-signup-bg.png) no-repeat;
	position: relative;
	text-align: center;
	float: left;
	display: inline-block;
}

#signup-box-left img
 {
	position: absolute;
	top: -20px;
	left: -25px;
	padding: 10px;
}

#signup-box-left b {
	color: #76B900;
}

#signup-box-left span
 {
	background: url(../media/black-bg.png);
	width: 309px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 105px;
	height: 30px;
	left: 0px;
	display: inline-block;
	float: left;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.0em;
	color: #fff;
	padding: 0px;
}

#signup-box-left span h4 {
	margin-top: 5px;
}
#signup-box-right {
	width: 200px;
	float: left;
	clear: right;
	height: 135px;
	padding: 50px 0px 0px 0px;
	margin: 20px 0px 0px 15px;
	display: inline;
}

#signup-container
 {
	width: 100%;
	height: 170px;
	background: url(../media/signup-bg.png);
}

.classes-box
 {
	width: 161px;
	height: 139px;
	background: url(../media/box-grad-bg.png);
	padding: 0px;
	margin: 15px 5px 20px 11px;
	float: left;
	position: relative;
	display: inline-block;
}

.classes-box p
 {
	margin-top: 5px;
	margin-left: 5px;
	width: 150px;
}
.classes-box a.schedule
 {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 117px;
	height: 32px;
	background: url(../media/see-schedule-button.png) no-repeat;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
}

.classes-box a.signup
 {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 93px;
	height: 32px;
	background: url(../media/sign-up-smallbutton.png) no-repeat;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
}

.classes-box a.buyclasses
 {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 93px;
	height: 32px;
	background: url(../media/buyclasses-smallbutton.png) no-repeat;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
}

.classes-box a:hover
 {
	text-decoration: underline;
}

#passes-box 
 {
	float: left;
	width: 170px;
	height: 127px;
	margin: 0px 0px 0px 6px;
	clear: right;
}

#passes-box a:hover
 {
	font-style: italic;
}

.picbox
 {
	width: 249px;
	height: 150px;
	float: left;
	margin: 0px 5px;
	display: inline-block;
}

.picbox img
 {
	border: 3px solid #79B01A;
}
#whatsnew
 {
	width: 362px;
	height: 198px;
	margin: 0px 0px 10px 0px;
	background: url(../media/whatsnew-bg.png);
	display: block;
	padding: 0px;
}

#whatsnew h2
 {
	margin-left: 20px;
	margin-top: 10px;
	display: inline-block;
}

#whatsnew b
 {
	color: #000;
	margin-top: 25px;
	margin-left: 20px;
	display: block;
}

#whatsnew p
 {
	color: #000;
	margin-top: 5px;
	margin-left: 20px;
	width: 320px;
	display: block;
	line-height: 1.0;
}

#whatsnew p .more
 {
	margin-top: 25px;
	color: #fff;
	float: right;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}

#whatsnew p .more:hover
 {
	text-decoration: underline;
}

#map-box
 {
	width: 361px;
	height: 454px;
	display: block;
	background: url(../media/map-bg.png);
	padding: 0px;
	margin: 0px;
}

#map-box h2
 {
	margin-left: 20px;
	margin-top: 10px;
	display: inline-block;
}

#map-box p
 {
	display: inline-block;
	margin-top: 15px;
	width: 290px;
	font-size: 12px;
	line-height: 1.0;
}

#inside-studio ul li a
 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}