/* 
 * * layout
 *   
 */
.clear {
  height:0.1px;
  font-size:0.1px;
  line-height:0.1px;
  clear:both;
}
/* * CSS 3 */
/*
html {
	overflow-y: scroll;
}
*/
body {
  padding: 0;
  margin: 0;
  text-align:center; 
  font-family:Arial,Verdana,Helvetica,Courier,sans-serif;
  font-size:15px;
  color:#000;
  line-height:18px;
  background:url('../images/bg_body.gif') center top repeat-y #000;
}
body a {
  color: #6a1a99;
  text-decoration: none;
}

body p { margin:0 0 19px 0; }
body a:hover { text-decoration:underline; }
body #main a:hover{ text-decoration:underline; }
body a.anchor:hover { text-decoration:none; }

h1,
h1 a,
.h1txt {
  color:#6a1a99;
  font-size:24px;
  font-weight:bold;
}
h2,
.h2txt,
.h2txt a {
  color:#000;
  font-size:20px;
  font-weight:bold;
  line-height:20pt;
}
.h2txt.blue,
.h2txt.blue a { color:#6699cc; }
h3,
.h3txt,
.h3txt a {
  color:#000;
  font-size:15px;
  font-weight:bold;
  line-height:15pt;
  margin:0 0 20px 0;
}
div.hr {
  height: 15px;
  background: #fff url('../images/hr.gif') repeat-x scroll center;    
}
div.hr hr {
  display: none;
}
.big {
  font-size:20px;
  font-weight:bold;
  line-height:20pt;
  text-align:center;
}
.imglnks { 
  font-size:13px;
  font-weight:bold;
  color:#000;
}
.imglnks img { vertical-align:middle; }
.subtitle a {
  font-size:12px;
  font-weight:bold;
  color:#18a5da;
}
.block .highlight,
.block .highlight a { 
  color:#ff9933;
  font-weight:bold; 
}
#inner {
  margin:0 auto;
  padding:0 0 0 0;
  text-align:left;
  width:830px;  
}
.txtcenter { text-align:center; }  
.hidden { visibility:hidden; }
img,
a img  { border:none; }
#canvas {
  width:830px;
  margin:0 auto;
  padding:0 0 113px 0;
  background:url('../images/bg_footer_s.jpg') center bottom no-repeat;
}
.header {
  width:830px;
  height:616px;
}
.content {
  margin:0; 
  
  padding:10px 0px 0px 0px;
  width:794px;
  width:830px;
  overflow:hidden;
}

.content .block { 
  padding-left:18px; 
  padding-right:18px; 
}

/*
.footerNav {
  background:url('../images/bg_footer.jpg') left bottom no-repeat;
  width:938px;
  width:830px;
  height:169px;
  margin:0 auto;
}
*/
.homelink img { 
  width:150px;
  height:100px;
  margin:0px 0 0 0px;
  float:left;
}
.gamelink img { 
  width:150px;
  height:50px;
  margin:305px 0 0 520px;
  position:absolute;
}
.header_navigation { clear:both; }
.mod_navigation {
  padding:0px 0 0 0px;
  margin:462px 0 0 0px;
  float:left;
}

/* main */
.left { float:left; }
.right { float:right; }


