body {
	background: #333366;
	color: #000000;
	font-family: cursive, helvetica;
}

a:link {
	color: #333399;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-style: none;
}

hr {
	width: 720px;
	margin-left: 25px;
}

ul {
	list-style-type: none;
}

li {
	padding-right: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#rap {
	width: 850px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.moviebox {
	width: 650px;
	height: 205px;
	margin-right: auto;
	margin-left: auto;
}

.cartbox {
	float: right;
	margin-right: 150px;
	width: 90px;
	height: 125px;
}


#header {
	position: relative;
	width: 850px;
	background-image: url(images/mindyheader.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-bottom: 40px;
	height: 450px;
}

#titleimg {
	background: url(images/titlebg.png);
	background-repeat: no-repeat;
	width: 375px;
	height: 200px;
	margin-top: 35px;
	margin-left: 516px;
	padding-top: 15px;
	padding-left: 45px;
}

#navbar {
	width: 70%;
	height: 120px;
	margin-top: -212px;
	margin-left: 270px;
	text-align: left;
}

#quotebox {
	margin-left: 485px;
	margin-top: 100px;
}

#quoteboxfront {
	margin-left: 455px;
	margin-top: 160px;
}

#quoteboxa {
	margin-left: 265px;
	margin-top: 225px;
	padding-bottom: 35px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

#salebox {
	position: absolute;
	margin-left: 654px;
	margin-top: -33px;
}

#content {
	position: relative;
	width: 850px;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	margin-top: -25px;
	padding-top: 55px;
	padding-left: 40px;
	padding-bottom: 5px;
	
}

#contenta {
	position: relative;
	width: 850px;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	margin-top: -5px;
	padding-top: 55px;
	padding-bottom: 5px;
	padding-left: 40px;
}

#contentb {
	position: relative;
	width: 850px;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	margin-top: -45px;
	padding-top: 55px;
	padding-bottom: 5px;
	padding-left: 40px;
}

.text {
	width: 700px;
	padding-right: 50px;
	padding-left 20px;
}

.imagebox {
	float: left;
	padding-right: 15px;
	border: 1px;
	border-color: #FFFFFF;
}

.imageboxa {
	float: left;
	width: 405px;
	height: 605px;
	border: 1px;
	border-color: #FFFFFF;
	text-align: center;
}

.imageboxb {
	float: left;
	width: 145px;
	border: 1px;
	border-color: #FFFFFF;
}

.imageboxc {
	float: right;
	margin-right: 55px;
	padding-left: 30px;
	margin-top: 30px;
	width: 395px;
	border: 1px;
	border-color: #FFFFFF;
}

.imageboxd {
	float: right;
	margin-right: 55px;
	width: 225px;
	border: 1px;
	border-color: #FFFFFF;
	text-align: center;
}


#quoteboxa ul {
	list-style-type: none;
	list-style-image: none;
}

#quoteboxa li {
	display: inline;
	padding-left: 10px;
	padding-bottom: 205px;
	height: 250px;
	font-size: 1.2em;
}

#contactbar {
	width: 70%;
	height: 60px;
	margin-top: -55px;
	margin-left: 90px;
	text-align: center;
}

#mindynote {
	float: right;
	width: 250px;
	height: 300px;
	padding-right: 30px;
}

.note {
	width:220px;
	height: 250px;
	margin-top: -30px;
	text-align: center;
}

#dvdboxa {
	float: left;
	width: 300px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#dvdcapsa {
	position: absolute;
	margin-top: -20px;
	margin-left: 95px;
	padding-bottom: 5px;
}

#dvdboxb {
	float: right;
	width: 300px;
	margin-right: 70px;
	margin-top: -100px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#dvdcapsb {
	position: absolute;
	margin-top: -20px;
	margin-left: 95px;
	padding-bottom: 5px;
}

#footer {
	position: relative;
	width: 850px;
	height: 425px;
	margin-left: 2px;
	margin-top: 0px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 5px;
}

#footertext {
	position: absolute;
	margin-top: 305px;
	margin-left: 105px;
}

#contact-area {
	width: 600px;
	margin-top: 5px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 190px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-left: 390px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

#work {
	position: absolute;
	width: 500px;
	height: 1700px;
	padding-bottom: 250px;
	margin-left: 130px;
	margin-top: -280px;
	background-image: url(images/underconstruction500x500.png);
	background-repeat: repeat-y;
}

blockquote{	
	line-height:140%;
	margin:0 0 16px 0}
blockquote{
	background:#fff;
	color:#333;
	border:1px solid #95CB42;
	border-left:5px solid #95CB42;
	padding:7px}

.album {
	background:#fff;
	border: 0;
	border-left: 0;
	padding:7px
	width: 660px;
	margin-top: -50px;
}

.blogpost {
	position: relative;
	width: 700px;
}

blockquote p {
		margin:0
}

#container {
	width:660px;
	margin:0 auto;}
#hd{
	height:150px}
	#hd h2{	
		font-size:34px;
		font-weight:normal;
		text-align:center;
		color:white;
		float:left;
		margin-top: 60px;	
		}
	#hd h2 small{
		font-size:11px;
		margin:-14px 0 0 0;
		display:block}
	#hd ul{
		float:right;
		list-style:none;
		margin:61px 0 0 0}
		#hd ul li{
			float:left}
		#hd ul a{
			color:#323538;
			display:block;
			line-height:47px;
			text-decoration:none;
			padding:1px 14px;
			margin:0 2px;
			font-size:20px}
		#hd ul a.act,#hd ul a:hover{
			border:1px solid #5B7900;
			border-bottom:0;
			padding:0 14px;
			margin:0 1px;
			background:#FAFEEB}
#ct{
	width:730px}
	#ct ul{
		list-style:none;
		margin:0 0 13px 20px}
	#ct ul li{
		padding:0 0 3px 18px;
		background:url(img/bllt.gif) left 4px no-repeat}
#sdm{
	float:right;
	width:200px}
	#sdm h2{
		border:1px solid #95CB42;
		background:#fff;
		text-transform:uppercase;
		font-size:12px;		
		padding:2px 0 0 6px;
		line-height:22px;
		margin:0 0 10px 0}
	#sdm p{
		padding:0 0 0 7px}
		#sdm p a{
			font-weight:bold;
			color:#1D1D1D}
		#sdm p a:hover{
			text-decoration:none}
	#sdm ul{
		list-style:none;
		padding:0 0 0 7px}
		#sdm li{
			padding:0 0 4px 0}
#ft{
	clear:both;
	width:730px;
	margin:0 230px 0 0;
	padding:10px 0 20px 0;
	text-align:center;
	font-size:11px;
	color:#666;
	border-top:1px solid #95CB42}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	padding: 1pt;
	margin: 5px;
   }
        
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
	}