* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: system-ui,Sans-Serif;
	font-size: 70%;/* Resets 1em to 10px */
	background: #004167 url(/images/bg_body3.gif) repeat-x fixed;
}


#theatre {
	background: url(/images/bg_starry.jpg) repeat-x;
	padding-top: 16px;
	height: 238px;
	width: 638px;
	margin:2px auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#theatre img {
	float: left;
	margin-right: 1px;
}

#movie {
float:right;
margin-right:21px;
}

#blurb {
	clear: both;
	color: #333;
}
#blurb h1 {
	font-size: 1em;
	padding-top: 70px;
	margin-bottom:10px;
	background: #fff url(/images/hm_intro.jpg) no-repeat;
	overflow: hidden;
	height: 0px;
}

#page {
	margin: 20px auto;
	width: 638px;
	text-align: left;
	padding: 10px;
	background:#fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color:#fff;
	-webkit-box-shadow:0 0 40px rgba(0,0,0,.75);
	-moz-box-shadow:0 0 40px rgba(0,0,0,.75);
	box-shadow:0 0 40px rgba(0,0,0,.75);
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#builtfor {
	position:absolute; 
	top:19px;
	left:50%;
	margin-left:-330px;
	}

#navhold {
	width: 629px;
	margin: 0 auto 20px;
}
#nav {
	margin: 0;
	padding: 0;
	clear: both;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
#nav li span {
	display: none;
}

#nav-home a, #nav-down a, #nav-contact a,#nav-faq a ,#nav-news a {
	display: block;
	height: 29px;
	width: 157px;
	background: url(/images/mainnav.gif) top left no-repeat; /*contains all hover states*/
}

/*first, put the initial states in place*/

#nav-home a {
	width: 127px;
}
#nav-home a:hover {
	background-position: 0 -29px;
}

#nav-faq a {
	width: 132px;
	background-position: -127px 0;
}
#nav-faq a:hover {
	background-position: -127px -29px;
}

#nav-contact a {
	width: 213px;
	background-position: -259px 0;
}
#nav-contact a:hover {
	background-position: -259px -29px;
}

#nav-news a {
	width: 157px;
	background-position: -472px 0;
}
#nav-news a:hover {
	background-position: -472px -29px;
}

textarea.mail, input.mail {
	width: 80%;
}


.even {
	background-color: #f7f7f7;
}
.post {
	padding: 6px;
}

.post_date {
	font-family:Georgia;
	font-style: italic;
}

small.asterick {
	margin: 10px auto;
	display: block;
	padding: 12px 8px 12px 28px;
	background: #eee url(/images/asterick.gif) 2px 4px no-repeat;
	font-size:11px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

a img {
	border: none;
}
a:link {
	color: #0096B7;
}
a:hover {
	text-decoration: underline;
}
acronym,abbr {
	border-bottom: 1px dashed #999999;
}
acronym,abbr,span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
blockquote {
	border-left: 5px solid #DDDDDD;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	font: 1.1em "Courier New",Courier,Fixed;
}
h1 {
	margin: 0;
	padding-top: 70px;
	font-size: 4em;
	text-align: center;
}
h1,h1 a,h1 a:hover,h1 a:visited,.description {
	color: #FFFFFF;
	text-decoration: none;
}
h1,h2,h3,h4 {
	font-weight: bold;
}
h2 {
	margin: 20px 0 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #112244;
}

h2 a {
	border-bottom: 1px dotted;
	color: #CC712C;
}
h2.pagetitle {
	margin-top: 30px;
	font-size: 1.6em;
	text-align: center;
}
h3 {
	margin: 8px 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	color: #112244;
}

h4 { 
	font-size: 14px;
	margin:8px 0;
}

hr {
	display: none;
}

ul, li {
	line-height:160%;
}

/* Begin Lists
Special stylized non-IE bullets
Do not work in Internet Explorer,which merely default to normal bullets. */
#blurb ul, .post ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	list-style: none;
	text-indent: -10px;
}

#blurb ul li:before, .post ul li:before { content: "\00BB \0020"; }

#blurb li, .post li { margin: 0.5em 0 1em .5em; }


img.alignleft {
	margin: 0 7px 2px 0;
	padding: 4px;
	display: inline;
}
img.alignright {
	margin: 0 0 2px 7px;
	padding: 4px;
	display: inline;
}
img.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
ol li,#sidebar ul ol li {
	list-style: decimal outside;
}

p {
	font-size: 14px;
	line-height: 24px;
	margin: 8px 0;
}

p img {
	padding: 0;
	max-width: 100%;
}
select {
	width: 130px;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

small,#sidebar ul ul li,#sidebar ul ol li,.nocomments,.postmetadata,blockquote,strike {
	color: #555;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alt {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	margin: 0;
	padding: 10px;
	background-color: #F8F8F8;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist cite,.commentlist cite a {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
}
.commentlist li,#commentform input,#commentform textarea {
	font: 0.9em "Lucida Grande",Verdana,Arial,Sans-Serif;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
.description,.entry form,.narrowcolumn .postmetadata,.center,.description {
	text-align: center;
}

.post p a:visited {
	color: #B85B5A;
}

.navigation {
	margin-bottom: 60px;
	margin-top: 10px;
	display: block;
	text-align: center;
}
.nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
}
.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#commentform #submit {
	float: right;
	margin: 0;
}
#commentform input {
	margin: 5px 5px 1px 0;
	padding: 2px;
	width: 170px;
}
#commentform p {
	margin: 5px 0;
}
#commentform textarea {
	padding: 2px;
	width: 100%;
}
#content {
	font-size: 1.2em;
}
#footer {
	clear: both;
	margin: 10px auto;
	width: 600px;
	padding: 0 0 30px 0;
	color:#005476;
	text-align: center;
	}

#footer a {
	color:#00A6FF;
	text-decoration:none;
}

#footer a:hover { background:none;}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}