@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 5px;
	padding: 0px;
	border: 0px 0 #FFFFFF;
	background-color: #003366;
	background-image: url(/images/bkg.jpg);
	background-repeat: repeat-x;
}
.navigation {
	border: 0px;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	width: 100%;
	background-color: #FF3300;
	height: auto;
	font-size: 14px;
	line-height: inherit;
	letter-spacing: 0.09em;
	text-indent: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.mastiffnavigation {
	border: 0px;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	width: 100%;
	background-color: #003366;
	height: auto;
	font-size: 14px;
	line-height: inherit;
	letter-spacing: 0.09em;
	text-indent: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.ddbnavigation {
	border: 0px;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	width: 100%;
	background-color: #003366;
	height: auto;
	font-size: 14px;
	line-height: inherit;
	letter-spacing: 0.09em;
	text-indent: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.bulldognavigation {
	border: 0px;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	width: 100%;
	background-color: #003366;
	height: auto;
	font-size: 14px;
	line-height: inherit;
	letter-spacing: 0.09em;
	text-indent: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.header {
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(/images/hed2.jpg);
	height: 249px;
	background-repeat: no-repeat;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
}
.story {
	float: left;
	margin: 0px;
	color: #000000;
	width: 780px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: small;
	line-height: normal;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	width: 100%;
	background-color: #000033;
	font-size: x-small;
	text-align: center;
	line-height: 100%;
}
.container {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	color: #FFCC33;
}
img.floatLeft { 
    float: left; 
    margin: 15px; 
}
img.floatRight { 
    float: right; 
    margin: 15px; 
}
