body
{
	background:#222d2d;
	color:#b5b4a0;
	font-family: arial, sans-serif;
	margin-bottom: 30px;
	margin-top: 20px;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	font-weight:normal !important;
	font-size: 1em;

}

#logo {
	margin-top: 10px;
	vertical-align:bottom;
	line-height: 0px;
	height: 40px;
	margin:0;
}

#wrap {
	max-width: 1000px;
	margin: 0 auto;
	border: 1px red;
}

#navbar 
{
	width:100%;
	margin-top: 0px;
	margin-bottom: 30px;
	border-collapse: collapse;
	padding: 0px;
}

#continuous
{
	border-top: 1px solid #808080;
	letter-spacing: 7px;
	font-size: 1em;
}

.nav
{
	font-size: 1em;
	font-weight: bolder;
	color: #808080;
	border: 1px solid #808080;
	padding: 0px;
	//line-height: 22px;
	width: 8em;
}

.nav a {
	display: block;
	text-align: center;
	height: 100%;
	width: 100%;
}

.nav a:link {
	color: #9cb500;
	//color: #feab01;
}

.nav a:visited {
	color: #9cb500;
}

.nav a:hover {
	color: black;
	background-color: #00FF00;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #00FF00;
	text-decoration: none;
}

a:hover {
	color: #00FF00;
	text-decoration: none;
}

#box
{
	border-radius: 15px;
	//margin-left: 168px;
	padding: 15px 20px 20px 25px;
	//padding: 30px;
	border: 1px solid #808080;
	background-color: #2f3e3e; 
	clear: both;
	font-weight:200 !important;
	//font-weight:normal !important;
}

p
{
	margin: 0px 20px 20px 0px;
	font-weight:200;
	-webkit-font-smoothing: antialiased;
	font-weight:200;
}

h1 {
	font-size: 2em;
	margin-top: 0px;
	color: #94b3c5;
	//border: 1px solid red;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0px;
	font-weight: lighter;
	color: #94b3c5;
}

h3 {
	font-weight: lighter;
	font-size 1em;
	color: #94b3c5;
	margin: 0px;
}

ul {
	margin-top: 0px;
	//margin-left: 0px;
	//border: 1px solid red;
}

code { color: #feab01; }

@media screen and (max-width: 900px) 
{
	#body{
	font-size: 2em;
	}
	#box
	{
	margin-left: 0;
	}

	#continuous
	{
        display: none;
	}

}
