* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #333;
}

h4 {
	font-size: 18px;
	font-style: italic;
}
/* wrap */
/* ------------------ */
#wrap {
	width: 980px;
	margin: 0px auto;
	background-image: url(../img/wrap-jorbies.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 40px;
	padding-left: 40px;
}

/* header */
/* ------------------ */
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/jorbies.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	height: 270px;
}

.logo {
	padding: 0px;
	float: left;
	height: 170px;
	width: 185px;
	margin: 70px 5px 0px 80px;;
}
.banner {
	padding: 0px;
	float: right;
	width: 650px;
	margin-top: 80px;
	margin-right: 70px;
}

.left-img {
	border: none;
	margin: 2px 8px 2px 0px;
	
}

/* navigation */
/* ------------------ */
#nav {
	width:790px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 2px;
	background-image: url(../img/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 45px;
	background-position: center top;
}

#nav li {
	display: inline;
	margin: 0px;
}

#nav .last {
	border: none;
}

#nav a {
	display: inline;
	padding: 4px 8px;
	margin-left: -3px;
	text-decoration: none;
	list-style: none;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 12px;
}

#nav a:hover {
	background-color: #fff;
	color: #f60;
}

#nav a.active {
	background-color: #fff;
	color: #f60;
}

/* thumbs */
/* ------------------ */
#thumbs {
	margin: 0px auto;
	width: 820px;
}

#thumbs a {
	color: #f60;
}

#thumbs p {
	margin: 4px 18px;
	line-height: 1.6em;
	font-size: 11px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

#thumbs .one {
	width: 580px;
	padding: 2px;
}

.one ul {
	margin-left: 20px;
	list-style: square;
}

.one li {
	padding: 4px 6px;
	margin-left: 6px;
}

span.dif {
	color: #f60;

}

span.date {
	font-size: 12px;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 2px 2px;
	margin-bottom: 10px;
}

span.time {
	font-size: 12px;
	color: #f60;
	float: left;
	padding: 2px 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f60;
}

#thumbs .one h2 {
	margin: 8px 14px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 3px 6px;
	color: #333;
	border-bottom: 1px solid #E5E5E5;
}

#thumbs .two {
	background-color: #333;
	color: #333;
	font-size: 11px;
	width: 230px;
}

#thumbs .two p {
	color: #333;
}

.two ul li {
	font-size: 10px;
	list-style: none;
	display: block;
	padding: 2px 0px;
	border-bottom: 1px solid #666;
	margin: 0px 0px 0px 14px;
}

#thumbs .two ul li:hover {
	color: #F60;
}

#thumbs .two h2 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	background-color: #333;
	padding: 4px 8px;
	text-align: left;
	color: #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

.board {
	margin: 2px 12px 2px 2px;
}


#bottom {
	width: 60%;
	margin: 0px auto;
	padding-top: 8px;
	border-top: 1px solid #333;
	text-align: center;
	font-size: 12px;
}

#bottom li {
	display: inline;
}

#bottom a {
	display: inline;
	padding: 3px 8px;
	color: #333;
}

#bottom a:hover {
	color: #f60;
}
/* footer */
/* ------------------ */
#footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	padding-top: 75px;
	padding-right: 40px;
	padding-left: 40px;
}

#footer p {
	text-align: center;
	color: #fff;
}

#footer a {
	color: #f60;
}

#footer a:hover {
	color: #fff;
}
#add {
	margin: 15px auto 20px;
	padding: 1.4em;
	width: 350px;
	text-align: center;
	background-color: #333;
	color: #FFF;
	font-size: 1em;
	border: 3px solid #999;
}
.careers {
	border: thin solid #999;
	width: 300px;
	background-color: #343434;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 1em;
}
