/* CSS for Monster Zoku Onsomb! web site v2.0  */


html
{
 margin: 0;
 padding: 0;
}



body
{
margin: 0px;
padding: 0;
min-width: 740px;
color:#014100;
background: #000000;
background-image: url(http://www.monsterzoku.com/dev/images/MZO_bkg.jpg); 
background-repeat: no-repeat;
background-attachment: fixed;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px; }


/* selector type declarations */

h1 {
font-size: 1.0em; }

h2{
font-size: 1.0em; }

h3{
font-size: 1.0em; }

img {
border: none; 
}

a {
text-decoration: none; }

p {
line-height: 140%; }


.posted {
	font-size:0.8em;
	color: #aaa;
}


/* nav-list horizontal */
#nav-list li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}


#container
{
margin-top: 20px;
width:820px;
}

#banner
{
text-align:center;
padding-top:10px;
}

#nav
{
text-align:left;
margin:10px;
padding-left:50px;
padding-top:1px;
padding-bottom:2px;
background: url(http://monsterzoku.com/dev/images/title-bkg.gif);
background-repeat: no-repeat;
}

#pagebody
{
width:100%;
margin-top:20px;
padding-left:20px;
}


/* alpha */
/* use: contains the side col content */
div#alpha
{
float:left;
width:180px;
margin-right:20px;
}

#alpha-content
{
background: #D8FF92;
margin-top:-15px;
padding-bottom:20px;
padding-left:10px;
padding-right:10px;
}

#alpha-top
{
width:100%;
background-image: url(http://monsterzoku.com/dev/images/alpha-top.gif); 
height:15px;
}

#alpha-bottom
{
width:100%;
background-image: url(http://monsterzoku.com/dev/images/alpha-bottom.gif); 
height:15px;
}



/* beta */
/* use: contains page content */

#beta
{
float:left;
width:600px;
}

div#beta-content
{
background: #D8FF92;
margin-top:-15px;
padding-bottom:20px;
padding-left:15px;
padding-right:15px;
}

.spacer
{
padding-top:10px;
padding-bottom:20px;
width:100%;
text-align:center;
}
#beta-top
{
width:100%;
background-image: url(http://monsterzoku.com/dev/images/beta-top.gif); 
height:15px;
}

#beta-bottom
{
width:100%;
background-image: url(http://monsterzoku.com/dev/images/beta-bottom.gif); 
height:15px;}


#footer
{
clear:both;
text-align:center;
}

/* the strecther div */
/*use: to stretch the content div when it contains floated divs */
/* scope: anywhere wher there  float left divs in the content div */
div#stretcher
{
height:1px;
clear:both;
}


