body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	margin: 10px;
	background-image: url(images/background.jpg);
	background-position: center top;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link,
a:visited {color: #485598}
a:hover,
a:active {color: #C57014}

a.coupon:link,
a.coupon:visited {color: #A90138}
a.coupon:hover,
a.coupon:active {color: #308FE8}

a.form:link,
a.form:visited {color: #A90138}
a.form:hover,
a.form:active {color: #308FE8}

b {color: #000000}

h1 {
	font-size: 14px;
	color: #339900;
	text-align: center;
}
h2 {font-size: 14px}
h3 {font-size: 22px}
.small {font-size: 10px}
.medium {font-size: 12px}
.blue {
	color: #485598;
	font-weight: bold;
}
#min_height {height: 1020px}
#intro_height {height: 210px}
.greybox_height {height: 305px}
.greybox {border: 1px solid #CCCCCC}
#everything {
	position: relative;
	top: 0px;
	left: 0px;
	width: 770px;
	background-image: url(images/clouds.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 2px solid #212322;
}
#header {
	width: 770px;
	height: 140px;
	background-image: url(images/header_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#header_nav,
#footer_nav {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header_nav {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 750px;
	z-index: 10;
}
#footer_nav {padding-bottom: 10px}
#header_nav a:link,
#header_nav a:visited,
#footer_nav a:link,
#footer_nav a:visited {color: #253271}
#header_nav a:hover,
#header_nav a:active,
#footer_nav a:hover,
#footer_nav a:active {color: #C57014}

#Welcome {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}
#intro {
	font-size: 13px;
	margin: 30px 20px 0px;
}
#studios {
	color: #444444;
	font-size: 13px;
	font-weight: bold;
}
#executive {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	padding: 7px;
	margin: 16px 0px;
	background-color: #D6E7FC;
	border: 2px solid #444444;
}
.coupon {
	color: #000000;
	border: 3px dashed #666666;
	background-color: #FEFEB2;
}

.topic {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 6px;
}
.more {font-style: italic}
.eco_list {
	color: #479222;
	font-weight: bold;
	font-style: italic;
}

.yellow {background-color:yellow;}
#footer_contact {
	height: 18px;
	color: #EEEEEE;
	font-weight: bold;
	padding-top: 3px;
	background-color: #212322;
	font-size:11px;
}
#footer_contact a:link,
#footer_contact a:visited {color: #EEEEEE}
#footer_contact a:hover,
#footer_contact a:active {color: #C57014}

#applebox {
	color: #333333;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 9px;
}
#applebox a:link,
#applebox a:visited {color: #333333}
#applebox a:hover,
#applebox a:active {color: #d1202a}


/* Studio Rollover Styles */

.gallerycontainer{
	position: relative;
	top: 0px;
	left: 0px;
}

.thumbnail:hover{background-color: transparent}

.thumbnail div{
	position: absolute;
	top: -220px;
	left: 210px;
	width: 300px;
	height: 240px;
	color: #000000;
	padding: 5px;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 4px solid #C57014;
}

.thumbnail:hover div{
	visibility: visible;
	z-index: 50;
}
