HTML, BODY {
  margin: 0px;
  padding: 0px;
}

BODY {
  background: #000 url(/alaska/images/pagebg.png) repeat-x;
}

BODY TD, BODY DIV {
  font: 12pt "Callibri","Palatino Linotype",Palatino,Geneva,Helvetica,Arial;
  text-align: left;
}

INPUT, TEXTAREA {
  font-size: 10pt;
  font-family: Arial;
  border: 1px solid #606060;
  width: 215px;
  background-color: #ffffff;
}

TEXTAREA {
  height: 80px;
  overflow: auto;
}

A { color: #b41400; }

A IMG { border: none; }

UL { margin: 0px; padding: 0px; list-style: none; }

H1 {
  font-weight: normal;
  font-size: 24pt;
  margin: 0px;
  margin-bottom: 20px;
  color: #2449a3;
  padding-top: 5px;
  width: 600px;
  border-bottom: 1px dotted #555;
}

H2 {
  font-weight: normal;
  font-size: 14pt;
  margin: 0px;
  color: #333;
}


.bdr { border: 1px solid #222; }

.blk { display: block; }

.bl { color: #1c6d9b; }
.blbg { background-color: #2390ca; }

.wbg { background-color: #fff; }
.blkbg { background-color: #222; }
.ltbg { background-color: #d9ccac; }
.tbg { background-color: #665; }
.lgbg { background-color; #eef; }
.llgbg { background-color: #fefef0; }
.dgbg { background-color: #666; }

.b { font-weight: bold; }
.nu { text-decoration: none; }

.w { color: #fff; }
.bk { color: #222; }
.y { color: #dce412; }
.dg { color: #333; }
.lg { color: #eee; }
.r { color: #b41400; }

.mt { margin-top: 5px; }
.mmt { margin-top: 10px; }

.lft { text-align: left; }
.rgt { text-align: right; }
.ctr { text-align: center; }

.floatRight {
  float: right;
  margin: 0px 0px 0px 15px;
}

.clearRight {
  clear: right;
}

.floatLeft {
  float: left;
  margin: 0px 15px 0px 0px;
}

.clearLeft {
  clear: left;
}

*.s { font-size: 10pt; }
*.n { font-size: 12pt; }
*.bg { font-size: 14pt; }
*.hg { font-size: 18pt; }
*.vhg { font-size: 22pt; }

*.sp { line-height: 150%; }

.p { padding: 5px; }
.pp { padding: 10px; }
.ppp { padding: 15px; }
.np { padding: 0px; }
.sidep, TABLE.sidep TD { padding-left: 8px; padding-right: 8px; }
.pl { padding-left: 15px; }

.mt {
  margin-top: 10px;
}

.clr { clear: both; }

.top { vertical-align: top; }
.bottom { vertical-align: bottom; }


.grad {
  background-image: url(/alaska/images/grad.png);
  background-repeat: repeat-x;
}

.hidden { display: none; }

.hvr {
  text-decoration: none;
}

.hvr:hover {
  text-decoration: underline;
}

#bodyContainer {
  text-align: left;
  width: 992px;
  min-height: 820px;
  background: url(/alaska/images/contentbg.jpg) no-repeat top left;
}

#menuBar {
  position: fixed;
  top: 0px;
  width: 992px;
  height: 41px;
  background: url(/alaska/images/menubg.png) no-repeat top left ;
  z-index: 100;
}

#menuBar UL {
  margin: 0px;
  padding: 0px;
  margin-left: 30px;
}

#menuBar LI {
  margin: 0px;
  padding: 0px;
  float: left;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

#menuBar LI A {
  margin: 0px;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 9px 20px;
}

#menuBar LI UL {
  margin: 0px;
  padding: 0px;
  position: absolute;
  display: none;
  margin-left: 0px;
  border: 1px solid #422;
  background: #8f0f00 url(/alaska/images/grad2.png) repeat-x top left;
}

#menuBar LI UL LI {
  float: none;
  text-align: left;
  font-size: 10pt;
  border-bottom: 1px dotted #433;
}

#menuBar LI UL LI A {
  padding: 4px 40px 4px 10px;
}

#menuBar LI UL LI A:hover {
  background-color: #9f0f00
}

#divSlideshowContainer {
  position: absolute;
  margin: 120px 0px 0px 560px;
}


#dkfriends {
  margin:50px 0px 0px 0px;
}

#homeContent {
  position: absolute;
  margin: 370px 0px 0px 35px;
  width: 420px;
  height: 250px;
}


.whitebg {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: url(/alaska/images/whitebg.png);
  padding: 10px 20px;
}

.whitebg2 {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: url(/alaska/images/whitebg2.png);
  padding: 10px 20px;
}

.round {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.roundtop {
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
}

.ssBoxContainer {
  position: absolute;
  margin-top: 220px;
}

.ssBox {
  float: left;
  background: none;
  border: 1px solid #46b;
  text-align: center;
  margin-right: 10px;
}

.ssBoxSelected {
  font-weight: bold;
  background-color: #46b;
}

.ssBox A {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 3px 10px;
}

.ssBoxSelected A {
  color: #fff;
}

#homeloguebar {
  position: absolute;
  margin: 730px 0px 0px 25px;
  width: 940px;
}

#divSlidebarContainer {
  position: absolute;
  margin: 755px 0px 0px 25px;
}

#divSlidebarContainer2 {
  position: absolute;
  margin: 840px 0px 0px 25px;
}


#moreArtists {
  position: absolute;
  margin: 655px 0px 0px 55px;
  width: 900px;
}

#homeContainer {
  min-height: 980px;
}

#mainContent {
  margin: 0px 30px 10px 30px;
  padding: 60px 30px 20px 30px;
}

#footer {
  color: #fff;
  padding: 0px 25px 35px 25px;
}

.prettybutton {
  width: 172px;
  height: 25px;
  text-align: center;
  display: block;
  background: url(/alaska/images/prettybutton.png) no-repeat;
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 2px 0px 0px 0px;
}

#playerContainer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #303030 url(/alaska/images/quickgrad.png) repeat-x top left;
  height: 25px;
}

#divPlayer {
  float: right;
}

#divSalute {
  margin-bottom: 5px;
}

#divMore {
  position: fixed;
  bottom: 50px;
  display: none;
  width: 1050px;
  text-align: right;
}


.paperwrapper {
  width: 450px;
}

.papertop {
  background: url(/alaska/images/pagetop.gif) no-repeat top left;
  height: 67px;
}

.papermid {
    background: url(/alaska/images/pagemid.gif) repeat-y top left;
    padding: 0px 35px;
}

.paperbottom {
    background: url(/alaska/images/pagebottom.gif) no-repeat top left;
    height: 60px;
}

.papermid * {
  line-height: 1.5em;
}

/* Pager */
.pager {
  float: left;
  margin: 0px 5px 0px 0px;
  border: 1px solid #179;
  line-height: normal;
}

.pager A {
  text-decoration: none;
  display: block;
  padding: 1px 8px;
  color: #333;
}

.thispage {
  background-color: #fff;
}

.thispage A { color: #a33; }

#loguebarwrap {
  position: fixed;
  bottom: 25px;
  width: 933px;
  margin-left: 30px;
}
