
*{
	padding: 0px;
	margin: 0px;
}

body {
    background-color: #000;
	font-size: .85em;
	font-weight: 300;
	font-family: 'Oswald', 'Abel', sans-serif;
	font-style: normal;
	color: #ddd;
	background-image: URL('images/NUMB.GIF');
}

a {
	color: red;
	font-size: 1.5em;
	text-decoration: none;
	font-family: 'Abel';
}

#wrapper {
	min-width: 900px;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

header {
	min-width: 900px;
	max-width: 1100px;
	height: 35px;
	text-align: center;
	font-size: 1.2em;
	background-color: #222;
}

#center{
	padding: 5px;
	margin: 5px;
}

nav {
	padding: 20px 10px 20px;
	min-height: 500px;
	float: left;
	width: 200px;
	border: 5px solid #ddd;
	border-radius: 25px;
	background-color: #111;
}

ul {
	list-style-type: none;
}

#content {
	margin: 0px 0px 0px 5px;
	margin-left: 245px;
	min-width: 700px;
	min-height: 500px;
	max-width: 900px;
	font-size: 1.25em;
    line-height: 1.2em;
    text-align: justify;
	padding: 20px;
	background-color: #111;
	border: 5px solid #ddd;
	border-radius: 45px;
}

h3 {
	text-align: center;
}

p.paragraphs {
text-indent: 15px;
}

ul.loi {
	list-style-type: circle;
	margin: 10px;
	line-height: 1.25;
	color: #fff;
	font-size: .6em;
}

ul#todo {
	list-style-type: circle;
	margin: 10px;
	line-height: 1.5;
	color: #fff;
	font-size: .9em;
}



#navVideo ul
 {
 margin: 0px 0px 5px 0px;
 padding: 0;
 list-style-type: none;
 text-align: center;
 }

 #navVideo ul li { display: inline; }

 #navVideo ul li a
 {
 font-size: 1em;
 text-decoration: none;
 padding: .1em 1em;
 color: #fff;
 background-color: #222;
 }

 #navVideo ul li a:hover
 {
 color: #fff;
 background-color: #333;
 }

iframe {
	float: left;
	display: block;
	border: 1px solid #fff;
	margin: 2px;
}

.captions {
	font-size: 0.8em;
	font-style: normal;
	text-decoration: underline;
}

article {
	margin: 2px;
	float: left;
	min-width: 48%;
}

.breakit {
	clear: both;
}

footer {
	min-width: 900px;
	max-width: 1100px;
	background-color: #333;
	text-align: center;
	height: 45px;
	clear: both;
}

.eradicator {
	color: #33FF00;
	font-weight: 400;
}
