/* default.css */

html, body, div, ul, li {
  margin: 0; padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #0c233a;
  background-image: url(/design/ege/images/bg.png);
  background-repeat: repeat-x;
}

img { border: 0; }

div.clear {
  clear: both;
}

div#bg_wrapper {
    height: 100%;
    width: 100%;
    background-image: url(/design/ege/images/bg_wrapper.png);
    background-position: center;
    background-repeat: repeat-y;
}

div#frontpage {
  width: 260px;
  margin: auto;
  padding-top: 300px;
}
div#frontpage img {
  position:absolute;
  top:184px;
}

div#frontpage, div#frontpage a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, Sans-serif;    
}
div#frontpage a { margin: 20px; }

div#center {
  background-color: #ffffff;
  width: 800px;
  margin: auto;
}

div#image_strip {
  padding-top: 5px;
  height: 100px;
  width: 800px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

div#image_strip img {
  margin-right: 50px;
}

div#image_strip div#image_container {
  left: 10px;
  display: block;
  height: 100px;
  white-space: nowrap;
}

div#logo_area {
  height: 130px;
  background-color: #a9a9a8;
}

div#logo_area #logo {
  float: left;
  width: 150px; height: 100px;
  background-color: #0a2238;
  background-image: url(/design/ege/images/ege_logo.png);
}

div#logo_area #logo2 {
  float: right;
  width: 646px; height: 100px;
  background-color: #0a2238;
}

div#inner {
  background-color: #e4e4e4;
  margin: 6px 6px 0 6px;
  padding-bottom: 6px;
}

div#inner ul#navi {
  position: relative;
  top: 10px; left: 10px;
  width: 136px; 
  list-style: none;
  list-style-type: none;
}
div#inner ul#navi li a {
  display: block;
  width: 134px;
  padding: 4px 0;

  text-decoration: none;
  font-family: Arial, Sans;
  color: #5d5b5a;
}
div#inner ul#navi li a.active,
div#inner ul#navi li a:hover {
  color: #00192c;
}
div#inner ul#navi li a.active {
  border-right: 4px solid #0a2238;
}

div#inner div#navibox {
  float: left;
  margin-bottom: 10px;
}

div#inner div#article {
  float: right;
  width: 600px;
  padding-top: 10px;
  font-family: Arial, Sans;
  font-size: .8em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0; padding: 0;
  color: #00192c;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
