/* Base Template CSS */

/* reset whitespace */
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}

/* basic layout */
body {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 line-height: 18px;
 background-color: #FFF6C4;
}

#logo {
 width: 200px;
 height: 130px;
 margin: 21px 8px 0px 0px;
 float: left;
}

img{
	border:0px;
}

#logo img {
 margin: 21px 0px 0px 20px;
 border: 0px;
}

#header_a {
 width: 400px;
 height: 130px;
 margin: 21px 0px 0px 0px;
 float: left;
}

#header_b {
 width: 350px;
 height: 130px;
 margin: 21px 0px 0px 0px;
 float: left;
}

/*
#bg_home {
 background: #FFF6C4 url(../images/bg_body_home.jpg) top center no-repeat;
}

*/

#header_b img{
 margin-left: -2px;
}

.center {
 width: 960px;
 margin: 0 auto 0 auto;
}

#flashhome {
 width: 577px;
 height: 347px;
 margin-left: 10px;
 overflow: hidden;
}

#maskhome {
 width: 595px;
 height: 346px;
 margin-top: 0px;
 margin-left: 0px;
 position: absolute;
 overflow: hidden;
 
}


#column1 {
 float: left;
 width: 200px;
}


#undermenu {
 margin-top: 20px;
 width: 200px;
 margin-left: 12px;
 float: left;
}

#undermenu p {
 margin-top: 20px;
 width: 160px;
 margin-left: 20px;
 float: left;
}

#character {
 position: absolute;
 margin-top: 30px;
 margin-left:530px;
 z-index:1500;
}

#column2 {
 float: left;
 margin: 0px;
 width: 595px;
}

#column3 {
 float: left;
 margin: 0px;
 width: 163px;
 margin-top:370px
}

#column3 img {
 margin-top: 100px;
 margin-bottom:11px;
}


#column3 h4{
 font-size: 12px;
 margin-top: 4px;
 font-weight: bold;
 color: #333333;
 margin-left: 18px;
 margin-bottom: 0px;
}

#column3 h4 a{
 color: #333333;
 text-decoration: none;
}

#column3 h4 a:hover {
 color: #333333;
 text-decoration: underline;
}

#column3 span {
 font-size: 10px;
 color: #333333;
 margin-left: 18px;
 margin-bottom: 10px;
}

.copy {
 width: 535px;
 margin: 0px 0px 0px 50px;
 float: left;
}

.copy p {
 font-size: 12px;
 color: #333333;
 line-height:21px;
 padding-bottom:15px;
}

.copy h1 {
 font-weight: normal;
 margin-bottom: 10px;
}

.box {
 width: 170px;
 height: 80px;
 float: left;
 margin: 20px 5px 0px 0px;
}

.left {
 float: left;
}

.right {
 float: right;
}

.clear { 
 clear: both; 
 height: 0; 
 margin: 0;
}


#header {
 height: 150px;
}

#header .center {
 position: relative;
 margin: 0 auto 0 auto;
}

#content div.center {
 position: relative;
 padding: 0px 0px 15px 0px;
}

* html #content {
 position: relative;
 top: -3px;
}

#footer {
 padding-top: 15px;
 color: #000000;
 background: #E0D9B1;
 margin-top: 1px;
}

#footer .center {
 position: relative;
 padding: 0px 0px 15px 0px;
}

#footer .left {
 margin-left: 30px;
 margin-right: 60px;
}

#footer .right {
 margin-right: 20px;
}

#footer .right a {
 color:#666666;
 text-decoration: none;
}

#footer .right a:hover {
 color:#000;
 text-decoration: none;
}


/* linksbottom */


ul.linksbottom{
 padding: 0;
 list-style: none;
 font-family: Arial, Verdana;
 font-size: 11px;
 width: 120px;
 margin-left: 0px;
 float: left;
}

ul.linksbottom li {
 height: 18px;
 width: 120px;
 float: left;
}

ul.linksbottom li a {
 text-decoration: none;
 color:#666;
 font-weight: normal;
 height: 18px;
 text-align:left;
}

ul.linksbottom li a:hover {
 text-decoration: none;
 color: #000000;
}



/* links */

a,
a:visited {
 color: #000;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
}



/* page sleep 

#bg_sleep{
 background: #FFF6C4 url(../images/bg_body_sleep.jpg) top center no-repeat;
}
*/


#bg_sleep #maskhome {
 width: 595px;
 height: 346px;
 margin-top: 0px;
 margin-left: 0px;
 position: absolute;
 overflow: hidden;
 
}


/* page entertainment */

/*
#bg_entertainment{
 background: #FFF6C4 url(../images/bg_body_entertainment.jpg) top center no-repeat;
}

*/


#bg_entertainment #maskhome {
 width: 595px;
 height: 346px;
 margin-top: 0px;
 margin-left: 0px;
 position: absolute;
 overflow: hidden;
 
}



/* page swimmingpool */
/*
#bg_swimmingpool{
 background: #FFF6C4 url(../images/bg_body_swimmingpool.jpg) top center no-repeat;
}
*/

#bg_swimmingpool #maskhome {
 width: 595px;
 height: 346px;
 margin-top: 0px;
 margin-left: 0px;
 position: absolute;
 overflow: hidden;

}

