/* ################### Resetting #################### */

html {
  width:  99.9%;
  height: 99.9%;
}

body {
  width:  100%;
  height: 100%;
  background: #fff url('../images/page_bg.png') repeat-x;
}

* {
  margin:  0;
  padding: 0;
}

a img     { border: 0; }

.clear    { clear: both; height: 0; }



/* ##################### Layout ##################### */

#PageBox {
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding-top:    55px;
  padding-bottom: 35px;
}

#Page {
  width: 737px;
  margin-left: 140px;
  -border-radius:        10px 10px 8px 8px;
  -moz-border-radius:    10px 10px 8px 8px;
  -webkit-border-radius: 10px 10px 8px 8px;
  -webkit-box-shadow: 3px 3px 5px #bbb;
     -moz-box-shadow: 3px 3px 5px #bbb;
          box-shadow: 3px 3px 5px #bbb;
}

#Top {
}

#Main {
  background: url('../images/main_bg.jpg');
  border-left:   solid 1px #617d9c;
  border-right:  solid 1px #617d9c;
}

#Bottom {

}



/* #################### Content ##################### */

#Logo {
  position: absolute;
  left:  9px;
  top:  29px;
}


#Header {
  height: 38px;
  background: #adb8c7 url('../images/header_bg.jpg') repeat-x;
  border-left:   solid 1px #bec4cb;
  border-right:  solid 1px #bec4cb;
  border-top:    solid 1px #7a889b;
  border-bottom: solid 1px #9eaab8;
  -border-radius:        10px 10px 0 0;
  -moz-border-radius:    10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}


#HeaderNav {
  height: 25px;
  background: #d9dee6;
  padding-left: 92px;
  border-top:    solid 1px #ddd;
  border-left:   solid 1px #b6bcc3;
  border-right:  solid 1px #b6bcc3;
}


#SideLeft {
  float: left;
}


#ContentBox {

}


#Content {
  background: url('../images/content_bg.jpg') no-repeat;
  padding: 5px 50px 15px;
}


#FooterShadowContent {
  height: 5px;
  background: url('../images/footershadow_bg.png') bottom repeat-x;
}


#SideRight {
  float: right;
}


#FooterNav {
  height: 23px;
  background: #d9dee6;
  padding-right: 8px;
  border-left:   solid 1px #8296b0;
  border-right:  solid 1px #8296b0;
  border-bottom: solid 1px #8296b0;
  -border-radius:        0 0 8px 8px;
  -moz-border-radius:    0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
}


#Creator {
  width: 737px;
  margin-top: 5px;
  margin-left: 145px;
}





