/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{color: #333333;
	font-size: 14px;
	padding: 15px 0;
	margin: 0px;
        background: url(images/bodybg.jpg) center repeat-y;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}


/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: #333333;
}

/* Basic classes */
.hidden
{
	display: none;
}


/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	width: 800px;
        margin:0px auto  10px auto;
        text-align:center;　
}
#header h1{ 
	visibility: hidden;
	margin-left: -1200px;
	float: left;
}

#futabamenu {
        width:780px;
        margin: 5px 10px 5px 10px;
}
.menuitem {
	width: 130px;
        float: left;
	font-size: 30px;
}
.menuitem a:hover, a:active
{
	background: url(images/menubg.gif);
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
        clear: both;
	width: 800px;
	margin: auto;
        text-align: center;
}


/*-------------------------------------------------
  Main content
-------------------------------------------------*/

#container
{
	width: 800px;
        text-align:center;
}

.content
{
        text-align:left;
        line-height: 15pt;
	padding-top: 5px;
	padding-bottom: 20px;
        padding-left:20px;
        width:600px;
        margin:0 auto 10px auto;
        background: url(images/contentbottom.gif) no-repeat left bottom;
}


#wn
{
padding:2px 10px 2px 10px;
background: url(images/contenttitlebg.jpg) repeat-y; 
margin-bottom:10px;
}

#panels
{      
        width:630px;
        margin:auto;
}
/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle
{
	clear: both;
	padding: 0;
	margin-border: 2;
       text-align:left;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/arrow.gif) center left no-repeat;
	padding: 0 10px 0 21px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 800px;
        height: 50px;
	text-align: center;
	margin: 0 auto;
        padding:10px 0 0 0;
        background: url(images/footer.gif) no-repeat;
}

#copyrights
{
	color: #474747;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/

.searchform .formfield
{
	width: 130px;
	padding: 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
	padding: 1px 1px;
}
.loginform .formfield
{
	width: 130px;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	padding: 2px 2px;
}

.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}

.pageswitch
{
	visibility: hidden;
        margin-bottom:-20px;
}