@charset "utf-8";
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }


body {
	margin: 0px;
	background-color: #545067;
}
.page {
	height: auto;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	background-image: url(images/repeater.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1060px;
}


.header {

}


.clear {
	clear: both;
	display: block;
}
.col1 {
	float: left;
	width: 280px;
}
.col2 {
	float: left;
	width: 49px;
}
.col3 {
	float: left;
	width: 529px;
	font-family: Verdana, Geneva, sans-serif
	font-size: 12px;
	line-height: 1.1em;
	background-image: url(images/dragon.png);
	background-repeat: no-repeat;
	background-position: 140px 25px;
}
.col4 {
	float: left;
	width: 30px;
}
.col5 {
	float: left;
	width: 172px;
	background-position: center top;
}
.col5_content {
	width: 115px;
	margin-top: 100px;
	margin-left: 10px;
}

.repeater {
	background-image: url(images/repeater.jpg);
	background-repeat: repeat-y;
}
.repeater_content {
	width: 529px;
	margin-left: 329px;
	height: auto;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5em;
}
.japanese_writing {
	position: relative;
	z-index: 5;
	height: 751px;
	width: 253px;
	background-image: url(images/japanese_writing.png);
	background-repeat: no-repeat;
	top: -500px;
}
h1 {color:#099;
font:Arial, Helvetica, sans-serif;}
a:link {color:#099;
text-decoration:none;}
a:hover {color:#099;
text-decoration:none;}
a:visited{color:#099;
text-decoration:none;}