/* Body */

body{
  
	margin:0;
  padding:0;
  height:100%;
	font-family: Arial, sans-serif;
	color:  #3f3f3f;
	background-image:url("../img/pawpat.png");
  background-repeat:repeat-y;
  background-position:right top;           
  background-color: #ebebeb;
}
#content{
padding-bottom:10em;
}
a{
  color:#333;
}
a:hover, a:active{
  color:#a93751;
}

table{
  margin-left:1em;
}

#footer{
  font-size:x-small;
  position:absolute;
	width:100%;
	text-align: center;
	bottom:0; /* stick to bottom */
	background:#333;
}

#footer a{
	color: #a93751;
	margin: 0 5px;
	text-decoration: none;
	padding: 2px 3px;
}

#footer a:hover{
	background: #a93751;
	color: #333;
	
}

#container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:650px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-right:9px solid #333;
	border-left:9px solid #333;
}

#pageHeader{
	width:650px;
	height:450px;
	margin:0px;
	padding:0px;
	display:table;
	background: #dedede url("../img/topp1.jpg") no-repeat;
}


#content{
  padding:1em 1em 5em; /* bottom padding for footer */
   background-color: #ebebeb;

}
#pageHeader h1{ 
	display: none;
}

#links{
position:absolute;
margin:0;
background:#333;
width:150px;
left:-150px;
text-align:right;
}
#links li{
margin-top:1em;
margin-bottom:1em;
margin-right:1em;
}
#links ul{
background:#333;
list-style-type: none;
font-size:larger;
}

#links a{
color:#fff;
text-decoration:none;
}
#links a:hover{
color:#a93751;
text-decoration:underline;
}
#links a:active{
color:#fff;
text-decoration:underline;
}
.right{
    border:2px solid #333; 
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.floatright{
  border:2px solid #333; 
  position:relative;
  float:right;
  margin:1em;
}
