/*----------------------------------
		Badgeorama CSS 2011
		by JohnHoward.me.uk
		Author: J Howard
-----------------------------------*/

/* Body */
body {background: #F0E9EA;
     font-family: "Arial", Gadget, sans-serif;
	 margin: 25px;
	 }
	
/* Text */
a:link {color: #FF0000; text-decoration:none}
a:visited {color: #FF0000;text-decoration:none}
a:hover {color: #FF0000; text-decoration:underline}
a:active {color: #FF0000;text-decoration:none}

#design a:link {color: #FF0000; text-decoration:none}
#design a:hover {color: #FF0000; text-decoration:underline}

.subject{
  color: #FF0000;
  font-size: 20px;
  font-weight: bold; 
} 

.sub_subject{
  color: #FF0000;
  font-size: 14px;
  font-weight: bold; 

} 

#container{
  width:700px;
  margin: auto;
  overflow: auto;
  background: #FFF;
}

#main{
  border: 1px solid #000;
  overflow: auto;
}

#left{
  width:110px;
  float: left;
  padding: 5px;
}

#right{
  width:563px;
  float: right;
  padding: 5px;
}

#footer{
  clear:both;
  height: 22px;
  background: #F0E9EA;
  padding-left: 5px;	
  font-size: 14px
  }
  
#badges {
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}

#copyright{
   float: left;
 }

#design{
   float: right;
}

