body {
  background-color:#692361;
  background-image:url(img/body.jpg);
  background-repeat:repeat-x;
}

div {
  /*border:1px solid;*/
}

#content,
#footer {
  margin:0px auto;
  width:860px;
  clear:both;
}

#header {
  width:100%;
  margin:0px auto;
  clear:both;
  text-align:center;
}

#header .container {
  width:760px;
}

#header {
  background-image:url(img/menu_bckg.jpg);
  background-position:center;
  height:46px;
  text-align:center;
}

#content {
  background-image:url(img/content_bckg.jpg);
  background-repeat:no-repeat;
  min-height:550px;
	height:auto !important;
  height:550px;
}

#footer {
  background-image:url(img/content_footer.jpg);
  background-repeat:no-repeat;
  height:50px;
}

.container {
  margin:0px auto;
}

#centerColumn {
  width:500px;
  float:left;
  padding-left:50px;
}

#rightColumn {
  float:right;
  width:294px;
  background-image:url(img/teaser_bckg.jpg);
  background-repeat:no-repeat;
}
#rightColumnFooter {
  clear:both;
  background-image:url(img/teaser_footer.jpg);
  background-repeat:no-repeat;
  height:45px;
}

#teaser {
  min-height:500px;
	height:auto !important;
  height:500px;
  width:265px;
}

#teaserGallery {
}

#teaserGallery p {
  margin:5px 0 0 15px;
}

#teaserInspired {
  background-image:url(img/teaser_inspired.jpg);
  background-repeat:no-repeat;
  padding:80px 10px 0 15px;
  margin-top:10px;
}
#teaserChallenges {
  background-image:url(img/teaser_challenges.jpg);
  background-repeat:no-repeat;
  padding:80px 10px 0 15px;
  margin-top:10px;
}

.csc-textpic-image {
  border:2px solid #692361;
  padding:2px;
  margin-top:5px;
}

.csc-textpic-caption {
  color:#692361;
}


/* STILE */
a,
a:link,
a:hover,
a:active,
a:visited {
  color:#902e86;
  text-decoration:underline;
}

h1,
h1 a,
h1 a:link,
h1 a:hover,
h1 a:active,
h1 a:visited {
  margin:0!important;
  padding:0!important;
  font-size:1.5em;
  font-weight:normal;
  line-height:120%;
  color:#902e86;
}

h2 {
  font-size:1.5em;
  font-weight:normal;
  line-height:120%;
}

h2,
h2 a,
h2 a:link,
h2 a:hover,
h2 a:active,
h2 a:visited {
  color:#902e86;
  margin:1em 0 0 0;
  padding:0;
  text-decoration:none;
}

h3,
h3 a,
h3 a:link,
h3 a:hover,
h3 a:active,
h3 a:visited {
  font-size:1.2em;
  color:#902e86;
  margin:1em 0 0 0;
  padding:0;
}

h4,
h4 a,
h4 a:link,
h4 a:hover,
h4 a:active,
h4 a:visited {
  font-size:1em;
  color:#902e86;
  margin:0;
  padding:0;
}



li {
  padding:0.5em;
  list-style:none;
}

hr {
  border:none;
  border-top:1px solid #f00;
}

.teaser {
}

.clearer {
  clear:both;
}

.pink {
  color:#902e86;
}