﻿/* CSS Document */

/*
Theme URI: http://www.YourWayHomeAZ.com
Description: YourWayHomeAZ campaign website
Version: 1.0
Author: Stuart Laybourne, R Squared Design & Advertising, Phoenix, Arizona. 602.956.8229. stuartl@r2az.com

Version: 1.1 - Modified by Chris Kontz, AZDOH
Consolidated common items into this common stylesheet

*/


/*---------------------------------------------------------------------------UNIVERSAL-------------------------*/

body {
	background-image: url(/images/bg/red.jpg);
}

/*-----------------------Left Main Text------------------------*/

#left_main_container { display: none; }
#left_main { display: none; }


/*-----------------------Right Footer------------------------*/
#right_footer {
	background: url(/images/footer/right_red.jpg);
}

#right_text_container {
	width:526px;
	height:auto;
	background: url(/images/right/red_gradient.jpg) no-repeat bottom;
	background-color:#FFFFFF;
	margin: 0px;
	float:left;
}

