body {
	margin:0;
	margin-bottom:10px;
	background:#000 url(../images/koei-back.gif) no-repeat fixed top center;
}
* {
	font-family:Arial, Helvetica, sans-serif;
}
a {
	cursor:pointer;
	text-decoration:none;
}
#koei-home-flash {
	padding-top:6px;
}
/*======================================================*/
/*                 P A G E  S H E L L                   */
/*======================================================*/
#shell {
	width:870px;
	margin-top:4px;
	margin-left:auto; margin-right:auto;
}
/*==================================*/
/*              header              */
/*==================================*/
#head {
	width:863px;
	height:133px;
}
#logo {
	float:left;
	width:497px; height:104px;
	background:url(../images/koei-logo.gif) no-repeat;
}
#series-buttons {
	float:right;
	padding:5px 0 0 0 ;
}
#menu {
	float:left;
	width:666px;
	background:url(../images/menu-bar.jpg) repeat-x;
}
#menu img {
	padding-top:5px;
}
#menu-bar {
	float:left;
	width:15px;
	height:29px;
	background:url(../images/menu-bar.jpg) repeat-x;
}
/*==================================*/
/*           member login           */
/*==================================*/
#member-login {
	float:right;
	width:301px; height:91px;
	padding:13px 5px 0 60px;
	background:url(../images/member-login-back.jpg) no-repeat;
}
.white {
	color:#fff;
}
#member-login h3
{
  font-size: 14px;
  padding:10px 0px 0px 0px;
  margin:0px;
  color:#f0f0f0;
  font-weight: bold;
  float: left;
}


/*==================================*/
/*            search box            */
/*==================================*/
#search {
	float:right;
	width:197px;height:29px;
	background:url(../images/search-bg.gif) no-repeat;
}

#search form {margin:0;padding:0;height:29px}

#search .searchtext{
    float:left;
    padding:0px;
    margin:4px 0 0 63px;
    border:0;
    width:106px;height:20px;
    background:none;
	font-weight:bold;
	font-size:11px;
	color:#fff;
}
#search .searchbtn {float:left;width:20px;height:20px;margin-top:4px;cursor:pointer}

/*==================================*/
/*             content              */
/*==================================*/
#content {
	padding-top:6px;
	padding-bottom:6px;
	width:870px;
	background:url(../images/content-back.gif) #fff top center no-repeat;
}
#content h4
{
  font-size: 12px;
  font-weight: bold;
  color: #0791d1;
  text-align: left;
}
#content .error {
	color:#f00;
	font-size: 12px;
}
#content a, #content a:visited
{
  color: #0791d1;
}
#content a:hover
{
  color: #f00;
}


/*==================================*/
/*              footer              */
/*==================================*/
#footer {
	width:870px;
	height:25px;
	background:url(../images/footer-back.gif) no-repeat;
}
#footer .text {
	padding:4px 0 0 8px;
}
#footer .text a:link, #footer .text a:visited {
	text-decoration:none;
	color:#7f7f7f;
}
#footer .logo {
	float:right;
	width:40px;
	height:18px;
	margin-right:8px;
	background:url(../images/footer-koei.gif) no-repeat;
}

/*====================================*/
/* Forum Posts (Applied to alt1+alt2) */
/*====================================*/

.forumpost {
font-size:13px;
}
.forumpost a:link, .forumpost_alink {
color:#0791D1;
}
.forumpost a:visited, .forumpost_avisited {
color:#0791D1;
}
.forumpost a:hover, .forumpost a:active, .forumpost_ahover {
color:#FF0000;
}