@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	margin-right: auto;
	margin-left: auto;
}
body {
	text-align: center;
	height: auto;
	width: 1150;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

#orange_bar {
	background-color: #f26e21;
	height: 92px;
	width: auto;
	margin-top: 20px;
	float: left;
}
#logo {
	background-image: url(trial-dog.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 114px;
	margin-left: 84px;
	float: left;
	margin-top: 11px;
}
#h1 {
	background-image: url(halfdog_banner.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 743px;
	float: left;
	margin-left: 43px;
	margin-top: 30px;
}
h1 {
	display: none;
}
h2 {
	color: #666;
	float: left;
	height: 40px;
	width: 745px;
}
ul {
}

