
/* created  2007 by WoW! Graphic Designs. Duplication or redistribution is strictly prohibited. */

/* since mostly the same font is used throughout a site, to be able to change it faster you can have a font-family only tag for all */


body, h1, h2, h3, h4, h5, h6, p, ul, li, span {
	font-family : "Verdana", verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

/* html tags */

a:link	{
	color : #190BB3;
	text-decoration : none;
	font-weight: bold;

	}

a:visited {
	color : #190BB3;
	text-decoration : none;
	font-weight : bold;

	}

a:hover	{
	color : #190BB3;
	text-decoration : underline;
	font-weight : bold;

}

a:active {
	color : #190BB3;
	font-weight : bold;
	text-decoration : none;

}


body {
	text-align: left;
	background-color: #C3C3C3;
}

h1 {
	color : #190BB3;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 0px;
}

h2 {
	color : #190BB3;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 0px;


}

h3 {
	color : #190BB3;
	font-size : 12px;
	font-weight : bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

h4 {
	color : #818181;
	font-size : 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;

}

h5 {
	color : #818181;
	font-size : 14px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 0px;


}

h6 {
	color : #818181;
	font-size : 10px;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 0px;


}

p {
	color : #000000;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 2px;
	margin-right : 2px;
	
	
	}


ul {
	color : #000000;
	text-decoration : none;
	margin-top : 2px;
	margin-bottom : 0px;
}

/* classes */


.nospace{
	color : #000000;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	}

.maintable {
	width: 85%;
	height: 200px;
	cellpadding: 0;
	cellspacing: 0;
	align: left;
	border: 0px none;
}


.italic {
	font-style : italic;
}

.footer {
	font-size : 10px;
	color : #007E3A;
	text-align: center;
}



/* layers (div)*/


#container{
	padding: 0px;
	top: 0px;
	position:absolute;
 	width: 100%;
 	z-index:1;
 	left: 0px;
 	
}


#top{

	position:absolute;
	width: 100%;
	background-color: #0E0E0E;
	overflow: visible;
	top: 0px;
	left: 0px;	
	text-align: center;
	height: 196px;
	background-image:url('http://www.snickersvillehounds.com/images/top.jpg');
	background-repeat: no-repeat;
	
	}
	
#top a{
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 10pt;
	}
	
#top2 {

	position:absolute;
	width: 100%;
	overflow: visible;
	top: 0px;
	left: 0px;	
	text-align: center;
	height: 360px;
	background-image:url('http://www.snickersvillehounds.com/images/smithwick.jpg');
	background-position: 50%;
	background-repeat: no-repeat;


	}
	
#top2 a{
	color: #2B265D;
	font-size: 10pt;
	letter-spacing: 2px;
	}
	
		
#content{
	position:absolute;
	width: 100%;
	top:205px; /* position from top of browser + logo + menu height */
	text-align:left;
}




#full {
	position:relative;
	top:0px;
	width:100%;
	margin-left: 10px;
	margin-right: 10px;
	overflow:visible;
}


#footer{
	position:relative;
	width: 100%;
	bottom:0px;
	font-size: 9px;
	text-align: center;
	overflow: visible;

}
