/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }
#abovecopyright {
	height: 28px;
	padding-top: 8px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #2a3031;
	background-image: url(gradients/green.gif);
	background-repeat: repeat-x;
	margin-top: 34px;
}
#wrapper { 
 margin: 0 auto;
 width: 814px;
}
#header {
	width: 812px;
	color: #333;
	padding: 0px;
	height: 213px;
	margin: 0px 0px 0px 0px;
	background: #384345;
	border-top: 0px none;

	border-bottom: 0px none;
	
}
#navigation {
	width: 814px;
	color: #333;
	margin: 0px;
	background: #384345;
	height: 25px;
	border-top: 0px none;
	border-right: 0px solid #384345;
	border-bottom: 0px none;
	border-left: 0px solid #384345;
}





#content {
	width: 813px;
	color: #333;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	border-top: 0px none;
	border-right: 1px solid #384345;
	border-bottom: 0px none;
	border-left: 1px solid #384345;
}

.basictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 125%;

}

#footer {
	width: 100%;
	color: #ffffff;
	background: #384345;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid ##384345;
	border-right: 1px solid ##384345;
	border-bottom: 1px solid ##384345;
	border-left: 1px solid ##384345;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.welcometext {
	font-size: 18px;
	line-height: 150%;
}

.welcometext a {
	color: #384345;
	text-decoration: none;
	font-weight: bold;

}

.welcometext a:visited {
	color: #384345;
	text-decoration: none;
	font-weight: bold;

}
.welcometext a:hover {
	text-decoration: underline;
}


.doggierollover  {
	border: 0px none #3E4F52;
}


.doggierollover a:hover {
	border: 1px solid #3E4F52;
}
#copyrightarea {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 45px;
	padding-top: 6px;
	padding-bottom: 3px;
}
#copyrightarea a, #copyrightarea a:visited {
	color: #5c7c3f;
	text-decoration: none;
}
#copyrightarea a:hover {
	color: #5c7c3f;
	text-decoration: underline;
}


#copyrightarea a:active {
	color: #5c7c3f;
	text-decoration: none;
}

.dogtall {
	padding-top: 15px;
	padding-bottom: 15px;
}
.dogdisplay {
	margin-top: 23px;
}
a {
	color: #384345;
	text-decoration: none;
}
a:visited
{
	color: #384345;
	text-decoration: none;
}

a:hover {
color: #384345;
	text-decoration: underline;

}
