			body, html {
				margin: 0;
				text-align: center;
				background-repeat: repeat-x;
				background-color: #483e4b;
				background-image: url(./images/global/pspbackgroundpurplestripe.jpg);
			}
			div#phoenix {
				background-repeat: no-repeat;
				background-image: url(./images/global/phoenix.png);
				background-attachment: fixed;
				background-position: 60% -40px;
				//background-attachment: scroll;
				//background-position: 50% 50%;
			}
			div#container {
				margin: 0 auto;
				width: 700px;
			}
			div#banner {
				height: 100px;
				padding-bottom:10px;
				padding-top:10px;
			}
			div#navigation {
				width: 146px;
				float: right;
			}
			div#content {
				width: 530px;
				min-height: 705px;
				float: left;
				text-align: justify;
			}
			div#welcomeheader {
				background-image: url(./images/global/goldtransparent.png);
				width: 530px;
				height: 30px;
				float: left;
				text-align: justify;
				color:white;
			}
			div#welcome {
				background-image: url(./images/global/whitetransparent.png);
				width: 510px;
				float: left;
				text-align: justify;
				padding-left:10px;
				padding-right:10px;
				padding-bottom:20px;
				padding-top:15px;
				font-size: 14px;
				font-family: arial, sans-serif;
			}
			div#newsheader {
				background-image: url(./images/global/goldtransparent.png);
				width: 530px;
				height: 30px;
				float: left;
				text-align: justify;
				color:white;
				margin-top: 25px;
			}
			div#news {
				background-image: url(./images/global/whitetransparent.png);
				width: 510px;
				float: left;
				text-align: justify;
				padding-left:10px;
				padding-right:10px;
				padding-bottom:20px;
				padding-top:15px;
				font-size: 14px;
				font-family: arial, sans-serif;
				margin-bottom: 30px;
			}

			div#mainheader {
				background-image: url(./images/global/goldtransparent.png);
				width: 530px;
				height: 30px;
				float: left;
				text-align: justify;
				color:white;
			}
			div#maincontent {
				background-image: url(./images/global/whitetransparent.png);
				width: 510px;
				float: left;
				text-align: justify;
				padding-left:10px;
				padding-right:10px;
				padding-bottom:20px;
				padding-top:15px;
				font-size: 14px;
				font-family: arial, sans-serif;
				margin-bottom: 30px;
			}

			div#linksheader {
				background-image: url(./images/global/goldtransparent.png);
				width: 146px;
				height: 30px;
				float: left;
				text-align: justify;
				color:white;
			}
			div#links {
				background-image: url(./images/global/whitetransparent.png);
				width: 126px;
				float: left;
				text-align: justify;
				line-height:2;
				padding-bottom:10px;
				padding-top:10px;
				padding-left:10px;
				padding-right:10px;
				font-size: 12px;
				font-family: arial, sans-serif;
			}
			div#brothersheader {
				background-image: url(./images/global/goldtransparent.png);
				width: 146px;
				height: 30px;
				float: left;
				text-align: justify;
				color:white;
			}
			div#brothers {
				background-image: url(./images/global/whitetransparent.png);
				width: 126px;
				float: left;
				text-align: justify;
				line-height:2;
				padding-bottom:10px;
				padding-top:10px;
				padding-left:10px;
				padding-right:10px;
				font-size: 12px;
				font-family: arial, sans-serif;
			}
			div#clear {
				clear: both;
			}
			IMG.grouppicture {
				display: block;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 10px;
			}
			p {
				margin-left: 1em;
				margin-right: 1em;
			}
			A:link {text-decoration: none; color:black;}
			A:visited {text-decoration: none; color:black;}
			A:active {text-decoration: none; color:black;}
			A:hover {text-decoration: underline; color: red;}

