body,html,div,ul,ol,li,form,fieldset,dl,dt,dd,h1,h2,h3,h4,p {
	margin				: 0px;
	padding				: 0px;
}

#page div,#page ul,#page li {
    overflow            : hidden;
}

body {
	font				: 12px "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	color				: #201200;
    background          : #000000;
}

body img,body form,body fieldset {
	border				: 0px;
}

a {
	color				: #a96939;
	text-decoration		: underline;
}

a:hover {
	text-decoration		: none;
}

input.text,select {
	font       			: 12px "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	height				: 18px;
	border				: 1px solid #a58552;
	background          : #efefef;
	color				: #212121;
	padding				: 1px 2px;
	margin              : 1px 0px;
	width               : 350px;
}

select {
    height              : 21px;
    width               : 356px;
}

textarea {
	font				: 12px "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	border				: 1px solid #a58552;
	background          : #efefef;
	color				: #212121;
	padding				: 1px 2px;
	margin              : 1px 0px;
    width               : 350px;
    height              : 120px;
}

input.checkbox {
    margin              : 0px 3px 1px 0px;
    vertical-align      : middle;
}

ul {
	list-style-type		: none;
}

.clear {
	display				: block;
	clear				: both;
	height				: 0em;
	margin				: 0em;
	padding				: 0em;
	overflow			: hidden;
}

#page {
    width				: 979px;
	margin				: 0 auto;
    overflow            : hidden;
    background          : #eae4d9;
}

#top {
    width               : 979px;
    height              : 178px;
    overflow            : hidden;
    background          : #620000 url(../images/bg-top.jpg) no-repeat 0 0;
    position            : relative;
}

#top a {
    position            : absolute;
    top                 : 13px;
    left                : 181px;
}

#menu {
    background          : #3f352c;
    height              : 30px;
    width               : 979px;
    text-align          : center;
    overflow            : hidden;
    font-size           : 16px;
    padding             : 7px 0 0 0;
}

#menu li {
    display             : inline;
    padding             : 4px 0px 0px 50px;
    background          : url(../images/bg-menu-list.jpg) no-repeat 24px 7px;
}

#menu li a {
    color               : #fff;
}

#content {
    width               : 920px;
    margin              : 10px auto;
}

#content div.error {
    text-align          : right;
    padding             : 2px 0;
}

#content div.item {
    float               : left;
    display             : inline;
    width               : 200px;
    height              : 17px;
    padding             : 154px 0px 5px 15px;
    overflow            : hidden;
    background          : url(../images/bg-content-item.gif) no-repeat 15px 0px;
    text-align          : center;
    margin              : 15px 0px;
    position            : relative;
    font-size           : 12px;
    color               : #660000;
}

#content div.item a img {
    border              : 2px solid #000000;
    position            : absolute;
    top                 : 17px;
    left                : 38px;
}

#content div.item a:hover img {
    border              : 2px solid #660000;
}

#content div.item a {
    color               : #660000;
}

#content div.accessDenied {
    width               : 600px;
    margin              : 50px auto;
    font-size           : 13px;
    text-align          : center;
}

#content div.pager {
	text-align			: center;
	padding				: 15px 0px;
}

#content div.pager a {
	text-decoration		: none;
	color				: #b5b5b5;
	border				: 1px solid #b5b5b5;
	padding				: 2px 6px;
	font-weight			: bold;
	background			: #f0f0f0;
}

#content div.pager a.active {
	background			: #f8ffdd;
	color				: #660000;
	border-color		: #660000;
}

#content div.pager a:hover {
	text-decoration		: underline;
	background-color	: #ffeacd;
}

#content div.code {
    text-align          : center;
}

#content div.watchedToday {
    text-align          : right;
    padding-bottom      : 10px;
    font-size           : 10px;
}

#content iframe {
    margin              : 0px auto;
}

#content h1 {
    font-size           : 23px;
    text-transform      : lowercase;
    margin              : 0px 0px 3px 0px;
    padding             : 0px 0px 3px 0px;
    border-bottom       : 1px solid #3f352c;
}

#content h2 {
    font-size           : 16px;
    margin              : 3px 0px;
    padding             : 3px 0px;
    border-bottom       : 1px solid #3f352c;
}

#content div.addComment {
    width               : 356px;
    margin              : 0px auto;
}

#content div.addComment img {
    float               : left;
    border				: 1px solid #a58552;
	margin              : 1px 1px 1px 0px;
}

#content div.addComment input.captcha {
    width               : 100px;
}

#content div.message {
    width               : 700px;
    border              : 1px solid #ff0000;
    padding             : 10px;
    margin              : 10px auto;
    text-align          : center;
    background          : #fefefe;
}

#content div.comment {
    border-bottom       : 1px solid #efefef;
    margin              : 3px 0px;
    padding             : 3px 0px;
}

#content div.comment p {
    padding-top         : 3px;
    text-align          : justify;
    font-size           : 13px;
}

#content div.comment b {
    font-size           : 13px;
    color               : #660000;
}

#footer {
    font-size           : 11px;
    color               : #3f352c;
    text-align          : center;
    padding             : 17px 10px 10px 10px;
    background          : url(../images/bg-footer.jpg) no-repeat 0 0;
}

#footer a {
    color               : #3f352c;
}

#adult {
    width               : 500px;
    margin              : 50px auto;
    background          : #eae4d9;
    padding             : 20px;
}

div.center {
    text-align          : center;
}