/* Valle Della Paura Screen Style*/

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	background-color: #FFFFFF;
	color: #333333;
}

a img {
	border: none;
}

a:link, a:active, a:visited {
	color: #e86526;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#vert-wrap {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#horr-wrap{
	position: relative;
	margin: 0 auto;
	width: 950px;
	text-align: justify;
	overflow: hidden;
}

#header {
	position: relative;
	display: block;
	width: 950px;
	height: 100px;
}

#menu {
	position: relative;
	display: block;
	width: 950px;
	color: #e86526;
	border-bottom: 2px solid #e86526;
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #333333;
	text-decoration: none;
}

#menu a:hover {
	color: #e86526;
	text-decoration: underline;
}

#page {
	position: relative;
	display: block;
	height: 390px;
	width: 930px;
	overflow: auto;
	margin: 10px;
	padding-right: 10px;
}

#title {
	margin-top: 1em;
	font-size: 1.5em;
}

.subtitle {
	font-size: 1.1em;
	font-weight: bold;
}

.right {
	text-align: left;
	width: 200px;
	vertical-align: top;
	padding-left: 1em;
}

.left {
	text-align: right;
	width: 200px;
	vertical-align: top;
	padding-right: 1em;
}

.name{
	width: 200px;
}

.cast{
	width: 75px;
	height: 75px;
}

.pic {
	width: 165px;
	height: 93px;
}

#footer {
	position: relative;
	display: block;
	width: 950px;
	border-top: 2px solid #e86526;
	font-size: 0.9em;
}

#exp {
	position: absolute;
	bottom: 0;
	right: 0;
}

#exp a:link, #exp a:active, #exp a:visited {
	color: #e86526;
	text-decoration: none;
}

#exp a:hover {
	color: #000000;
	text-decoration: underline;
}