/*  Rosaria Gracia-Luque styles  */

body {
margin: 0;
padding: 0;
background:url(img/body-bg.jpg) repeat-x bottom left #a8c7fe;
background-position: top left;
text-align: center;
font-family: "Trebuchet MS", verdana, arial, sans-serif;
font-size: 0.90em;
} 

#wrapper {
display: block;
position: absolute;
left: 50%;
margin-left: -400px;
width: 797px;
/*margin: 0 auto;*/
text-align: left;
}

#branding a img {
border: none;
}

#navigation {
display: block;
/*position: absolute;*/
float: left;
width: 242px;
}

#navigation ul {
list-style-type: none;
font-size: 0.98em;
}

#navigation li a {
text-decoration: none;
display: block;
height: 2em;
border-bottom: 1px solid #830fd4;
color: #830fd4;
}

#navigation li a:hover {
background: #d1eded;
border-bottom: 1px solid red;
}

#navigation li a.select {
color: #333;
font-weight: bold;
}

#contentwrap {
display: block;
/*position: absolute;
height:500px;*/
width: 100%;
background: url(img/content-wrap.jpg) repeat-y top center;
margin-top: -4px;
}

#content {
display: block;
/*position: absolute;
height:500px;*/
width: 100%;
background: url(img/content-bg.jpg) no-repeat top center;
}

#maincontent {
display: block;
/*position: absolute;*/
float: right;
width: 450px;
background: #fff;
margin-right: 50px;
}

#maincontent p, #maincontent ul {
color: #333;
}

#maincontent h1 {
color: #666;
font-style: italic;
}

#maincontent h1 span {
color: red;
}

#maincontent .homesplash {
margin-left: -20px;
}

#maincontent li {
list-style-image:url(img/bullet.gif);
margin-bottom: 20px;	
margin-top: -5px;	
}

#maincontent a {
color: #8410d3;	
}

#maincontent a:hover {
color: red;	
}

#maincontent a:visited {
color: #87808b;
}

#clear {
clear: both;
}

.job {
display: block;
width: 440px;	
background: #ecedfb;
padding: 5px;
margin: 8px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}


.jobodd {
display: block;
width: 440px;	
background: #fbfbfb;
padding: 5px;
margin: 8px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

p.label {
border-bottom: 1px dashed #ccc;	
}


#pubs p {
display: block;
border-bottom: 1px solid #ccc;	
}

#pubs p span {
color: #523d94;
}


img.decor {
margin-left: -20px;
}


#contacts {
display: block;
position: absolute;
top: 125px;
left: 50%;
font-size: 80%;	
color: #6777b2;
}

#contacts span {
color: #c77bd5;	
}

#contacts a {
color: #8410d3;	
}

#contacts a:hover {
color: red;	
}









