/* PolygonCount Studios "Main" Stylesheet for Survive website */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 780px;
	max-width: 1004px;
	background: black;
	text-align: center;
	overflow-x: hidden !important;
	font-size: 10pt;
}
#header {
	height: 200px;
	width: 100%;
	background: black url("../img/bg.jpg") no-repeat;
}
#nav {
	float:left !important;
	position: relative;
	margin-top: -140px;
	width:200px;
	margin-left:-100%;
	color: white;
}
#nav_news {
	text-align: center;
	border-left: 5px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
	background: url("../img/concrete.jpg");
}
#extra {
	float:left !important;
	width: 270px !important;
	*width:282px !important;
	min-height: 800px;
	margin: -160px 0px 0px -274px;
	color: #FFFFFF;
	padding-top: 6px;
	background: url("../img/angle-l.png") no-repeat right top;
}
#footer {
	border-top: 1px dotted #666666;
	background: #222222;
	color: white;
	clear: left;
	width: 100%;
	padding: 2px;
}
#wrapper {
	float:left !important;
	width:100%;
}
#content {
	text-align: left;
	background: url("../img/angle-l.png") no-repeat -1px top;
	margin: -160px 285px 0px 200px;
	padding: 10px 10px 10px 1px;
	width: 520px;
	color: white;
}
#tut_content {
	background: #000;
}
#tut_content p {
	padding: 5px;
	margin: 10px 10px 10px 60px;
	font-size: 8pt;
	border-top: 1px dotted #999;
}
#tut_content p.two {
	background: #222;
}
h3 {
	margin: 0px;
	padding: 10px 20px;
	font-family: Trebuchet MS, Tahoma, Helvetica sans-serif;
	font-size: 16pt;
	border-bottom: 1px dotted #999;
	background: #111;
}
h4 {
	margin: 10px 60px 0px 60px;
	font-family: Georgia;
	color: #C30;
}
sub {
	margin: 0px 0px 10px 60px;
}
#tut_content p a {
	font-style: italic;
	font-weight: bold;
}
#tut_content a {
	display: block;
}
#article h3 {
	font-size: 14pt;
	margin: 0px;
	color: #C30;
}
#article sub {
	float: right !important;
	margin: 0px 10px 10px 10px;
}
#article p {
	padding: 0px 10px;
	text-align: justify;
	font-size: 8pt;
}
#tutorials_functions_holder {
	margin: 0px;
	padding: 13px 20px;
	font-family: Trebuchet MS, Tahoma, Helvetica sans-serif;
	font-size: 16pt;
	border-bottom: 1px dotted #999;
	background: #111;
}