
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

html {
	overflow: scroll;
}
body {
	font-family: Georgia, serif;
	height: 100%;
	font-size: 12px;
	color: #222;
	background: #fff url(images/left-line.gif) top left repeat-y; 
}
/* Defaults */
h1, h2, h3 {
	font-family: Georgia, serif
	font-weight: lighter;
	color: #666;
	
}
h1 { margin-bottom: 10px; font-size: 20px;}
h2 { margin-bottom: 8px; font-size: 14px;  letter-spacing: -1px;}
h3 { margin-bottom: 5px; }
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
p {
	font-size: 100%;
}
.clear {
	clear: both;
}
.clear2 {
	clear: left;
}
.hr-line {
	border-bottom: 1px dashed #ccc;
	background: none;
	color: #fff;
}
a img {
	border: none;
}


/* Secret */
#ring {
	position: absolute;
	bottom: 0; 
	left: 0;
	margin: 10px;
	}
/* Soclial Media */
#socialmedia {
	margin: 20px 0 0 0;
}
/* Logo */
#logo {
	position: absolute;
	top: 5px; left: 15px;
}
/* Content */
#content {
	float: left; 
	margin: 70px 0 40px 190px;
	}
#information p {
	color: #666;
	line-height: 18px;
	margin-bottom: 10px;
	width: 600px;
}
#text-content {
	margin-top: 15px;
}
/* Navigation */
#floatMenu {
	position:absolute;
	top:70px;
	left:15px;
	margin-left:10px;
	width:250px;
	font-size: 11px;
	}
/* Film Section */
.movie img {
	border: 1px solid #777;
	}
.v {
	width: 500px;
	}
.v p, .m p{
	margin-bottom: 10px;
	line-height: 16px;
	color: #2f5dbd;
}
.v p strong, .m p strong {
	margin-bottom: 10px;
	line-height: 16px;
	color: #666;
}
.movie {
	float: left;
		margin-right: 10px;
	}
.movie p {
	width: 230px;
	font-size: 11px;
	}

/* Images */
.images-table {
	margin: 0 40px 10px 0;
	}
.images-table img {
		height: 450px;
		}
		.small-table img {
				height: 350px;
				}
.images-table tr td {
	}
.images td {
	background-color: #ddd;
	padding: 9px 9px 9px 0;;
	}
.images td.first, .captions td.first {
	padding-left: 8px;
	}
.captions td {
	padding-top: 3px;
	padding-right: 10px;
	font-size: 11px;
	color: #999;
	text-align: left;
	}
