* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {

}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFF;
	background-color: #2E2E2E;
	font-size: 62.5%;			/* This sets the default font size to be equivalent to 10px */
	text-align: center;  /* for IE */
	margin: 5px;;

}

/* Main blocks
---------------------------------------- */

#wrap {
  margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding: 0;
	font-size: 1.2em;
	width: 834px;
}

/* Header
---------------------------------------- */

#page-header {
	background: url("../images/top_center.png") repeat-x 0 0;
	height: 152px;
	clear: both;
}

#header {
	background-repeat: no-repeat;
	height: 152px;
	float: left;
}

#header-block {
  margin: 24px 0 0 0;
}

span.side-left, span.side-right {
	display: block;
	width: 14px;
	height: 152px;
	background: url("../images/top_sides.png") no-repeat;
}

span.side-left {
	background-position: 0 0;
	float: left;
	margin-right: 2px;
}
span.side-right {
	background-position: 100% 0;
	float: right;
}

/* navbar
---------------------------------------- */

#navbar {
  position: block;
  margin: -1px 0 0 1px;
  background-color: #1D1C19;
  height:25px;
  border-left: 1px double #707070;
  border-right: 1px double #707070;
  border-bottom: 1px solid #707070;
  text-align: center;
}

#navbar ul {
  font-size: 0.9em;
  color: #E00000;
  padding: 4px 0 0 0;
}

#navbar li {
  display: inline;
  margin: 0 15px;
}

/* content header
---------------------------------------- */

#content-header {
	background: url("../images/content_head.png") repeat-x 0 0;
	height: 22px;
}

span.content-header-center {
	background-repeat: no-repeat;
	height: 22;
	float: left;
}

span.content-side-left, span.content-side-right {
	display: block;
	width: 15px;
	height: 22px;
	background: url("../images/content_head_sides.png") no-repeat;
}

span.content-side-left {
	background-position: 0 0;
	float: left;
	margin-right: 2px;
}
span.content-side-right {
	background-position: 100% 0;
	float: right;
}


/* content footer
---------------------------------------- */

#content-footer {
	background: url("../images/content_footer_center.png") repeat-x 0 0;
	height: 23px;
}

span.content-footer-center {
	background-repeat: no-repeat;
	height: 23;
	float: left;
}

span.content-footer-left, span.content-footer-right {
	display: block;
	width: 15px;
	height: 23px;
	background: url("../images/content_footer_sides.png") no-repeat;
}

span.content-footer-left {
	background-position: 0 0;
	float: left;
	margin-right: 2px;
}
span.content-footer-right {
	background-position: 100% 0;
	float: right;
}


/* content main
---------------------------------------- */

#content-main {
	background: #000 url("../images/content_grow.png");
}

.content-main-center {
	background-repeat: no-repeat;
	height: 22;
	float: left;
}

.content-main-left, .content-main-right {
	display: block;
	width: 15px;
	background: url("../images/content_grow_sides.png");
	height: 560px;
}

.content-main-left {
	background-position: 0 0;
	float: left;
	margin-right: 2px;
}

.content-main-right {
	background-position: 100% 0;
	float: right;
}

/* Content container
---------------------------------------- */

#container-content {
  padding: 26px 22px 26px 18px;
	width: 760px;
	float: left;
  background: #000 url("../images/background.png");
  height: 506px;
}

.container-left {
  float: left;
  border: 0px solid #808080;
  width: 150px;
}

.container-center {
  float: left;
  border: 0px solid #808080;
  width: 448px;
  margin: 0 6px 0 6px;;
}

.container-right {
  float: right;
  border: 0px solid #808080;
  width: 150px;
}

.mainblock {
  margin-bottom: 10px;
}

/* Debug
---------------------------------------- */

#page-debug {
  margin-top: 30px;
  color: #666;
 	text-align: center;
	font-size: 0.8em;
  clear: both;
  position: relative;
  bottom: 46px;
  width: 800px;
}

/* Fix
---------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
