#page_bg {
	background: #5d0102;
}

div.center {
  text-align: center;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    background: url(imgs/emma_bg.png) 0 0 no-repeat;
    min-height: 768px;  
text-align: left;
}

* html #wrapper {
    height: 768px;
}

body.width_fmax div#wrapper {
	width: 1024px;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  /*display:block;*/  
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}

#pillmenu a:hover {
  color: #a10f15;
  background: url(imgs/emma_menu_selection.png) 20px 0px no-repeat;
}

#pillmenu a#active_menu-nav {
    background: url(imgs/emma_menu_select.png) 20px 0px no-repeat;
    color: #fff;
    height: 46px;	
	background-position: 0 0;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

#pillmenu {
  margin-top: 90px;
  margin-right: 50px;
  /*white-space: nowrap;*/
  height: 46px;
  float: right;
}

#pillmenu ul {
  margin: 0;  
  padding: 0;  
  list-style:none;
}

#pillmenu li {
	float: left;
	margin: 0;  	
	padding: 0;
}

.clr {
	clear: both;
}

#centerbox {
        padding: 15px 0 110px 5px;
        margin: 30px 0 0 360px;
	width: 640px;
	height: 380px;
}

#maincolumn_full {
    padding: 5px 0 0 15px;
    width: 570px;
	height: 380px;
	overflow: auto;	
}

#help {
    padding: 5px 0 0 15px;
    color: white;
    font-size: 8pt;
    width: 570px;
}

#help a {
    color: white;
}

#maincolumn_full_videos {
    padding: 5px 0 0 15px;
    width: 570px;
	height: 350px;
	overflow: auto;	
}

div#gallery {
     text-align: center;
}

table.sboxgallery {
    /*padding: 10px 10px 30px 30px;*/
    padding: 0px;
    margin-top: 20px;
    height: 300px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
   border-collapse:collapse;
}

table.sboxgallery td {
    padding:0px;
}

div#pagination
{
    text-align: center;
    color: #fff;
    font-size: 9pt;
    /*font-weight:bold;*/
}

div#pagination a
{
    color: #FF0000;
    text-decoration:none;
   font-weight: bold;
}

div#pagination a:hover
{
    color: #FFF;
    text-decoration:none;
   font-weight: bold;
}

a.option img{
    /*border: 1px solid #eeeccc;*/
    border: 1px solid #5d0102;	
    border-width: 2px 2px 2px;
}

a.option:hover img {
    /*border: 1px solid #5d0102;*/
    border: 1px solid #eeeccc;
    border-width: 2px 2px 2px;
}





