#body
{
	background-color: #EAEAEA;
	background-image: url(assets/images/template/background.jpg);
	background-repeat: repeat-x;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#main
{
  width:1000px;
  margin: 0px auto;
}

#left
{
  float:left;
  width:234px;
  background-color: #FFFFFF;
  text-align: center;
  border-right: 5px solid #000000;
  border-top: 5px solid #000000;
  margin-right: -5px;
}

#top
{
  float:left;
  width: 766px;
  height:83px;
}

#right
{
  float:right;
  width:170px;
  background-color: #FFFFFF;
  padding: 0px 10px 20px 10px;
}

#googlead
{
  float:right;
  width:90px;
  background-color: #FFFFFF;
  padding: 10px 10px 20px 10px;
}

#text
{
  background-color: #FFFFFF;
  float:left;
  width:603px;
  border-right: 5px solid #000000;
  border-left: 5px solid #000000;
  padding: 0px 20px 20px 20px;
  height: 100%;
  margin-top: -3px;
}

#textnoad
{
  background-color: #FFFFFF;
  float:left;
  width:533px;
  border-right: 1px solid #0072c6;
  border-left: 1px solid #0072c6;
  padding: 0px 20px 20px 20px;
  height: 100%;
}

#bottom
{
  clear: both;
  overflow:hidden;
  background-color: #FFFFFF;
  border-top: 2px solid #0072c6;
  text-align: right;
  font: 10px arial;
  color: #000000;
}


ul.navi
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: none;
  display: inline;
  position: absolute;
  top: 53px;
  width: 800px;
}

ul.navi li
{
  display: inline;

}

li a
{
  border-top: 5px #000000 solid;
  border-bottom: 5px #000000 solid;
  display: inline;
  padding: 7px 20px 10px 20px;
  background-color: #0066ff;
  color: #b1f2fe;
  text-decoration: none;
  text-align: center;
  font: 16px Impact;
  height: 25px;
}

li a:hover
{
  border-top: 5px #000000 solid;
  border-bottom: 5px #00000 solid;
  display: inline;
  padding: 7px 20px 10px 20px;
  background-color: #000000;
  color: #0066ff;
  text-decoration: none;
  text-align: center;
  font: 16px Impact;
  height: 25px;
}

.slogan
{
  text-align: right;
  font: 20px impact;
  font-style: italic;
  color: #000000;
  padding-bottom: 2px;
  margin-top: 5px;
}

h1
{
  font: 22px "arial black";
}

h2,h3
{
  font-family: arial;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.pricebox
{
	border: 3px dashed #000000;
	margin-right: auto;
	margin-left: auto;
	width: 185px;
	text-align: left;
	padding: 7px 10px 7px 10px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #0066ff url(bullet.gif) no-repeat left;
	text-decoration: none;
}

a
{
	color: #b1f2fe;
}

.aboutbox
{
	border: 3px dashed #000000;
	margin-right: auto;
	margin-left: auto;
	width: 185px;
	text-align: left;
	padding: 7px 10px 7px 10px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 17px;
	background: #0066ff url(bullet.gif) no-repeat left;
	text-decoration: none;
}

table
{
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}

td
{
  border: black 1px solid;
  width: 450px;
}


div.newsheader
{
  width:70%;
  border-right: 20px #000000 solid;
  border-left: 2px #000000 solid;
  border-top: 2px #000000 solid;
  padding: 7px 10px 7px 10px;
  background-color: #0066ff;
  color: #b1f2fe;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 16px;
}

div.newsinfo
{
  background-color: #FFFFFF;
  width:90%;
  border: 2px #000000 solid;
  padding: 7px 10px 7px 10px;
  color: #000000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}