html{height: 100%;}

body
{ font-family: Century Gothic, Verdana, Tahoma;
  padding: 0px;
  margin-top: 5px;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
}



p
{ margin: 0px;
  padding: 0px 0px 13px 0px;
  line-height: 1.7em;
}


img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}



#main, #footer, #logo, #site_content
{ margin-left: auto; 
  margin-right: auto;
  
}

#main
{ width: 1000px;
  background: transparent;
  color: #555;
}

/* 
--------------------------
--------------------------
logo
--------------------------
--------------------------
*/

#logo
{ width: 1000px;
  height: 200px;
  background-color: transparent;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border: 0px solid #a6a6a6;
}




/* 
--------------------------
--------------------------
navi_bar
--------------------------
--------------------------
*/
#navi_bar
{ width: 250px;
  height: 25px;
  background-color: transparent;
  margin: 10px 0px 0px 0px;
  padding: 2px 0px 2px 750px;
  border: 0px;
  font-family: Tahoma, Verdana;
  font-size:11px;
  font-weight:bold;
}

#navi_bar a
{
	color: #1A6415;
	text-decoration: none;
}

#navi_bar a:hover
{
	color: #1A6415;
	text-decoration: underline;
}

#navi_bar a.selected
{
	color:#797979
}


/* 
--------------------------
--------------------------
site content
--------------------------
--------------------------
*/

#site_content
{ width: 1000px;
  overflow: hidden;
  margin: 10px 0px 10px 0px;
  padding-top: 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border: 0px solid #88171d;
  background: #000000;
} 


#content
{ text-align: justify;
  width: 980px;
  float: left;
  padding: 22px 10px 15px 10px;
  color: #ffffff;
}


#content a
{
  color:#ff0202;
  text-decoration: none;
  font-weight:bold;
}

#content a:hover{
  color:#cf0707;
  text-decoration: none;
  font-weight:bold;
}

h5
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size:22px;
    font-weight: bold;
	color: #d3d3d3;
    text-shadow:#64b5cf 2px 2px 2px;
	padding:0px 0px 20px 0px;
	margin:0;
}



/* 
--------------------------
--------------------------
footer  
--------------------------
--------------------------
*/

#footer a
{
  color:#ff0202;
  font-weight: normal;
  text-decoration: none;
}

#footer a:hover{
  color:#cf0707;
  font-weight: normal;
  text-decoration: none;
}

#footer
{ width: 990px;
  height: 40px;
  padding: 0px 5px 0px 5px;
  text-align: center; 
  font-family:  Tahoma, Verdana;
  font-size:11px;
  color:#e0dede;

  
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -khtml-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: 0px solid #8baa36;
  background: transparent;
}


/* 
--------------------------
--------------------------
input styling
--------------------------
--------------------------
*/



	input:not([type=checkbox]),
	textarea,
	select{
    background: #ffffff;
    border: 1px solid #adadad;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 400px;
	}
	input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
	}
