@charset "utf-8";
/* CSS Document */

body {
	background-image: url(Images/redtwotonebg.jpg);
	background-repeat:repeat-x;
}
	

p{
font-family: Arial, sans-serif;
color: #000000;
font-size: .9em;
line-height: 100%;
margin-top: 0;
margin-left: 25px;
margin-right: 25px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #996633;
}

h1 {

	font-size:2em;	
	margin-left: 15px;
	
}

h2{

font-size:1.5em;
margin-left: 15px;


}

h3{

font-size:1em;
margin-left: 15px;

}


#legal {
	border-top: 1px dashed #999999;
	margin-right: 25px;
	margin-left:50px;	
	color: #000000;
	padding: 5px 160px 20px;
	clear: both;
	font-size:9px;
}
.tonyname { 
font-family: Arial, sans-serif;
color: #8F0B10;
font-size:1.75em;
margin-top: 50px;
line-height: 100%;
}
.available { 
font-family: Arial, sans-serif;
color: red;
font-size:1.0em;
}

.lists {
font-family: Arial, sans-serif;
color: #000000;
font-size: 0.9em;
line-height: 100%;
margin-top: 0;
margin-right: 0px;
margin-left:0px;
}
.imgtext{

font-size: 10px;
}


/* COPYRIGHT INFO */
#copyright {
	padding: 5px;
	border-top: 1px solid #000;
	background-color: #86B500;
	font-weight: bold;
	color: #000000;
}

