* {
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
  background: url('style/top_bar.gif') repeat-x #4d372a;
  text-align: center;
  font-family: Arial;
}

a
{
  color: #3cd5e3;
}

p
{
  padding: 10px 0px;
}

#wrap
{
  margin: auto;
  width: 800px;
  height: 732px;
}

#header
{
  height: 37px;
}

#nav
{
  height: 25px;
  font-size: 14px;
}

#nav a
{
  color: #fff;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  top: 5px;
}

#nav a:hover
{
  text-decoration: underline;
}

#contentarea
{
  height: 670px;
  background: url('style/main_bg.jpg') no-repeat;
}

#leftside, #rightside
{
  width: 150px;
  float: left;
  padding-top: 30px;
}

#middle
{
  width: 500px;
  float: left;
  padding-top: 30px;
}

#rightside
{
  float: right;
}

#middle_content
{
  position: relative;
  top: 17px;
  margin: 0px 5px 0px 5px;

  height: 580px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

#middle_content #top_middle
{
  height: 175px;
  text-align: center;
}

#middle_content #bottom_middle
{
  height: 405px;
  overflow: auto;
}

#types_list
{
  text-align: center;
}

#lefttop
{
  float: left;
}

#righttop
{
  position: absolute;
  top: 0px;
  right: 0px;
}

#footer
{
  clear: both;
  width: 100%;
  background: pink;
  height: 100px;
  background: url('style/wood.jpg') no-repeat;
  background-position: top center;
  font-size: 14px;
}

#footer a
{
  color: #555;
}

#footer p
{
  padding-top: 30px;
}

.center
{
  text-align: center;
}