.page {
  width: 1000px;

  margin: 0;
  padding: 0;
  border: 1px solid #000000;

  color: #ffffff;
  background-color: #5E020F;
}

.page a:link, 
.page a:active, 
.page a:visited {
  color: #b1b3c3 !important;
}

.page a:hover {
  color: #668aff !important;
}

.header { 
  width: 1000px;
  height: 120px;
  border: 0;
}

.mask {
  height: 97px;
  width: 56px;

  position: absolute;
  left: 35px;
  top: 13px;

  z-index: 1;
}

.oxylogo {
  height: 30px;
  width: 100px;
  position: absolute;
  left: 150px;
  top: 13px;
  z-index: 1;
}

.coded {
  height: 30px;
  width: 100px;
  position: absolute;
  left: 880px;
  top: 75px;
  z-index: 1;
}

.topruler {
  width: 1000px;
  height: 20px;

  padding: 0;
  margin: 0;

  background-color: #090B35;

  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-left: 0;
  border-right: 0;

  text-align: center;
  line-height: 20px;
  letter-spacing: 0.2em;
}

.topruler a:link, 
.topruler a:active, 
.topruler a:visited {
  color: #DC1A01 !important;
  font-weight: bold !important;
}

.topruler a:hover {
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.leftpart {
  width: 175px;

  margin: 0;
  padding: 0;
  float: left;

  color: none;
  background-color: transparent;
  border: none;
}


.associates {
  width: 115px;

  margin: 30px;
  padding: 0;

  color: none;
  background-color: transparent;
  border: none;
}


.leftmenu {
  width: 115px;

  margin: 30px;
  padding: 0;

  float: left;

  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;

  text-align: center;
  font-family: "Verdana", "Courier", "Sans-serif" !important;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bolder;
}

/* IE min-width trick */
div#wrapper1 { 
    width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ?
                  document.documentElement.clientWidth : document.body.clientWidth) < 720 ? "720px"
              : "auto"); 
}

.leftmenuhdr {
  float: left;
  height: 20px;
  width: 115px;
  background-color: #ffffff;
  border: 0;
  padding: 0;
  margin: 0;
}

.leftmenu a:link, 
.leftmenu a:active, 
.leftmenu a:visited {
  color: #DC1A01 !important;
  font-weight: bold !important;
}

.leftmenu a:hover {
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.sel {
  float: left;
  padding: 5px 0px 5px 0px;
  width: 100%;
  height: 24px;
  background-color: #ffffff;
  border: 0;
  margin: 0;
  color: #DC1A01; 
  font-weight: bolder;
  line-height: 12px;
  vertical-align: middle;
}

.nsel {
  float: left;
  padding: 5px 0px 5px 0px;
  width: 100%;
  height: 24px;
  margin: 0;
  border: 0;
  line-height: 12px;
  vertical-align: middle;
}

.leftmenuftr {
  float: left;
  height: 10px;
  width: 115px;
  background-color: #ffffff;
  border: 0;
  padding: 0;
  margin: 0;
}

.rightmenu {
  position:         relative;
  float:            right;
  width:            95px;

  margin:           30px 20px 30px 0px;
  padding:          0;
  border:           1px solid #ffffff;
  color:            #ffffff;
  background-color: transparent;

  font-family:      "Verdana", "Courier", "Sans-serif" !important;
  font-size:        12px;
  line-height:      14px;
  text-align:       center;
  font-weight:      bolder;
}

.rightmenu a:link, 
.rightmenu a:active, 
.rightmenu a:visited {
  color: #DC1A01 !important;
  font-weight: bolder !important;
}

.rightmenu a:hover {
  color: #ffffff !important;
  font-weight: bolder !important;
  text-decoration: none !important;
}

.rightmenuhdr {
  float:            left;
  height:           20px;
  width:            95px;
  background-color: #ffffff;
  border:           0;
  padding:          0;
  margin:           0;
}

.rightmenuftr {
  float: left;
  height: 10px;
  width: 95px;
  background-color: #ffffff;
  border: 0;
  padding: 0;
  margin: 0;
}

.main {
  width: 640px;
  float: left;
  border: 1px solid #222222;
  padding: 10px 0px 10px 20px; /* top, right, bottom, left */
  margin: 30px 10px 30px 0px;

  background-color:      #0C0D24;
  background-image:      url("/static/graphics/mask_grid.gif");
  background-repeat:     no-repeat;
  background-attachment: fixed; 
  background-position:   70% 80px;
}

.fullwidth {
  float: left;
  margin: 0px 20px 0px 0px;
}


.fullwidthne {
  float: left;
  margin: 0px 20px 0px 0px;
  text-align: center;
  width: 100%;
}


.newstext {
  float: left;
  width: 420px;
  margin: 0px 10px 0px 0px;
}

.newsphoto {
  width: 200px;
  float: right;
  margin: 15px 0px 0px 0px;
  border: 0;
}

.eventtext {
  float: left;
  width: 400px;
  margin: 0px 10px 20px 0px;
}

.eventphoto {
  width: 200px;
  float: right;
  margin: 15px 20px 20px 0px;
  border: 0;
}

.bottom { 
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background-color: #090B35;
  border-top: 2px solid #000000;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.bottom a {
  text-decoration: none !important;
  font-weight: normal !important;
}

.break {  
  clear: both;
} 

table.oxywear {
  width: 100%;
}

table.media {
  width: 100%;
  border: 1px solid #000000;
  font-family: "Helvetica", "Arial", "Sans-serif";
  font-size: 12px;
}

/* Style for profile page */
.profiletext {
  float: left;
  width: 430px;
  margin: 0px 10px 10px 0px;
}

.profilephotocontainer {
  width: 200px;
  float: right;
  margin: 10px 0px 35px 0px;
  border: 0;
}

.profilephoto {
  width: 200px;
}

table.profiledata {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
}

p.bookingdata {
  margin: 5px 0px 0px 20px;
  padding: 0;
  border: 0;
  color: yellow;
}

.highlight {
  color: red;
  font-weight: bold !important;
}

table.booking {
  width: 600px;
  margin: 0;
  border: 0;
  background: transparent;
  font-weight: normal;
}

h2.event {
  color: white;
  letter-spacing: 0.1em;
  font-size: 24px;
}

h2.event a:link, 
h2.event a:active, 
h2.event a:visited,
h2.event a:hover { 
  color: white;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: bold !important;
}


/*EOF*/
