/* Start of CMSMS style sheet 'choice' */
* {
	margin: 0;
	}
	
html, body {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
	}

div#wrapper  {
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  }

div#header	{
	display: none;
	}

div#bar {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10%;
  height: 461px;
  background: url(uploads/images/background_bar_choice.gif) repeat-x;
  }
  
div#choice  {
  background: #b60039 url(uploads/images/background_body_choice.gif) repeat-x;
  height: 153px;
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
  }

div#choice a h2 {
  display: inline;
  color: #fff;
  margin: 0 14px;
  position: relative;
  top: -39px;
  font-size: 25px;
  }
  
div#choice a:hover h2 {
  color: #ffb9b9;
  text-decoration: underline;
  }

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

a img	{
	border: none;
	}



/* End of 'choice' */

