html,body{
	height:100%;
}
body{
	margin:0;
	padding:0;
	background: #cc986c url(../img/layout_01.png) repeat-x top left;
	font: 90% verdana, sans-serif, arial;
}

#wrapper{
	margin:36px auto; 
	width: 824px;
}
#header{
	height:104px;
	position:relative;
}
#slogan{
	position:absolute;
	top:74px;
	left:15px;
	color: #eee;
	font-size:94%;
}
#header3{
	position:absolute;
	top:30px;
	left:5px;
	width: 298px;
	height: 45px;
	background: transparent url(../img/layout_09.png) no-repeat top left;
}
#logo{
	cursor:pointer;
}
#header2{
	float:right;
	position: relative;
	width: 148px;
	height: 104px;
	margin-right: 5px;
	background: transparent url(../img/layout_06.png) no-repeat top left;
	background: transparent url(../img/pointer.png) no-repeat top left;
}
#title{
	height:42px;
	background: transparent url(../img/layout_12.png) no-repeat top left;
}
#pagetitle{
	position:relative;
	width:600px;
	display:inline;
	float:left;
	top:13px;
	left:23px;
	argin:13px 0 0 23px;
}
#flags{
	float:right;
	width:50px;
	margin:17px 10px 0;
}
#content{
	background: transparent url(../img/layout_13.png) repeat-y top left;
}
#main{
	position:relative;
	line-height:140%;
	font-size:90%;
	width:550px;
	order: 1px solid black;
	margin:0 0 0 15px;
	padding:10px 10px 0 10px;
}
.doginfo{
	height:160px;
	argin-bottom:10px;
}
.h145{
	height:145px;
}
.float{
	float:left;
	margin:5px;
	order:1px solid #ccc;
}
.mlr{
	margin-left:11px ;
	margin-right:11px ;
}
.picture{
	width:167px;
}
.caption{
	width:167px;
	font-size:80%;
	color:#777;
}
.caption2{
	font-size:80%;
	color:#777;
}
.description{
	float:left;
	width:356px;
	font-size:85%;
	margin:0px 10px;
	line-height:17px;
	order:1px solid red;
}
.right{
	float:right;
}
.doginfo h2{
	font-size:100%;
	margin:0px;
}
#menu{
	order:1px solid red;
	font-size:90%;
	float:right;
	position: relative;
	width: 222px;
	padding:0px;
	margin-right: 10px;	
	_margin-right: 5px;	
}
a.menu{
	display:block;
	padding:3px 10px;
	text-decoration:none;
	color: #CC986C;
	color: black;
	font-weight:bold;
}
a.menu:hover, a.active, a.menu:active{
	background: #EDF3ED;
}

.description a
, #main a
,#morelinks a
{
	text-decoration:none;
	color: blue;
	font-size:90%;
	font-weight:bold;
}
#morelinks a{
	font-size:90%;
}

.description a:hover
, #main a:hover
,#morelinks a:hover
{
	color: black;
}
#footer{
	height:18px;
	background: transparent url(../img/layout_15.png) no-repeat top left;
}
#credits{
	position:relative;
	padding:5px 5px 15px 5px;
	font-size:88%;
	margin-left:15px;
}
#design{
	position:absolute;
	right:20px;
	top:5px;
	font-size:80%;
}
h1{
	font-size:120%;
}
.pt{
	padding-top:10px;
}
.partner{
	height:100px;
}
#main p{
	margin-bottom:5px;
}
#morelinks{
	background: #F0F0F0;
	text-align:right;
	padding:5px;
	margin:35px 10px 10px;
}
#ads{
	padding:10px;
	margin:20px 10px 10px;
	text-align:center;
	font-size:90%;
}
#ads img{
	margin:30px 10px 10px 10px;
}
.question{
	margin-top:15px;
	margin-bottom:7px;
	font-weight:bold;
}
.detail{
	font-size:80%;
}
table.form td,table.form th{width:120px; padding:5px;text-align:right;}
table.form td.long{width:220px; text-align:left;}
table.form th{font-weight:bold;}
table.form {border-collapse: collapse;}
input[type=text],textarea { padding:2px; border:1px solid #ccc; width:250px;}
#message,#message2{text-align:right;margin-top:10px;margin-bottom:50px;}



.inline-button {
   _width:12em;
   font: bold 95%/1 Verdana, sans-serif;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 1px solid black;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #ccc;
   color: black;
   }
.inline-button em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: red;
   }
.inline-button span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.inline-button:hover {
   background: #666;
   color: white;
   }
.inline-button:hover em {
   background: red;
   color: white;
   }