/* styles.css - Styles for SW4U web page, Version 1.0 */

<style type="text/css">

<!--

body {  
        background-color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #F60;
}
a:hover {
	color: #999;
	background-color: #000;
}
a:active {
	color: #606;
}
.footer {
	font-size: 10px;
	color: #999;
	text-align: center;
}
#content {
	width:70%;
	z-index:1;
	background-image: url(GRAPHICS/FadedArea.png);
	padding: 20px;
	border: 3px solid #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contenti {
	position:absolute;
	left:15%;
	top: 20px;
	width:70%;
	z-index:1;
	background-image: url(GRAPHICS/Test5.jpg);
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.bpages {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
        background-image: url(GRAPHICS/UtahCuts.jpg);
	background-attachment: fixed;
        background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

.bindex {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.pindex {
	text-align: right;
}

p {
	color: #FFF;
	text-align: left;
}

-->
</style>

