@CHARSET "UTF-8";
/* ******************************************** Layout ****************************************** */

/**************************** Main ***********************************/

.wrap
{
  margin                     : 0 auto;
  min-width                  : 700px;
  width                      : 75%;
}

.header
{
  border-bottom              : 0.063em solid #C9BFBF;
  border-top                 : 0.25em solid #DDDDCC;
  padding                    : 1.313em 0 1.438em;
  position                   : relative;
}

.content
{
  min-height                 : 500px;
	margin-bottom              : 50px;
}

.footer
{
  border-bottom              : 0.25em solid #DDDDCC;
  border-top                 : 0.063em solid #C9BFBF;
  padding                    : 1.125em 0 3em;
}

.flow, .footer
{
  clear                      : both;
  display                    : block;
}



/********************************* Content ****************************************/

div.content
{
	padding                    : 10px 5px 5px 5px;
}

div.content_left
{
	float                      : left;
	width                      : 75%;
}

div.content_right
{
	float                      : left;
	width                      : 25%;
}

