html { height: 100%; }
*, p, body, h1, h2, h3, ul, li { margin: 0; padding: 0; }

body {
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/studios_menu.gif);
	background-repeat: repeat-y;
}

html>body #content { height: auto; }

#header {
	height: 111px;
	background-image: url(images/studios_header.gif);
}

h1, h2, p, ul {
	padding-bottom: 16px;
}

h3 {
	color: #9B9A9A;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #D0CFCF;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #8D3737;
}

a:hover {
	color: #E50F0F;
	border-bottom: 1px dashed #D0CFCF;
}

a img {
	border: 0;
}

/* ================================= */

#menu {
	padding: 20px;
	position: absolute;
	top: 111px;
	width: 204px;
}

#menu h2 {
	color: #9B9A9A;
	font-size: 14px;
}

#menu ul {
	margin: 0 0 0 10px;
	list-style-type: none;
}

/* ================================= */

#text {
	text-align: justify;
	width: 540px;
	padding: 20px;
	margin-left: 204px;
}

#text h1 {
	color: #8D3737;
	font-size: 14px;
}

#text h2 {
	color: #9B9A9A;
	font-size: 14px;
}

#text img {
	margin: 10px 10px 14px 0;
}