/*
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/

body 
{
 font-family:Arial;
 font-size:11px;
 background-color:#ffefde;
}

h1 {font-size:12px;color:#000000;margin-bottom:0px;}
h2 {font-size:12px;color:#000000;}
h3 {font-size:11px;color:#000000;}
p {margin-top:0px;}


a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:bold;
  color:#634142;
  font-size:12px;
}

a:active, a:hover
{ 
 text-decoration:underline;
}

#title {
height:30px;
padding:5px;
border-bottom:2px groove #000000;
margin-bottom:20px;
}

#left {
	width:800px;
	float:none;
	line-height:15px;
}


#content {
	width:800px;
	float:none;
}
#content2 {
	width: 800px;
}
