body
{
	margin: 0px;
	padding: 0px;
	font: 85% 'Droid Sans', arial, sans-serif;
	text-align: center;
	color: #000;
	background-color: #ffffff;

}

a:link { color: #B52C07; }
a:visited { color: #600; }
a:hover, a:active { color: #333; background-color: #B52C07; }

#container
{
	margin: 1em auto;
	width: 1000px;
	padding: 10px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 88px;
	width: 100%;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}


#contents { margin: 10px; }

.min200 {
    height:400px;
}


#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#headrt
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 645px;
	text-align: right;
}


#container { border: 0px solid #676767; }
#footer { background-color: #000; color:#fff; padding: 5px; font-size: 80%; }

div.a1
{
  margin:0px;
  border:0px solid #0000ff;
  height:auto;
  width:640px;
  float:left;
  text-align:left;
}

div.a2
{
  margin:0px;
  border:0px solid #0000ff;
  height:auto;
  width:300px;
  float:right;
  text-align:left;
}
