/* GENERAL STYLES */

body {
	min-width: 725px;
	background: #DDDDDD;
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	color: #000000;
	font-size: 11px;
}

input, textarea, select {
	font-size: 11px;
	color: #000000;
}

img {
	border: 0px;
}

/* LINKS */

a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.topnav:link, a.topnav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.topnav:hover, a.topnav:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

/* DIV TABLES*/

div.outerwrap {
	width: 725px;
	margin: auto;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #999999;
}

div.wrap {
	background:;
	padding: 0px;
	border: 0px solid #CCCCCC;
}

div.header {
	
}

div.topnav {
	float: left;
	border: 0px solid #000000;
	padding: 10px;
	background: #333333;
}

div.headings {
	background:;
	font-size: 16px;
	font-weight: bold;
	padding: ;
	border-bottom: 1px solid #CCCCCC;
}

div.thumbnail {
	float: left;
	margin: 15px;
	padding: ;
	border: 0px solid #CCCCCC;
	width: 150px;
	height: 150px;
}

div.thumbnail_manga {
	float: left;
	margin: 15px;
	padding: ;
	border: 0px solid #CCCCCC;
	width: 150px;
	height: 250px;
}

#movieswrap{
padding:3px;
width:100%;
}

#movies1{
float:left;
background:;
width:300px;
}

#movies2{
float:left;
background:;
width:120px;
}

#movies3{
float:right;
background:;
width:100px;
}

div.MovieWrap {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

div.MovieHeadings {
	margin: 0px;
	background: #333333;
	color: gold;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

div.copyright {
	background: #333333;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
}

.clear {
	clear: both;
	line-height: 1px;
}

/* LIST */