@charset "utf-8";
/* CSS Document */
	body
	{
	  background-color:#21232B;
	  margin:0 auto;
	}
	#OC
	{
	  float:left;
	  width:100%;
    	}
	#MC
	{
	  width:845px;
	  margin:0 auto;
    	}
	#nav
	{
	  float:left;
	  width:800px;
	  color:#000;
	  background-color:#A32424;
	}
	#nav a
	{
	  font-size:20px;
	  float:left;
	  text-decoration:none;
	  color:#000;
	  padding:10px;
	}
	#header-container {
	  width: 800px;
	  background-color: #FFFFFF;
	}
	#header
	{
	  float:left;
	  width:800px;
	  height:128px;
	  color:#A32424;
	}
	#headermc 
	{
	  background-image: url(grass.png);
	  background-repeat: no-repeat;
	  width: 800px;
	  height: 128px;
	  float:left;
	}
	#post
	{	
	  background-color:#E1E1E1;
	  width:760px;
	  padding:10px;
	  border-style:solid;
	  border-width:1px;
	}
	#textbody
	{
	  float:left;
	  width:780px;
	  padding:10px;
	  background-color:#B2B2B2;
    	}
	#actnav
	{
	  font-size:20px;
	  float:left;
	  text-decoration:none;
	  color:#000;
	  padding:10px;
	  background-color:#9B0711;
	}
	#break
	{
	  float:left;
	  width:790px;
	  background-color:#A32424;
	  font-size:20px;
	  padding-left:10px;
	}
