html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #515151;
	margin: 0px;
	padding: 0px;
}
.boldWhite {
	color: #FFFFFF;
	font-weight: bold;
}
#content {
	height: 100%;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bulldog_pgBkg.jpg);
	background-repeat: repeat-y;
	padding-right: 6px;
	padding-left: 6px;
	background-position: center top;
}
#nav {
	float:right;
	margin: 0px;
	padding: 0px 5px 0 0;
	margin-top: -285px;
}
#nav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	border:none;
}
#nav li {
	margin-top: -3px;
	padding: 0px;
	list-style-type: none;
	display:block;
	text-decoration:none;
}
#subNav {
	float:right;
	margin: 0px;
	padding: 0px 5px 0 0;
	margin-top: -237px;
}
#subNav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	border:none;
}
#subNav li {
	margin-top: -3px;
	padding: 0px;
	list-style-type: none;
	display:block;
	text-decoration:none;
}

#header {
	background-image: url(images/bulldog_BulldogFilmVideoSer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 499px;
	margin-left: 17px;
}
#subHeader {
	background-image: url(images/bulldog_SubBulldogFilmVideo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 92px;
	width: 500px;
	margin-left: 16px;
}

#subHome {
	background-image: url(images/bulldog_HHome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: 499px;
	margin-left: 17px;
}
#subAboutBulldog {
	background-image: url(images/bulldog_AboutBulldog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: 500px;
	margin-left: 16px;
}
#subStudio {
	background-image: url(images/bulldog_studioheader1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: 500px;
	margin-left: 16px;
}
#pageContent {
	height: 100%;
	width: 466px;
	margin-top: 8px;
	margin-left: 18px;
	padding: 10px;
	background-color: #E7E7E7;
	background-image: url(images/bulldog_contentTitle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageContent2 {
	background-color: #E7E7E7;
	height: auto;
	width: 660px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 18px;
}
#footer {
	background-image: url(images/bulldog_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 730px;
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.navigation LI {
  margin-bottom: 10px;
}
.navigation LI SPAN {
  margin-left: 15px;
}
.navigation UL {
  list-style: none; 
  padding: 0; 
  margin: 0;
}
.link a {
  color: #CC0001;
  text-decoration: none;
  border-bottom: 2px solid #CC0001;
}
.link a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: #000 2px solid;
}
