body
{
}

ul.menu 
{
	
}

ul.menu li
{
	margin-left: 0px;
	list-style-type: none;
}

ul.menu li a
{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #eee;
	
	text-decoration: none;
	color: black;
}

ul.menu li a:hover
{
	background-color: rgb(28, 106, 225);
	color: white;
}

ul.menu li#current a
{
	background-color: rgb(28, 106, 225);
	color: white;
}

.Logo
{
	height: 153px;
	background-image: url(../images/header_vagas.gif);
}

.Logo div
{
	margin-top: 45px;
	margin-left: 118px;
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.article-tools
{
	margin-bottom: 10px;
}

.Content
{
	margin: 5px;
}

h3, h2
{
	background:none repeat scroll 0 0 #FAFAFA;
	border:1px solid #E9E9E9;
	margin:0 0 7px;
	padding:5px;
}

a
{
	color: blue;
}

a:hover
{
	
}

.social
{
	text-align: center;
	margin-top: 20px;
}