body {
	margin: 0px;
	padding: 0px;
	/* This removes the padding around the whole page  */
}

a img {
	border: none;
}

a:link {
	color:#000066;
	text-decoration:underline;
}
a:visited {
	color:#000066;
	text-decoration:underline;
}
a:hover {
	color:#990000;
	text-decoration:none;
}


#header {
	background-color: #bf0101;
	background-repeat:repeat;
	padding: 0px;
	height: 116px;
}

#bar {
	height: 10px;
	background-color: #333333;
	padding: 0px;
}

#nav {
	float: left;
	/* padding plus width is total nav */
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}

#nav a {
	font-family: arial;
	font-size: 13px;
	font-weight:bold;
	color:#000066;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;

}

#nav a:hover {
	color:#990000;
	text-decoration:none;
}

#slide {
	background-color:#FFFFFF;
	padding: 0px;
	font-family: arial;
}

#nav hr {
	color: #808080;
	background-color: #808080;
	border: none;
	height: 1px;
}

#content {
	float: left;
	margin-top: 10px;
	margin-bottom:10px;
	font-family: arial;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 1px;
	width: 585px;
	border-left: 1px solid #000000;

}

#content h1 {
	color:#990000;
	font-size: 18px;
	text-transform: uppercase;

}
#content h2 {
	color:#000000;
	font-size: 14px;
	text-transform: normal;
	font-weight:normal;
	font-style:italic;
}
#content h3 {
	color:#990000;
	font-size: 16px;
}

td.photo {
	padding-right: 5px;
	margin: 20px 10px 20px 10px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 50px;
}

#address {
	line-height: 125%;

}

#gallery {
	padding-top:16px;
}

#content3 {
	width: 740px;
	padding-top: 20px;
	float: left;
	margin-left: 10px;
	padding-left: 5px;
	padding: 10px 20px 40px 0px;
	font-family: arial;
	font-size: 14px;
	border-top: 1px solid #000000;
}

#content3 h3 {
	color:#990000;
	font-size: 14px;
	text-transform: uppercase;
}

#sidebar {
	float:left;
	width:125px;
	margin-top: 100px;
	border:solid;
}

#bar2 {
	padding: 0px;
	height: 10px;
	background-color: #333333;
}
#bar3 {
	padding: 0px;
	height: 20px;
	background-color: #bf0101;
}

#footer {
	padding: 10px 0px 20px 0px;
	font-family: arial;
	font-size: 12px;
	color:#000000;
	text-align: left;
	clear: both;
	/*background-color: #bf0101;*/
	/* to clear the footer to the bottom */
	/*margin-left: 175px; */
	/* only have the margin below the content div */
	
}

#footertext {
	padding-left:15px;
}

#footer a {
	color:#000000;
	text-decoration: none;
}

#footer a:hover {
color:#000066;
}

/*--------------classes---------------*/

.left {
	float: left;
	margin-right: 20px;
	padding-top: 13px;
	
}

.right {
	float: right;
	margin-left: 10px;
	padding-top: 13px;
}

.spacer {
	padding-right: 8px;
}

table.classdetails { 
text-align: left;
font-family: arial;
font-weight: normal;
font-size: 12px;
color: #000066;
width: 615px;
background-color: #fafafa;
border: 1px #000066 solid;
border-collapse: collapse;
border-spacing: 0px; 
}

th.header
{ border-bottom: 2px solid #000066;
border-left: 1px solid #000066;
background-color: #CCCCCC;
text-align: left;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #000066; 
padding-left: 10px;
}

td.name
{ border-bottom: 0px;
border-top: 01px solid #CCCCCC;
border-left: 1px solid #000066;
border-right: 1px solid #CCCCCC;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
color: #000066;
background-color: #fafafa;
 }
 
 td.age
{ border-bottom: 0px;
border-top: 01px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
color: #000066;
background-color: #fafafa;
width: 40px;
 }
 
  td.days
{ border-bottom: 0px;
border-top: 1px solid #CCCCCC;
text-align: left;
border-left: 1px solid #;
border-right: 1px solid #CCCCCC;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
color: #000066;
background-color: #fafafa;
 }

td.lead
{ border-bottom: 0px;
border-top: 01px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #000066;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
color: #000066;
background-color: #fafafa;
 }

#content3 p {
	margin-left: 133px;
}
.red {
	font-weight: bold;
	color: #990000;
}
#content .right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
