/* Base */
* {
  margin:0;
  padding:0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background:url(images/main-page.jpg) no-repeat top center #377cb1;
  font: 82.5%/1.6 "Helvetica Neue", Arial, Helvetica, sans-serif;
  color:#000000;
}

strong	{
  color:#99C12C;
}

p {
  text-indent:1em;
  font-size:1.1em;
  line-height:1.4em;
  padding:0 5px 0 0;
  margin-bottom:10px;
}

a:link, a:visited {
  text-decoration:none;
  color:#000;
}

a:hover {
  text-decoration:none;
  color:#fff;
  background-color: #000;
}

h1,h2,h3,h4 {
  color:#ffffff;
}

h1 {
  font-size:26px;
  border-bottom:0px dotted white;
  margin-bottom:5px;
}

h2 {
  font-size:20px;
}

h3 {
  font-size:16px;
}

h4 {
  font-size:14px;
}

h5 {
  font-size:1em;
  color:#5D8513;
}

h6 {
  font-size:12px;
  color:#5D8513;
}

/* main */

#container {
  position:relative;
  width:313px;
  margin: 0 auto;
  top:60px;
  height:583px;
}

#content {
  position:relative;
  width:313px;
  margin:0 auto;
}

#main-page	{
  position:relative;
  left:0px;
  font-size:11px;
  width:313px;
}

#main-page h1{
  text-align: center;
  color:white;
}

#main-page p{
  margin:10px 30px;
  font-weight: bolder;
}

#main-page .title{
  text-align:center;
  font-size:140%;
  font-weight: bolder;
  margin: 10px 40px;
}

#main-page a{
  color: white;
}


#emphase{
  background-color: white;
  font-size:130%;
  padding:1px;
}


#main-menu{
  background-color:#000;
  position:absolute;
  width:auto;
  left:1px;
  margin:0px;
  padding:0px 3px;
  top:330px;
  font-size:70%;
}

#main-menu a:hover{
  color:#000;
  background-color:#fff;
}

#main-menu a{
  color:white;
  border-bottom: 0px dashed white;
  padding:0.1em;
  font-weight: bolder;
  letter-spacing: .3em;
  line-height: 1.2em;
}

.link0 a{
  color:green;
}


#main-menu li{
  list-style-type: none;
  color:#9966cc;
  display: inline;
}

#footer {
  position: relative;
  width:312px;
  color:white;
  padding-top:30px;
}

#footer p{
  display:none;
}


