@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#home-container {
	background-image: url(images/home_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#eco-ashtray-container {
	background-image: url(images/ashtray_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#lnt-container {
	background-image: url(images/lnt_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#festival-container {
	background-image: url(images/festival_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#advertisers-container {
	background-image: url(images/advertisers_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#pr-container {
	background-image: url(images/PR_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
#contact-container {
	background-image: url(images/contact_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#header {
	height: 239px;
	width: 784px;
	padding-left: 22px;
}
#home-content {
	width: 784px;
	padding-left: 22px;
	padding-top: 23px;
}


#main-left {
	width: 524px;
	float: left;
}
#main-right {
	width: 244px;
	float: right;
}

#home-left {
	width: 352px;
	float: left;
}

#main-left h1 {
	font-size: 130%;
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: normal;
}
#main-left p {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 18px;
}

#main-left h2 {
	font-size: 110%;
	color: #FFFFFF;
	font-weight: normal;
}

#main-left li {
	font-size: 70%;
	color: #CCCCCC;
	list-style-image: url(images/bullet.gif);
	line-height: 16px;
	padding-bottom: 6px;
}
#home-mid {
	width: 253px;
	float: left;
	padding-left: 6px;
}
#home-right {
	width: 170px;
	float: right;
}
#home-left p {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 18px;
}
#home-left a {
	color: #7CBA00;
	text-decoration: none;
    border-bottom: #456800;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}
#home-left a:hover {
	color: #7CBA00;
	text-decoration: none;
    border-bottom: #7CBA00;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

#main-left a {
	color: #7CBA00;
	text-decoration: none;
    border-bottom: #456800;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}
#main-left a:hover {
	color: #7CBA00;
	text-decoration: none;
    border-bottom: #7CBA00;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

#home-right p {
	font-size: 70%;
	color: #999999;
	line-height: 15px;
	margin-top: 0px;
}
#home-right ul {
	margin-left: 18px;
	padding: 0px;
}
#home-right li {
	font-size: 70%;
	color: #CCCCCC;
	list-style-image: url(images/bullet.gif);
	line-height: 16px;
}
#home-right h2 {
	font-size: 100%;
	color: #CCCCCC;
	font-weight: normal;
}
#home-left h1 {
	font-size: 125%;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0px;

}
.movie-border {
	border: solid;
	border-width: 7px;
	border-color: #FFFFFF;
	padding: 0px;
	background-color: #FFFFFF;
}
#nav {
	background-color: #000000;
	color: #7CBA00;
	font-size: 90%;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 637px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
#nav a:hover {
	color: #7CBA00;
	text-decoration: none;
}
#nav a.now {
	color: #7CBA00;
	text-decoration: none;
}
#nav a.now:hover {
	color: #7CBA00;
	text-decoration: none;
}
#home-sections {
	width: 784px;
	background-image: url(images/homesection_bg.gif);
	background-position: top;
	background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
}
#home-sections p {
	font-size: 70%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#home-sections h1 {
	font-size: 130%;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#home-sections a {
	color: #ffffff;
	text-decoration: none;
    border-bottom: #ffffff;
    border-width: 0px 0px 1px 0px;
    border-style: none none none none;
}
#home-sections a:hover {
	color: #ffffff;
	text-decoration: none;
    border-bottom: #ffffff;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}



#home-sections-left {
	width: 214px;
	float: left;
	padding-left: 18px;
}
#home-sections-mid {
	width: 214px;
	float: left;
	padding-left: 53px;
}
#home-sections-right {
	width: 214px;
	float: right;
	padding-right: 18px;
}

#footer {
	width: 784px;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat:repeat-y;
	margin-top: 10px;
	font-size: 70%;
	color: #999999;
}
#footer p {
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.rightpad {
	padding-right: 8px;
}
#pic-border {
	width: 223px;
	height: 228px;
	background-image: url(images/pic_bg.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 20px;
	
}

.picshow {
	
}
.pinktext {
	color: #870C45;
}
.greentext {
	color: #536103;
}

.turqtext {
	color: #00736E;
}
