html, body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
color: #fff;
font-size:16px;
}

html {
background: url(/uploads/ra2014/bg.jpg) repeat-x #54514a;
}

.wrapper {
margin: 0 auto;
width: 980px;
padding: 0;
background: url(/uploads/ra2014/wrapperbg.png) no-repeat;
min-height: 600px;
}

.left {
float: left;
}

.right {
float: right;
}

.nobg {
background: none;
min-height:0;
}

header h1 {
  width: 350px;
  height: 80px;
  color: transparent;
  background: url(/uploads/ra2014/logo.png) no-repeat;
  display: inline-block;
  margin-left: 300px;
}

footer {
background:url(/uploads/ra2014/footerbg.jpg) repeat-x;
height: 93px;
font-size: 12px;
}

footer .left {
padding: 30px 0 0 0;
}

footer .right {
padding: 20px 0 0 0;
}

footer a {
color: #999;
}

footer a:hover {
color: #fff;
}

#banner {
height:260px;
background-position: right;
background-repeat: no-repeat;
}

#banner-image {
float: right;
height: 260px;
width: 680px;
border-top: solid 2px;
border-bottom: solid 2px;
border-color: #F08D09;
z-index: 1;
display:block;
}

#menu {
float: left;
width: 260px;
height: 220px;
z-index:10;
display:block;
}

#menu ul {
padding: 0;
margin:0;
list-style-type: none;
}

#menu li {
text-align: right;
margin: 7px 0;
}

#menu a {
background:url(/uploads/ra2014/menubg.png) repeat-x;
padding: 6px 30px 6px 10px;
color: #fff;
text-decoration:none;
display: inline-block;
font-size:18px;
font-weight:bold;
letter-spacing:-1px;
}

#menu a:hover, #menu a.menuactive {
background:url(/uploads/ra2014/menuabg.png) repeat-x;
}

#content {
padding: 0 0 0 300px;
background: url(/uploads/ra2014/20ans.png) no-repeat;
min-height: 300px;
}

#content ul {
    margin: 0.75em 0;
    padding: 0 2em;
    list-style: none;
}
#content li:before { 
    content: "";
    border-color: transparent #F08D09;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

#content h2 {
margin:0;
padding:18px 0 20px 0;
background-image: url(/uploads/ra2014/slogan.png);
background-repeat: no-repeat;
background-position: right;
font-size:32px;
letter-spacing:-1px;
}

blockquote {
border-left: solid 4px #F08D09;
padding: 0 0 0 12px; 
}

.orange, a {
color: #F08D09;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #999;
}

#banner-content ul {
list-style-type: none;
padding: 20px 0 0 40px;
}

#banner-content li {
display: inline-block;
width: auto;
text-align:center;
margin: 0 0 0 20px;
}
/* Stylesheet: ra2014 Modified On 2014-09-19 23:00:28 */
