@charset "utf-8";
/*   It's All About Homes			*/
/*   Main Style Sheet				*/
/*   By Remington Reed				*/
/*   2006 All rights reserved.		*/

a:link {
	color: #412faf;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #7168ee;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #6d6ea4;
	text-decoration: none;
	font-weight: bold;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #8ec3f8 url(../images/bg_body.gif) repeat-x top center;
margin: 0;
padding: 0;
}
div#container {
width: 954px;
background: url(../images/bg_footer.gif) no-repeat bottom;
margin: 0 auto;
padding: 0;
}
p,li {
font-size: 12px;
}
.clear {
clear: both;
margin: 0;
padding: 0;
}

/* Header */
div#header {
width: 950px;
height: 90px;
background:#fff url(../images/bg_header.png) no-repeat;
border-width: 0 2px;
border-color: #444;
border-style: solid;
padding: 0;
}
div#rotater {
width: 468px;
height: 60px;
padding: 0;
margin: 11px;
float: right;
}
div#rotater img {
border: #6a6a6a 1px solid;
margin: 0;
padding: 0;
}
div#nav {
width: 950px;
background: #3e3e3e url(../images/bg_nav.gif) repeat-x top;
border-width: 0 2px;
border-color: #444;
border-style: solid;
padding: 0;
z-index: 30;
}
div#intro {
width: 65px;
height: 2.2em;
margin: 0;
padding: 0;
float: left;
}

div#contents {
width: 950px;
background: #fff url(../images/bg_contents.gif) top center repeat-x;
border-width: 0 2px;
border-color: #444;
border-style: solid;
padding: 10px 0;
}

#contentPad {
padding: 0 12px;
text-align: left;
}

div.theatreBox {
width: 800px;
height: 600px;
margin: 18px auto 0 auto;
padding-top: 18px;
z-index: -1;
}

div#footer {
width: 954px;
height: 40px;
text-align: center;
padding: 0;
}
div#footer p {
font-size: 9px;
}
