/**************************************************/

/*                                   Body and Wrapper                             */

/**************************************************/



body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #79AEFF;
	background-image: url(images/background_sm.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



#wrapper {

	width: 800px;

	padding: 0;

	text-align: left;

	height: 100%;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

}



/**************************************************/

/*                                       Top Piece                                        */

/**************************************************/



#top {

	width: 800px;

	height: 78px;

	background-image: url(images/bgtop4.png);

	background-repeat: no-repeat;

	background-position: center top;

	margin: 0px;

	padding: 0px;

}



/**************************************************/

/*                                       Content                                             

another wrapper that holds all the content                              */

/**************************************************/



#content {
	width: 760px;
	height: 100%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/bgmiddle.png);
	background-repeat: repeat-y;
	background-position: center;

}



/**************************************************/

/*                               All the content                                        */

/**************************************************/



#header {
	width: 760px;
	height: 219px;
	background-image: url(images/azchlogo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}

/*                    Menu                   */

#menu {

	width: 200px;

	height: 100%;

	margin: 0px;

	float: left;

	padding: 0px;

	line-height: 30px;

}



#menu li a {

	height: 35px;

	voice-family: "\"}\"";

	voice-family: inherit;

	text-decoration: none;

	width: auto;

}	

	

#menu li a:link, #menu li a:visited {

	color: #fff;

	display: block;

	height: 27px;

	width: auto;

	background-image: url(images/buttonOFF2.png);

	background-repeat: no-repeat;

	background-position: center;

	margin: 0px;

	padding: 0px;

}

	

#menu li a:hover {

	color: #0A2441;

	height: 27px;

	padding: 0px;

	background-image: url(images/buttonON2.png);

}	



ul {

	margin: 0;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	text-indent: 5px;

	background-image: url(../../My%20Documents/AZGC/off.png);

	list-style-image: none;

	list-style-type: none;

}



#stuff {

	width: 545px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 210px;

}



img {

border: none;

} 



/**************************************************/

/*                                       Bottom                                             */

/**************************************************/



#bottom {

	width: 800px;

	height: 78px;

	background-image: url(images/bgbottom.png);

	background-repeat: no-repeat;

	background-position: center bottom;

}
