#main
{
	position	     : relative;
	width            : 100%;
	text-align       : left;
	margin           : 0 auto;
	/*height        : 100%;*/
}
#head
{
	width            : 100%;
	background       : #3265ce url("../images/head_bg.jpg") 0 0 no-repeat;
	color			 : #ccc;
}

#left
{
   float       : left;
   width       : 200px;
   margin-top  : 0.5em;
}

#right
{
   float       : right;
   width       : 200px;
   margin-top  : 0.5em;
}

#body
{
  /*padding      : 0.5em 14.5em;*/
	margin       : 0.5em 0.5em 0.5em 200px;
  	z-index      : 5;
	border-left		 : 1px solid #ccc;
	padding		: 0 10px;
	height		: 500px;
}
#footer
{
   text-align        : left;
   clear             : both;
   margin            : 0 0 0 0;
   padding           : 1px 0 0 8px;
   background-color  : #000;
   color			 : #fff;
}
