* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	position: relative;
	display: block;
	min-width: 1180px;
	min-height: 720px;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 300;
	line-height: 18px;
	background-color: #1b1b1b;
}

header, nav, article, section, aside, footer {
	display: block;
}

a, a:hover, a:active, a:visited, a:link {
	text-decoration: none;
	outline: none;
	color: #999;
	cursor: pointer;
}

a:hover {
	color: #fff;
}

a img {
	outline: none;
	border: none;
}

h1, h2, h3, h4, h5 {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	font-weight: 300;
	padding-bottom: 14px;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

p {
	padding-bottom: 14px;
}

p a {
	background-color: #111;
}

p a:hover {
	background-color: #000;
}



::selection { background:black; }
::-moz-selection { background:black; }



#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: #111;
}

#wrap {
	position: absolute;
	top: 8%;
	left: 0;
	display: block;
	width: 100%;
	height: 87%;
}

footer {
	position: absolute;
	top: 97%;
	left: 0;
	width: 100%;
	height: 3%;
	/*background-color: #111;*/
	overflow: hidden;
}

article {
	position: absolute;
	top: 50%;
	left: 50%;
	border-left: 1px solid #333;
}

.contentBox {
	float: left;
	overflow-y: auto;
}

.scrollbar {
	position: relative;
	float: left;
	display: none;
	width: 10px;
	padding: 2px;
	margin-left: -16px;
	background-color: #111;
	border: 1px solid #333;
}

.scrolltrack {
	display: block;
	width: 10px;
}

.scrollhandle {
	display: block;
	width: 10px;
	height: 100px;
	margin-bottom: -6px;
	background-color: #888;
	cursor: pointer;
}



.navArea {
	background: transparent;
}

.navArea:hover {
	background: #111;
}

.close {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../layout/close.gif);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	background-color: #111;
	border: 1px solid #333;
}

.close:hover {
	background-image: url(../layout/close_over.gif);
	background-color: #000;
	border-color: #fff;
}



.clear {clear:both;}

