/* Body / HTML */

html, body
{

	height: 100%;

}

body
{

	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #E0DA94;

}


/*========== Navigation ===========*/

#navigation
{
	width: 760px;
	height: 10px;
	border-bottom: 1px solid #000000;
	background-color: #547F1F;
}

#navigation a
{
	display: block;
	float: left;
	width: 175px;
	padding: 4px 0 4px 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#navigation a:hover
{
	background-color: #73AF2B;
}





/* Links */

a:link, a:visited, a:active, a:hover
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	
}

a:hover
{

	text-decoration: none;


}



/* Tables */

td
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;

}

/* Forms */

/* Text */
h1 {
	width:100%;
	text-align:center;
}
h1, h2
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0;
	margin: 0;

}

p
{
	
	margin: 10px 10px 5px 0;
	padding: 0;
	
}

.msg
{
	
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
	margin: 8px 0px 12px 7px;
	
}

.footer
{

	font-size: 12px;
	color: #FFFFFF;

}

a.footer
{

	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;

}

a.footer:hover
{

	color: #FFFF99;
	font-size: 12px;
	text-decoration: underline;

}

/* Hr */

hr
{

	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 95%;
	text-align: center;
	border: 0px;

}

/* Images */
#mainContent img {
	float:left;
	margin: 5px 15px 10px 0;
}
.static-img{

	margin: 0;
}

td.bottom-left{
	background: url(images/bleftdog.jpg) no-repeat 0 0;
}

td.bottom-right{
	text-align: right;
}

td h2{
    margin: 20px 0 0 0;
}

.right-img{
    width: 260px;
    float: right;
	text-align: center; 
}

.right-img img{
    margin: 0 0 8px 0;
    border: 1px solid #000000;
}

/* User Defined */

/* Backgrounds */

.creambg
{

	background-color: #FAF7D7;

}

.greenbg
{

	background-color: #466E1A;

}

/* Borders */

.border-all
{

	border: 1px solid #000000;

}

.border-left
{

	border-left: 1px solid #000000;

}

.border-right
{

	border-right: 1px solid #000000;

}

.border-top
{

	border-top: 1px solid #000000;

}

.border-bottom
{

	border-bottom: 1px solid #000000;

}table.dogInformation {
	margin-top: 15px;
}
