* {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

body {
	background: #fff;
	/*background: #000 url(../images/bgMain.png) repeat-y;*/
}

a {
	text-decoration: none;
	color: #686868;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

li {
	list-style: none;
}

#main {
	margin: 0 auto;
	width: 980px;
	display: block;
	border-top: 2px solid #000;
	background: #fff;
	overflow: hidden;
}

#main #header {
	width: 700px;
	margin: 31px 0 0 5px;
}

#main #header h1 a {
	background: url(../images/titleRaquelGarcia.png) no-repeat;
	width: 144px;
	height: 16px;
	float: left;
	text-indent: -9999px;
}

#main #header ul {
	display: block;
	width: 100%;
	float: left;
	margin: 15px 0px;
}

#main #header ul li a {
	color: #686868;
}

#main #header ul li a:hover,
#main #header ul li a.active {
	color: #000;
	/*font-weight: bold;*/
	text-decoration: none;
}

#main #content {
	width: 1050px;
	margin: 31px 0 0 5px;
}

#main #content .row {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}

#main #content .row .job {
	float: left;
	width: 252px;
}

#main #content .row .job h2 {
	font-weight: normal;
	margin: 0 0 2px 0;
}

#main #content .row .job h2 a {
	color: #000;
}

#main #content .row .job h2 a span {
	display: block;
	color: #686868;
}

#main #content .row .job .job-gallery p {
	display: none;
}

#main #content .hidden-gallery {
	display: none;
}
