body {
	
	background-color: #D0DEC0;
	margin: 0px 0px 0px 0px;
}

#container {
	background-color: white;
	display: block;
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	
	border-top: 1px solid #B5CB9C;
	border-left: 10px dashed #B5CB9C;
	border-right: 10px dashed #B5CB9C;
	border-bottom: 10px solid #B5CB9C;
}

#container #tabs {
	margin: 0px auto 0px auto;
	display: block;
	width: 450px;
	text-align: center;
}
#container #tabs a {
	display: block;
	width: 150px;
	height: 25px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: Lucida Console;
	font-size: 14px;
	line-height: 25px;
}
#container #tabs a.dvds {
	background: #104184 url(http://www.estefanfilms.com/shared/images/sectiontab.gif);
	float: left;
	color: #CEDFF7;
}
#container #tabs a.dvds:hover {
	background: #CEDFF7 url(http://www.estefanfilms.com/shared/images/sectiontab.gif);
	color: #104184;
}
#container #tabs a.films {
	background: #B5CB9C url(http://www.estefanfilms.com/shared/images/sectiontab.gif);
	float: left;
	color: white;
}
#container #tabs a.films:hover {
	background: #D6DFC6 url(http://www.estefanfilms.com/shared/images/sectiontab.gif);
}
#container #tabs a.myfilm {
	background: #9C0000 url(http://www.estefanfilms.com/shared/images/sectiontab.gif);
	float: left;
	color: white;
}
#container #tabs a.myfilm:hover {
	background: #5B0000 url(http://www.estefanfilms.com/shared/images/sectiontab.gif);
}

#logo {
	display: block;
	text-align: center;
	padding-top: 35px;
}

#searchbar {
	display: block;
	background: #729353 url(http://films.estefanfilms.com/shared/images/google_grad.jpg) repeat-y top left;
	margin: 0px 0px 0px 0px;
	border-top: 2px ridge gray;
	color: white;
	font-weight: bold;
	height: 55px;
}
#searchbar table {
	margin: 0px 0px 0px 0px;
}

#letters {
	background: #729353;
	padding: 10px 3px 10px 9px;
	margin: 15px 0px 15px 0px;
	text-align: center;
	
	display: block;
}

#letters a {
	display: inline;
	font-family: Lucida Console;
	background: #729353;
	border: 1px solid white;
	color: white;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}
#letters a:hover {
	background: black;
}

h2 {

	display: block;
	font-weight: bold;
	font-size: 120%;
	background-color: white;
	color: black;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	
	border-bottom: 3px solid #729353;
	border-top: 3px solid #729353;
		
}

div.intr, div.review {

	display: block;
	margin-left: 100px;
	margin-right: 100px;
	
	padding: 10px 10px 10px 10px;
	border: 1px solid black;
	background-color: #EFEBDE;
		
}

div.intr a, div.review a {
	display: inline;
	border-bottom: 1px dashed black;
	text-decoration: none;
}
div.intr a:hover, div.review a:hover {
	display: inline;
	border-bottom: 2px dashed black;
	text-decoration: none;
}

div.intr {
	text-align: center;
}

div.review {
	text-align: left;
}
div.review img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	
}
h3, h4 {
	display: block;
	text-align: center;
	font-weight: bold;
	color: black;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
h3 {
	margin-top: 10px;
}

#links {
	text-align: center;
	margin-bottom: 15px;
}
#links p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#links p a {
	color: #104184;
	text-decoration: none;
	border-bottom: 1px dashed black;
}
#links p a:hover {
	border-bottom: 2px dashed black;
}

span.cimg {
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	
	
}
span.cimg img {
	float: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}