html
{
min-height: 100%;
margin-bottom: 1px;
}

body
{
font-family: arial,times,helvetica,sans-serif;
margin: 0px;
width: 100%;
height: 129px;
background: #ffffff url("http://kimandmike.com/images/topback.png") repeat-x top left;
}

a
{
color: #73d216;
text-decoration: underline;
}

h1
{
font-size: 1.6em;
font-weight: bold;
color: #4e9a06;
}

h2
{
font-size: 1.4em;
font-weight: bold;
color: #204a87;
}

h3
{
font-size: 1.2em;
font-weight: bold;
color: #f57900;
}

.pborder
{ 
width: 80%;
padding: 0 auto;
margin: 0 auto;
}

#header
{
display: block;
background-color: #f0f0f0;
width: 100%;
}

#header .logo
{
display: inline-block;
background: url("http://kimandmike.com/images/kmlogo.png") no-repeat bottom left;
height: 85px;
width: 175px;
margin-left: 5px;
margin-bottom: 5px;
}

#header .tagline
{
display: inline-block;
text-align: right;
float: right;
position: relative;
font-size: 1.2em;
top: 70px;
}

#tnav
{
width: 100%;
display: block;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
background-color: #8ae234;
padding: 5px 0;
height: 20px;
}

#tnav ul
{
	display: block;
	margin:	0 0 0 5px;
	padding: 0;
}

#tnav ul li
{
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
}

#tnav ul li a
{
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#tnav ul li a:hover
{
color: #fce94f;
}

#mcon
{
display: block;
margin-bottom: 10px;
}

#foot
{
display: block;
border-top: 2px solid #4e9a06;
padding: 10px 0;
}

#foot a
{
color: #4e9a06;
font-weight: bold;
}

#foot a:hover
{
color: #8ae234;
}
