
html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}
	body { 
	text-align: center;
padding: 5px 0 0 0; 
margin: 0;
/*font: normal 62.5% Tahoma,sans-serif;*/
font: .65em Tahoma, Arial, sans-serif; 
line-height: 1.7em; 
/*background: #ffffff url(images/bg3.gif) no-repeat center top;*/
background: #666666 url(images/bgdolly.png) bottom left no-repeat fixed; 
color: #454545; }
	
	
	.movieloc{
	position: relative;
	top: -60;
	left: -65;
	z-index: 25;
	}
	
	.content { 
	margin: 10px auto; 
	width: 800px;
	padding: 10px;
	background-color: Black;
	border: solid 3px #ba2222;
	}
	
	.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.starring{
color: fff;
text-align: center;
font-size: 2.3em;
line-height: 1.2em;
font-family: arial, helvetica, verdana;

}

.copy, a{
color: fff;
text-align: center;
font-size: 1.1em;
font-family: arial, helvetica, verdana;
z-index:99;
}

.quote2 {
   color: white;
   font-style:italic; 
   font-size: 1.6em; 
	font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}

.quote3 {
   color: black;
   padding: 20px;
   font-style:italic; 
   font-size: 1.6em; 
	font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.sized {
	text-size:
}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.codebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
	border: 1px solid #BFBFBF;
}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}


.postedby {
	padding: 0 0 0 18px;
	background: url(images/abullet.gif) no-repeat 0 4px;
	}
	
h3.formtitle {
	margin : 0px 0px 0px 0px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
	}

.commentbody {
	border-top: 1px dotted #ccc;
	}

.post{
color: red;
}
	
/*gray box*/
.commentarea{
text-align:center;
width: 90%;
padding: 5%;
}

.submitcomment, #submitcomment, #currentcomments, #rating, .textad {
	background-color: #F5F5F5;
	border: 1px dotted #ccc;
	padding: 5px;
	padding: 5px;
	margin: 20px 0px 0px 0px;
	text-align: left;
	
	}
	.theComment{
background-color: #F5F5F5;
	border: 1px dotted #ccc;
	padding: 5px;
	padding: 5px;
	margin: 20px 0px 0px 0px;
	text-align: left;
	font-size: 1em;
	}
	
	.comm{
	font-size:1.6em;
	}


/*FORMS
*------------------------------------*/

.form {
	font-size: 70%;
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
	padding: 2px;
	}

.formtext {
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
	padding: 2px;
	border-bottom: 1px dotted #ccc
	}

.form:hover, .formtext:hover {
	background: white;
	}
	
.form:focus, .formtext:focus {
	background: white;
	border: solid 1px #000000;
	}
	
.submit {
	background-color: #D3D3D3;
	border: solid 1px #C6C6C6;
	border-right:  solid 1px #9A9A9A;
	border-bottom:  solid 1px #9A9A9A;
	}
	
.submit:hover, .submit:focus {
	background: #EDEDED;
	}