body{
	text-align:center;
	padding:0;
	font-family: Courier New;
	font-size: 10pt; 
	background:#FFFFFF url(http://lopp.net/images/gradient.gif) repeat-x;
}

a{
	font: 10pt Courier New;
	text-decoration: none;
}

a:link {color: #409FFF;}
a:visited {color: #409FFF;}
a:hover {color: red;}

#wrapper{
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align:left;
	width:750px;
	margin:auto;
	background:#FFFFFF;
	color:#808080;
}

#header{
	min-height:50px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:50px; /* for IE5.x and IE6 */
	padding-top:10px;
}

#navigation{
	float:left;
	width:100%;
	line-height:normal;
      border-bottom:1px solid #24618E;
}

#navigation ul{
	width:auto;
	padding:0;
	margin-left:145px;
}

#navigation li{
	display:inline;
}

#navigation a{
	float:left;
      background:url("images/tableft.gif") no-repeat left top;
      padding:0 0 0 5px;
      text-decoration:none;
}

#navigation a span{
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */

#navigation a:hover span{
	color:#FFFFFF;
}

#navigation a:hover{
	background-position:0% -42px;
}

#navigation a:hover span{
	background-position:100% -42px;
}

#content{
	clear:both;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

#footer{
	clear:both;
	margin-top:30px;
	min-height:20px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:20px; /* for IE5.x and IE6 */
}

.picture{
	float:left;
	height:130px;
	width:130px;
	text-align:center;
	margin: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	line-height:130px;
	font-size:130px
}

.picture img {
	vertical-align:middle;
	border: 1px dotted #808080;
	padding: 4px;
}

.picture a:hover img, .picture a:focus img {
	background-color: #409FFF;
	color:#000;
}

.picture a:visited img {
	background-color:#FFFFFF;	
}

.kittypic{
	float:left;
	height:300px;
	width:300px;
	margin-left:30px;
	margin-top:10px;
	text-align:center;
	background-color: #FFFFFF;
	line-height:320px;
}

.kittypic img {
	vertical-align:middle;
	border: 1px dotted #808080;
	padding: 4px;
}

.kittypic a:hover img, .picture a:focus img {
	background-color: #409FFF;
	color:#000;
}

.kittypic a:visited img {
	background-color:#FFFFFF;	
}
