/**** VICTORY OAK HOMES STYLE SHEET *****/

BODY{
	background-image: url(images/VO_Tile.jpg); 	 
	background-color: rgb(115,47,0);
	margin: 15 0 0 0;
}




/**** FOOTER ***/ 
TD.Footer{
	height: 39; width: 775; 
	background-image: url(images/footer.jpg); 
	background-repeat: repeat-x;
	padding-top: 0; 
}

TD.FadeBar{
	height: 4; width: 775; 
	background-repeat: no-repeat; 
	background-image: url(images/fade_bar.jpg);
	padding-top: 0;  
}
/**** Main Menu ***/ 
TD.MainMenuParent{
	padding-top: 88; 
	padding-left: 133;

}
TD.MainMenu { 
	text-align: center;
	width: 90;
}
A.MainMenu{
	font-family: arial; font-size: 12; font-weight: bold; color: rgb(0,76,0) ; 
	text-decoration: none; 
}
A.MainMenu:hover{ color: black;}
/**** Header ***/ 
TD.Header{
	background-image: url(images/header.jpg); 
	background-repeat: no-repeat;
	height: 80; width: 775; padding-top: 0; 
}
TD.ImageBar{
	background-color: rgb(254,181,76); 
	text-align: center;
	height: 38; width: 775;  padding-top: 0; 
}

TD.LinkDivider{
	background-color: rgb(255,168,44); 
	height: 4; width: 445; padding-top: 0; 
}
TD.MainMenu{ 
    /*background-color: none; */
}
TD{ 
	/*	background-color: white;*/
	vertical-align: top; 
/*	padding-top: 3; */
}
TABLE{}
H1{
	font-family: arial; 
	font-size: 12; 
	color: rgb(0,78,0); 
}

DIV.Text{ padding-top: 3; padding-bottom: 3;  padding-left: 7; padding-right: 5; font-family: verdana; font-size: 12; color: rgb(76,76,76);}
A.Footer{ font-family: arial; font-size: 10; color: white; text-decoration:none; }
