/* @override http://www.junrodesign.com/css/style.css */

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 900px;
	margin: auto;
}

body {
	background-color: #191919;
	color: #b1b1b1;
	font: normal 0.8em/1.5em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-top: 50px;
}

p {
	margin-bottom: 1.5em;
}

strong {
	font-style: normal;
	color: #09c;
	font-weight: normal;
	font-size: 2.0em;
	margin-right: 10px;
}

em {
	color: orange;
}

a, a:active, a:visited {
	color: orange;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

img {
	border-width: 0;
	border-style: solid;
}

.cleaner {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	margin-left: 10px;
	text-align: justify;
	font-size: 1.2em;
	margin-right: 10px;
	line-height: 1.7em;
}

#info  {
	margin-left: 10px;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.6em;
	float: left;
	color: orange;
}

h2 {
	color: #09c;
	font: normal normal 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}

h3 {
	color: #09c;
	font: normal normal 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

div.box {
	width: 280px;
	display: inline;
	float: left;
	margin: 10px;
}

div.box .text {
	padding: 10px;
	background-color: #333;
}

div.box .text span {
	display: block;
	font-weight: normal;
	font-style: normal;
}



/* column-left */

#column-left {
	float: left;
	list-style-type: none;
	width: 420px;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 50px;
}

/* column-center */

#column-center {
	float: left;
	width: 230px;
	margin-left: 10px;
	margin-bottom: 50px;
}

#column-center ul {
	text-align: left;
	line-height: 1.5em;
	margin-top: 10px;
}

#column-center li {
	list-style-type: none;
}

/* column-right */

#column-right {
	float: right;
	width: 190px;
	margin-bottom: 50px;
}

#column-right ul {
	text-align: left;
	line-height: 1.5em;
	margin-top: 10px;
}

#column-right li {
	list-style-type: none;
}

#footer {
	clear: both;
	border-top: 1px solid #3f3f3f;
	margin-top: 100px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 50px;
	font-size: 0.9em;
	text-align: center;
}

.nav {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background-color: #262626;
}

.nav ul{
	position: relative;
	padding: 0 0 0 10px;
}

.nav li {
	background: none;
	margin-right: 40px;
	display: inline-block;
	color: #09c;
	text-transform: uppercase;
}
.nav li, .nav a {
	padding: 0;
	background: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.0em;
}
