/* Orbit Upload v2 CSS - Copyright 2008 NovaTech Network */

html,body,p,form,h1,h2,h3,h4,h5,h6
{
  margin: 0;
  padding: 0;
}

html
{
  background-color: #FFF;
}

body
{
  font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
  font-size: 11px;
  line-height: 135%;
  text-align: center;
  background: #FFF url('images/bg.png') repeat-x;
}

#wrapper
{
  width: 80%;
  text-align: left;
  border: 1px solid #e2e2e2;
  padding: 5px;
  background-color:#FFF;
}

#header
{
  background: url('images/logo.png') no-repeat;
  height: 100px;
  width: 475px;
  padding:0px;
  margin-top:3px;
}
#header a
{
	height: 100px;
  width: 475px;
  display: block;
}

#menu
{
  border: 1px solid #59A80F;
  background: #C4ED68 url('images/menu.png');
  padding-top: 8px;
  padding-bottom: 8px;
  color: #59A80F;
}
#menu a
{
	color: #59A80F;
	font-size: 14px;
	text-decoration: none;
}
#menu a:hover
{
  color: #FFF;
  text-decoration: underline;
}

#main
{
  background: #FFF;
  color: #000;
  padding: 12px;
}
#main h1
{
	font-size: 14px;
	font-weight: bold;
}
#main a
{
	color: #000;
  text-decoration: underline;
}
#main a:hover 
{
  text-decoration: none;
}
 
#main img
{
	max-width:85%;
	border: 0;
}

#copyright
{
  padding: 6px;
  color: #59A80F;
  font-size: 12px;
  text-align: center;
  background: #C4ED68 url('images/foot.png') repeat-x;
  border: 1px solid #59A80F;
}
#copyright a
{
  color: #59A80F;
  text-align: center;
  text-decoration: none;
}
#copyright a:hover
{
	color: #FFF;
	text-decoration: underline;
}