/* CSS Document- www.lostboysfilm.com- September 2004 */

/***************/
/* IDS */
/***************/

#contentContainer {
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
}
#navContainer {
	position:absolute;
	left:0px;
	top:0px;
	width:291px;
	height:461px;
}
#seeContainer {
	padding-left:316px;
	overflow: visible;
}
#sideColumn {
	position: absolute;
	left:60px;
	top:480px;
	width:231px;
}
#footerHome {
	position: absolute;
	left: 0px;
	width: 755px;
	margin: 5px;
}
#footerQuoteContainer {
	position: relative;
	left: 5px;
	width: 755px;
	padding-top: 0px;
}
#footer {
	position: relative;
	left: 5px;
	width: 755px;
	padding-top:20px;
}
#buyDvd {
	margin-right: 5px;
	float: left;
	width: 182px;
	height: 138px;
}
#tvPremiere {
	margin-right: 5px;
	float: left;
	width: 182px;
	height: 138px;
}
#takeAction {
	margin-right: 5px;
	float: left;
	width: 182px;
	height: 138px;
}
#contact {
	float: left;
	width: 182px;
	height: 138px;
}
#siteCredits {
	margin-top: 0px;
	width: 755px;
	float: left;
	clear: both;
}

/***************/
/* PAGE ELEMENTS */
/***************/

A:link, A:visited {
	color: #333333;
}
A:hover, A:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}

A.normalLink:link, A.normalLink:visited, A.normalLink:hover, A.normalLink:active {
	background-color: transparent;
}

h1 {
	text-align:left;
	font-size: 17px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	text-align:left;
	font-size: 21px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/***************/
/* CLASSES */
/***************/

.bodyText {
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.detailText {
	text-align:left;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.titleText {
	text-align:left;
	font-size: 17px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subtitleText{
	text-align:left;
	font-size: 16px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.folioText {
	font-size: 10px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: capitalize;
	letter-spacing: 3px;
}
.sectionContainer {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: dotted 1px #333;
}
.sectionContainerNoLines {
	padding-top:10px;
	padding-bottom:10px;
}
.sectionContainerTopBottomLines {
	padding-top:10px;
	padding-bottom:10px;
	border-top: dotted 1px #333;
	border-bottom: dotted 1px #333;
}
.dottedBorder {
	border:1px dotted #333;
}
.floatLeft {
	float: left;
	padding-right: 4px;
}
.award {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
img.noBorder {
	border:0;
	margin:0;
	padding:0;
}
.centeredQuotes {
	text-align:center;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#333399;
}
.centeredQuotesSmall {
	text-align:center;
	font-size: 10px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#333399;
}
.normalQuotes {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#333399;
}

