body 
{ 
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 min-width: 760px;
 background: url('images/pixels.gif');
}

#container
{
 text-align: left;
 position: relative;
 top: 0;
 right: 0;
 margin: 0 auto;
 width: 760px;
 background: #ffffff;

 border: 1px solid black;
 border-top: 0px;
}

a:link, a:visited
{
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: red;
  text-decoration: underline;
}

#header
{
 background-color: #5C5CFF;
 background: url('images/headgrad.gif') repeat-x;
 border-bottom: 1px solid black;
 padding: 10px;
 font-size: 24px;
}

#header #copyright
{
 font-size: 9px;
 color: #CCCCCC;
 font-weight: bold;
}

#header a:link, #header a:visited
{
 color: white;
}

#headerside
{
 float: right;
 width: 120px;
 margin-left: 10px;
 text-align: right;
 font-size: 11px;
 margin: 0 0 0 10px;
}

#headerside a
{
 display: block;
 padding: 1px;
 color: white;
}

#headerside a:hover
{
  color: white;
  background-color: #009;
  text-decoration: none;
}

#content
{
 padding: 10px;
 padding-left: 20px;
}

#footer
{
  clear: both;
  height: 50px;
  display: block;
  background-image: url('/images/cornergrad2.gif');
  background-repeat: no-repeat;
  background-position: right bottom;
}

#dogbox
{
	text-align: center;
	margin: 5px 0 9px 0;
	font-size: 9px;
	font-weight: bold;
	width: 352px;
}

#dogbox p
{
	margin: 0px;
	padding: 0px;
}

#dogbox img
{
	border: 1px solid black;
}