body, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt,
blockquote, fieldset, legend, label, input, textarea {
    margin: 0; padding: 0; border: 0;
}

sh1, h2, h3, h4, h5, h6, p {
    margin: 0 0 1em 0;
}

h1{font-size: 200%;}
h2{font-size: 170%;}
h3{font-size: 140%;}
h4{font-size: 120%;}
h5{font-size: 100%;}
h6{font-size: 90%;}

body{
	background-color:#42210b;
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	font-size: 16px;
	font-family: Arial;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

h1 {
	position:relative;
	top:13px;
	text-align:center;
	font-size:3em;
	font-family:veranda;
	color:#42210b;
}

#container {
	position:relative;
	margin:0 auto;
	width:1000px;
	background-color:#42210b;
	height:610px;
}
	
#header {
	position:absolute;
	top:0;
	width:940px;
	height:145px;
	background-color:#42210b;
	padding-left:60px;
	background-image:url(images/topHeader.gif);
	background-position:60px 0;
	background-repeat:no-repeat;
}

.numbers {
	position:relative;
	float:right;
	margin-right:10px;
	top:-46px;
	height:0px;
	color:#43310b;
	font-size:.8em;
	text-align:right;
}

.numbers a {
	color:#43310b;
	text-decoration:none;
	font-size:1em;
}

.numbers a:visited {
	font-size:1em;
	color:#43310b;
	text-decoration:none;
}

.numbers a:hover {
	text-decoration:underline;
	color:#9194B6;
}

.mainNav {	
	position:relative;
	top:35px;
	left:5px;
	width:100%;
	font-family:veranda;
	color:#9194B6;
	padding:0 15px;
}

.mainNav img {	
	position:relative;
	top:10px;
	left:25px;
	font-family:veranda;
	color:#fff;
	padding:0 15px;
}

.mainNav a {
	font-family:veranda;
	font-size:1.2em;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
}

.mainNav a:visited {
	font-family:veranda;
	font-size:1.2em;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
}

.mainNav a:hover {
	text-decoration:underline;
	color:#9194B6;
}

.mainNav a.on {
	font-family:veranda;
	padding:0 15px;
	color:#9194B6;
	text-decoration:none;
}

.mainNav a.last {
	margin-right:170px;
}

.mainNav a.lastOn {
	font-family:veranda;
	padding:0 15px;
	color:#9194B6;
	text-decoration:none;
	margin-right:170px;
}

#mainContentTop {
	position:relative;
	top:145px;
	background-image:url(images/mainCntnTop.gif);
	width:940px;
	height:40px;
}
	
#roundedCorners {
	position:absolute;
	left:326px;
	top:185px;
	z-index:10;
}	
	
#mainContent {
	overflow:auto;
	width:937px;
	border-right:3px solid #9194B6;
	background-color:#fff;
	color:#000;
	top:145px;
	position:relative;
}

.mainContentText {
	position:relative;
	float:left;
	width:530px;
	padding-right:17px;
	height:425px;
	margin-left:20px;
	background-image:url(images/dogContent.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.mainContentText a {
	font-family:veranda;
	font-size:1em;
	color:#42210b;
	text-decoration:none;
}

.mainContentText a:visited {
	font-family:veranda;
	font-size:1em;
	color:#42210b;
	text-decoration:none;
}

.mainContentText a:hover {
	text-decoration:underline;
}

#mainContent img {
	float:left;
}

#mainContentHome {
	width:937px;
	padding-top:145px;
	background-color:#fff;
}

#mainContentBot {
	position:relative;
	width:940px;
	height:40px;
	top:105px;
	z-index:2;
}

#contact {
	background-image:url(images/contactBG.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	width:940px;
	height:470px;
	color:#000;
	position:relative;
	top:145px;
}

.contactText {
	position:relative;
	float:right;
	width:440px;
	margin:20px;
	padding:10px 20px;
	padding-right:17px;
	height:390px;
	overflow:auto;
}

.contactText input, .contactText textarea {
	border:solid 1px #42210b;
}

.contactText a {
	font-family:veranda;
	font-size:1em;
	color:#42210b;
	text-decoration:none;
}

.contactText a:visited {
	font-family:veranda;
	font-size:1em;
	color:#42210b;
	text-decoration:none;
}

.contactText a:hover {
	text-decoration:underline;
}	

#footer {
	position:relative;
	top:100px;
	padding:15px 0 5px 15px;
	color:#fff;
	background-color:#42210b;
}

#footerContact {
	position:relative;
	top:140px;
	padding:10px 0 5px 15px;
	color:#fff;
	background-color:#42210b;
}

#footerHome {
	position:relative;
	top:0px;
	padding:10px 0 0 15px;
	color:#fff;
	background-color:#42210b;
}

.copyright {
	text-align:left;
	color:#fff;
	font-size:10px;
}

.footLinks {
	text-align:right;
	margin:-10px 15px 10px 0;
	font-size:10px;
	color:#fff;
}

.footLinks a, a:visited {
	color:#9194B6;
	text-decoration:none;
	font-size:10px;
}

.footLinks a:hover {
	color:#fff;
	font-size:10px;
}

