/* Basico */
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Georgia, serif;
}
a {
  color:#990000;
  color:rgb(153, 0, 0);
	text-decoration:none;
}

/* Main Area */
#MainArea {
	position:relative;
	/*width:100%;*/
	width:1000px;
	max-width:1000px;
	padding-left:200px;
	-moz-box-shadow:    6px 0px 8px -5px #bbb;
  -webkit-box-shadow: 6px 0px 8px -5px #bbb;
  box-shadow:         6px 0px 8px -5px #bbb;
	background:#FFF;
	/*background:url(../img/body-bg.png) 0 0 repeat;*/
}

/* Nav */
nav {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	top:0px;
	left:0px;
	/*
	background:#FFFFFF;
	background:rgba(255, 255, 255, 1);
	background:url(../img/sidebar-bg.png) 0 0 repeat;
	*/
	z-index:200;
	font-size:12px;
}
nav .border {
	border-right:1px solid #CCC;
}
nav #Pull {
	width:160px;
	height:20px;
	border-top:1px solid #E6E6E6;
  border-color:#E6E6E6;
	border-right:none !important;
	margin:10px 20px;
}
.fixedNav {
	position:fixed;
	top:-538px;
}
#PullMenu {
	cursor:pointer;
}

/* Header */
header {
	width:100%;
	padding:30px 40px;
	max-width:920px;
  height:auto;
	background:#000;
}

/* Article */
section {
	padding:20px;
}

/* Footer */
#Footer {
  background:#5B5C5C;
  background:rgba(91, 92, 92, 1);
	background:url(../img/footer-bg.png) 0 0 repeat;
}
#Footer #Connect {
	float:left;
	width:195px;
	margin:35px 0 25px 0;
}
#FooterNav {
	float:left;
	width:770px;
	height:200px;
	margin:35px 0 25px 20px;
}

/* Base */
#base {
	float:left;
	width:100%;
	vertical-align:middle;
	height:100px;
  background:#E6E7E8;
  background:rgba(230, 231, 232, 1);
	background:url(../img/base-bg.png) 0 0 repeat;
}