/* -- / custom css tool / -- */
#wrapper{
	width:1150px; /*adjust as needed*/
}

#mainCol{
	width:950px; /*adjust as needed*/
}

#header h1 {
color:blue;
}

#header #tagline {
color:blue;
}

#headerTop {
background-image:url("http://root.terry-realty.com/images/HeaderGraphic.jpg");
background-repeat:no-repeat;
}

body {
    background-color: CornflowerBlue;
    background-image:url("http://root.terry-realty.com/images/blueparchment.jpg");
    background-repeat: repeat;
}

