@charset "UTF-8";
/* CSS Document */

body {
	background-color: #0B0500;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../xml/images-iphone/WoodBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

#FIRSTdiv{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #D6D2D1;
	background-color: #4A3834;
	background-image: url(../xml/images-iphone/GrayBack.jpg);
	background-repeat: repeat;
	background-position: center;
	position: relative;
	height: auto;
	width: 100% - 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D2D1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D2D1;
}

#SECONDdiv{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #322423;
	background-color: #12171D;
	position: relative;
	height: auto;
	width: 100% - 20px;;
	background-image: url(../xml/images-iphone/BlueBack.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#MAIN{
	position: relative;
	height: auto;
	width: 100%;
}

#DIVIDER{
	background-color: #FFFFFF;
	position: relative;
	height: 5px;
	width: 100%;
	background-image: url(../xml/images-iphone/SilverBack.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#BUTTONdiv{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	color: #BD9130;
	letter-spacing: 1px;
	position: relative;
	height: auto;
	width: 100% - 20px;
	background-color: #171516;
	padding: 10px;
}
#BUTTONdiv:hover{
	background-color: #BD9130;
	text-decoration: none;
}

#width400DIV{
	width: 650px;
	height: auto;
	text-align: left;
}

#width400DIV a:hover{
	color: #BD9130;
	text-decoration: none;
}
#width400DIV a:link{
	color: #BD9130;
	text-decoration: none;
}
#width400DIV a:active{
	color: #BD9130;
	text-decoration: none;
}
#width400DIV a:visited{
	color: #BD9130;
	text-decoration: none;
}

/*-----Type Classes-----*/

.smallerYellowType{
	color: #BD9130;
	text-align: left;
	line-height: 32px;
}

.largerWhiteType{
	color: #D6D2D1;
	line-height: 64px;
	font-size: 32px;
}
