html {
	overflow: -moz-scrollbars-vertical;
}
body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	background-color: #000;
}
#container {
	position: relative
}
#headerImg {
	background-repeat: no-repeat;
	height: 248px;
	width: 273px;
	position: fixed;
	top: -3px;
	left: 0px;
	background-image: url(../images/studio-header.gif);
}
#constructionImg {
	background-image:url(../images/working.gif);
	height: 108px;
	width: 102px;
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	right: 0px;
}
#donateImg {
	background-image:url(../images/btn_donateCC_LG.gif);
	height:47px;
	width:122px;
	background-repeat:no-repeat;
	position:fixed;
	bottom: 0px;
	right: 0px;
}
#copyrights {
	background-image:url(../images/copyrights.gif);
	height:50px;
	width:273px;
	background-repeat:no-repeat;
	position:fixed;
	bottom: 0px;
	left: 0px;
}
#content {
	position: relative;
	padding-top: 1%;
	margin: 0px;
	padding-left: 5px;
	right: 1px;
	left: 280px;
	bottom: 1px;
	top: 1px;
}
#content h1 {
	font-family: Papyrus;
	font-size: 2.5em;
	color: #FF3;
}
#content h2 {
	font-family: Papyrus;
	font-size: 1.8em;
	color: #423939;
}
#content h4 {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	font-family: Papyrus;
	font-size: 1.2em;
	color: #423939;
}
#menu {
	position: fixed;
	top: 7%;
	right: 2%;
	text-align: right;
	padding: 1em;
}
#menu a {
	text-decoration: none;
	color: #996633;
}
#menu ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	line-height: 2em;
	font-size: 1.2em;
	font-family: "Tempus Sans ITC";
}
#menu ul a:hover {
	color:#FFFF99;
}
#height {
	height: 20px;
}
#menu_left {
	position: fixed;
	width: 235px;
	top: 240px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding: 1em;
	color: #FFF;
}
#menu_left a {
	text-decoration: none;
	color: #06C;
}
#menu_left ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#menu_left ul li {
	line-height: 2.5em;
	font-size: 1.2em;
	font-family: "Tempus Sans ITC";
}
#menu_left ul a:hover {
	color:#390;
}
.style1 {
	color: #F00;
	font-size: 1em;
}
.style2 {
	color: #6f0000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	text-indent: 3%;
}
ul {
	list-style-type:none;
}
li {
	font-family:"Calligraph421 BT", "Century Gothic", Jokerman;
}
