* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background-color: #0d0d0d;
	background-image: url(../images/img01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 50px;
}
#flashContent h1 {
	background-image: url(../images/AZ_static_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -1999px;
	height: 170px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#flashContent #container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
	//overflow: auto;
}
#flashContent #container #content {
	float: left;
	width: 615px;
}
#flashContent #container #content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #3b8e94;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#flashContent #container #content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	margin-bottom: 10px;
}
#flashContent #container #content a {
	color: #CCC;
	text-decoration: underline;
}
#flashContent #container #content a:hover {
	color: #ff6601;
	text-decoration: none;
}
#flashContent #container #content img.thumb {
	margin-right: 40px;
	margin-bottom: 40px;
	border: 1px solid #FFF;
}
#flashContent #container #content img.bioPic {
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #FFF;
	float: right;
}
#flashContent #container #content .newsBox {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	overflow: auto;
}
#flashContent #container #nav {
	float: right;
	width: 235px;
}
#flashContent #container #nav li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	/*letter-spacing: 0.05em;*/
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#flashContent #container #nav a {
	display: block;
	height: 30px;
	width: 215px;
	overflow: hidden;
	color: #ff6601;
	background-color: #0d0d0d;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 8px;
}
#flashContent #container #nav a:hover {
	background-color: #000000;
	color: #3b8e94;
	text-decoration: none;
	padding-left: 20px;
	width: 215px;
}
#flashContent #noflash {
	background-color: #000;
	padding: 10px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#flashContent #noflash p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-bottom: 5px;
}
#flashContent #noflash a {
	color: #666;
	text-decoration: underline;
}
#flashContent #noflash a:hover {
	color: #CCC;
	text-decoration: none;
}