body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
		color: white;
		background-color: blue;
}

p {
	padding-left: 5px;
}

body {
	width: 800px; 
	margin: 30px auto 0;
	background: #666;
	background: -moz-linear-gradient(top, #777, #222);
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#222));

}


#box {
	/* Just a box */
	width: 800px;
	height: 1180px;

	/* Rounded corners */
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;

	border: 2px solid white;

	/* Multiple border colors in Gecko */
	-moz-border-top-colors: #292929 white;
	-moz-border-right-colors: #292929 white;
	-moz-border-bottom-colors: #292929 white;
	-moz-border-left-colors: #292929 white;

	/* Compensate for Webkit. Not as nice, but works. */
	-webkit-box-shadow: 0 -1px 2px #292929;

	/* Background subtle gradient, with fallback to solid color */
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #e3e3e3, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ffffff));
}


#studiobox {
	/* Just a box */
	width: 800px;
	height: 11000px;

	/* Rounded corners */
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;

	border: 2px solid white;

	/* Multiple border colors in Gecko */
	-moz-border-top-colors: #292929 white;
	-moz-border-right-colors: #292929 white;
	-moz-border-bottom-colors: #292929 white;
	-moz-border-left-colors: #292929 white;

	/* Compensate for Webkit. Not as nice, but works. */
	-webkit-box-shadow: 0 -1px 2px #292929;

	/* Background subtle gradient, with fallback to solid color */
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
}

#content {
	margin: 0;
}
#content h1 {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding: 20px 5px 5px 40px;
}

#content h2 {
	font-size: 100%;
	font-style: italic;
	align: left;
  background-image: -moz-linear-gradient(top, #dadada, #bcbcbc); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #dadada),color-stop(1, #bcbcbc)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#dadada', EndColorStr='#bcbcbc'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dadada', EndColorStr='#bcbcbc')"; /* IE8 */
	padding: 5px 5px 5px 40px;
}


#content .note {
	font-style: italic;
}

#content p {
	font-size: 80%;
	margin: 0;
	padding: 5;
	text-indent: 0em;
	
}

table p {
	padding: 0;
	
}

table ul {
	font-size: 80%;
}	

.desc {
	font-size: 60%;
	font-weight: bold;	
}

.topheader {
	color: #0000ff;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 38px 0px 0px;
	-moz-text-shadow: 1px 1px 3px #000;
	-webkit-text-shadow: 1px 1px 3px #000;
	text-shadow: 1px 1px 3px #777;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');


}
	
}	

.topheader2 {
	padding: 0px 5px 0px 0px;
	vertical-align: bottom;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #777;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');


}

.topheader2:hover {
	background-color: transparent
}

.credits {
	padding-left: 40px;
}
.credits dt {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.credits dd {
	margin: 0;
	padding: 0;
	text-indent: 1em;
}
#contact {
	background-color: #dadada;
	padding: 1em
}

