#get_started {
	/*background: transparent url('diagonal_lines.png') left top repeat;*/
	background-color: rgb(254,213,107);
	color: #424242;
	font-size: 90%;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
}

#get_started a {
	color: #5392c1;
	text-decoration: none;
	font-weight: bold;
}

#get_started a:hover {
	color: #797979;
}

#starting_point {
	list-style: none;
}

#starting_point li a {
	background: transparent url('big_one.png') left center no-repeat;
	display: block;
	margin: 10px 0;
	min-height: 67px;
	padding-left: 75px;
	text-decoration: none;
}

#starting_point li + li a {
	background-image: url('big_two.png');
}

#starting_point li + li + li a {
	background-image: url('big_three.png');
}


#starting_point strong {
	color: #424242;
	display: block;
	font-size: 170%;
	letter-spacing: -1px;
	padding-top: 5px;
}

#starting_point span {
	color: #5392c2;
	display: block;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase;
}

#starting_point p a {
	color: #5392c2;
	text-decoration: none;
}

#post_jobs {
	margin-top: 50px;
}

#side_bar #post_jobs h3 {
	background: #fff url('post.png') 2px center no-repeat;
	padding: 2px 0 2px 40px;
}

#sponsors {
	list-style: none;
	margin: 15px 0 0 0;
	text-align: center;
	white-space: nowrap;
}

#sponsors li {
    display: inline;
    padding: 0 3px;
}

#sponsors img {
    border: 1px #dcdddc solid;
    margin: 0 2px;
}
