/*main CSS for Wdogs--main css*/

body {	
	background-image:url(../images/bg.jpg);
	color: #990033;	
}
.tr1{
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	vertical-align: top;
}

.tr2{
	background-image:url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	vertical-align: top;
}



#container {
	background-image:url(../images/stretch.jpg);
	background-position: top center;
	background-color:#990033;
	font-family: "Times New Roman", Times, serif;
	align: center;
	margin: 15px auto;
	padding: 0px;
	width:798px;
	
}


#links{
	color: #990033;
	font-family:"Times New Roman", Times, serif;
	display: inline;
	text-decoration: none;
	padding-bottom: 20px;
	padding-right: 15px;
}

#links a {
	
	font-family:"Times New Roman", Times, serif;
	font-size: 50pt;
	display: inline-block;
	font-size:11pt;
	color: #990033;
	text-decoration: none;
	
}
#links a:hover {
	color: #990033;
	text-decoration: none;
}
#links a:visited {
	color: #990033;
	text-decoration: none;
}

#links a:active {color: #990033; text-decoration:none;}

.trf {
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;

}

#footer{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #e3e3e3;
}



a:link {color: #e3e3e3; text-decoration: underline}
a:visited {color:#e3e3e3; text-decoration: underline;}
a:hover {color: #e3e3e3;}
a:active {color: #e3e3e3; text-decoration: underline;}


#links2 {
	color: #990033;
	font-family:"Times New Roman", Times, serif;
	display: block;
	line-height:20px;
	text-decoration: none;
	padding-left: 30px;
}

#links2 a {
	
	font-family:"Times New Roman", Times, serif;
	font-size: 50pt;
	display: block;
	font-size:11pt;
	color:#990033;
	text-decoration: none;
	
}
#links2 a:hover {
	color: #990033;
	text-decoration: underline;
}
#links2 a:visited {
	color: #990033;
	text-decoration: none;
}


