body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center;
	background-attachment: fixed;
	font-family: arial;
	font-size: 12px;
	color: #878F99;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 700px;
	background-image: url(../images/backgroundfull.jpg);
	background-attachment: fixed;
	background-position: center;
	min-height:800px;
}

#header {
	margin: 0 0 0 0;
}

#side-a {
	float: left;
	width: 150px;
	height:700px;
}

#side-b {
	float: right;
	width: 146px;
	padding-left: 3px;
}

#content {
	float: left;
	width: 392px;
	border-right: solid #9799AE 1px;
	border-left: solid #9799AE 1px;
	padding:3px;
	
}

#footer {
	clear: both;
	text-align: center;
	background-color: #252D15;
}

input {
	background-color: #535321;
}

/*image formatting */

.store {
	width:140px;
	height:175px;
	border:none;
}

.header {
	width:700px; 
	height:89px; 
}

.fbLink {
	border:none;
}
/*text formatting*/
a {
	color: #9BA555;
}

a:hover {
	color: #FFFFFF;
}
h1 {
	font-size:14px;
}
ul, li {
margin-left:0px;
padding-left:0px;
list-style:none;
}

