@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../studio/assets/studiobg.png);
}

/* CSS Document */

body,td,th {
	color: #FFFFFF;
	background-color: #000000;
}
.style1 {font-size: 12px}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
a:hover {
	color: #680068;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#left {
	float: left;
	width: 10%;
	padding: 20px;
}
#main {
	width: 750px;
}
#colwrap {
	width: 100%;
}
#right {
	float: left;
	width: 60%;
	padding: 40px;
	overflow: scroll;
	height: 480px;
}
#rightpics {
	float: left;
	width: 60%;
	padding: 40px;
	height: 480px;
}
