/* CSS Document */
*
{
  padding:0;
  margin: 0;
}
body
{
  margin-top: 18px;
  background-color: #FFFFFF;
  font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
img
{
  border: 0px;
}
a
{
  color: #4A6DA2;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
#wrapper
{
  width: 900px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}
#wrapper-full
{
  margin-left: auto;
  margin-right: auto;
}
#header
{
  width: 900px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}
#header .logo
{
  width: 195px;
  float: left;
}
#header .topnav
{
  width: 400px;
  float: right;
  text-align: right;
}
#pagebody
{
  width: 100%;
  float: left;
  margin-top: 10px;
}
#announcewrapper
{
  width: 100%;
  text-align: center;
}
#announce
{
  font-weight: bold;
  color: #4A6DA2;
  padding: 6px;
}
#messagewrapper
{
  width: 100%;
  text-align: center;
  border-top: 1px solid #C6D7F0;
  border-left: 1px solid #C6D7F0;
  border-right: 1px solid #C6D7F0;
}
#message
{
  font-weight: bold;
  color: #4A6DA2;
  padding: 6px;
  
}
#message a
{
  color: #4A6DA2;
  text-decoration: none;
}
#message a:hover
{
  text-decoration: underline;
}
#pagebody .forgot
{
  text-align: center;
}
#content
{
  width: 568px;
  float: left;
  padding: 6px;
}
#contentwide
{
  width: 100%;
  float: left;
}
#contentwrapper
{
  width: 100%;
  border: 1px solid #C6D7F0;
  float: left;
}
#contentwrapper-full
{
  float: left;
}

#contentwrapper .right
{
  width: 300px;
  height: 250px;
  float: right;
  padding: 6px;
}
.button
{
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	padding-left: 2px;
	 
}
#image
{
  text-align: center;
  margin: 16px 0px;
}
#image img
{
  border: 1px solid #000000;
}
input.linkbox
{
  background-color: #E3F2FC;
  border: 1px solid #C6D7F0;
  width: 100%;
  font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	height: 16px;
	padding: 3px 3px 0px 3px;
	color: #225A7D;
	
}
#headerad
{
  text-align: center;
  width: 100%;
  border-left: 1px solid #C6D7F0;
  border-right: 1px solid #C6D7F0;
  border-top: 1px solid #C6D7F0;
}
#headerad .banner
{
  padding: 6px;
}
#thumb
{
  width: 100%;
  text-align: center;
}
#gallery
{
  width: 100%;
}
#gallery .imageboxwrapper
{
  width: 222px;
  float: left;
  margin: 1px;
}
#gallery .imagebox
{
  background-color: #E3F2FC;
  height: 200px;
  padding: 6px;
  text-align: center;
}
.pagination
{
  width: 100%;
  text-align: center;
  height: 20px;
}
#bottomadwrapper
{
  width: 100%;
  clear: both;
  text-align: center;
}
#bottomad
{
  font-weight: bold;
  color: #4A6DA2;
  padding: 6px;
}
#footer
{
  width: 100%;
  color: #4A6DA2;
  text-align: center;
}
