/*CSS for Ultrastu 2010*/
html /* fixes chrome backdrop thing */
{
	height: 100%;
}
body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-position: top center;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	color: #bbbbbb;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: normal;
}
img
{
	border: 0px;
	outline: none;
}

#shell
{
	border: 0px dashed blue;
	width: 255px;
	height: 374px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -126px;
	margin-top: -189px;
}
#content
{
	width: 255px;
	height: 300px;
	border: 0px solid green;
	margin-top: 25px;
	
}

#content H1
{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: large;
	font-weight: normal;
	color: #990000;
}

#content p
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	font-size: small;
	font-weight: normal;
	text-align: justify;
}
/*#content a
{
	font-size: small;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#content a:hover
{
	color: #ffffff;
	text-decoration: none;
}*/

.left
{
	float: left;
	width: 190px;
	border: 0px solid red;
	background-image: url(../images/hometitle.png);
	background-repeat: no-repeat;
}

.right
{
	float: right;
	width: 62px;
	height: 239px;
	border: 0px solid yellow;
	background-image: url(../images/drumworks.png);

}
#buttons
{
	
	margin-top: 100px;
}

.tuition a
{
	background:url(../images/tuition.jpg) no-repeat;
	background-position:left;	
	margin:0px 0px 0px 0px;	
	padding: 0;
	float:left;
	display:block;
	width:190px;
	height:24px;
	float:left;
	outline: none;
}
.tuition a:hover
{
	background:url(../images/tuition.jpg) no-repeat;
	background-position:right;
	outline: none;
}

.session a
{
	background:url(../images/session.jpg) no-repeat;
	background-position:left;	
	margin:5px 0px 20px 0px;	
	padding: 0;
	display: block;
	width:190px;
	height:24px;
	float:left;
	outline: none;
}
.session a:hover
{
	background:url(../images/session.jpg) no-repeat;
	background-position:right;
	outline: none;
}

#footer
{
	color: #001c1d;
	text-align: right;
}


#credit
{
	width: 252px;
	text-align: center;
	margin-top: 85px;
}

#credit a
{
	font-size: x-small;
	color: #003333;
	text-decoration: none;
	font-weight: normal;
}
#credit a:hover
{
	color: #008688;
	text-decoration: none;
}









