body {
	text-align: center;
	background-image: url(http://www.welcometothedesert.com/catapultsent/img/bg.gif);
	color: #b4ae91;
	font-family: Arial;
	font-size: 11px;
	margin-top: 0px;
}

img {
	border: none;
}

div {
	border: 0px solid;
	border-color: fuchsia;
}
	
#siteWrapper {
	margin:0px;
	text-align:center;
	padding:0px;
	}
	
#topWrapper {
	margin: 0;
	padding: 0px;
	text-align: center;
}

.soundleft {
	margin-top: 0px;
	margin-left: 10px;
	width: 340px;
	text-align: left;
	float: left;
	color: #b4ae91;
	line-height: 14px;
}

.soundright {
	margin-top: 0px;
	margin-right: 10px;
	width: 340px;
	text-align: left;
	float: right;
	color: #b4ae91;
	line-height: 14px;
}

.soundhead {
	margin-top: 10px;
	margin-right: 10px;
	padding: 6px;
	text-align: left;
	color: #b4ae91;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

#soundiff {
	margin: 4px 0px 4px 0px;
	padding: 0;
}

p {
	margin: 0px 0px 0px 4px;
	padding: 0px;
	font-weight: bold;
}

#topHolder {
	width: 708px;
	height: 218px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}

#contentWrapper {
	width: 708px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

#contentHolder {
	width: 708px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0px;
	float: left;
	background: url(http://www.welcometothedesert.com/catapultsent/img/newsdiv.gif) no-repeat;
	min-height: 310px;
	clear: left;
}

#contentHolder2 {
	width: 708px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	clear: left;
}

#contentHolder1 {
	width: 708px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	clear: left;
}

#newsHolder {
	width: 327px;
	height: auto;
	margin-left: 10px;
	text-align: left;
	float: left;
	color: #da3600;
}

#newsWrapper {
	width: 327px;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	float: left;
}

#spelHolder {
	margin-right: 10px;
	width: 307px;
	padding: 10px;
	text-align: left;
	float: right;
	color: #b4ae91;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

#spelHolder1 {
	width: 100%;
	height: 100%;
	text-align: left;
}


#homeOf {
	margin-top: 20px;
	margin-right: 10px;
	width: 307px;
	padding: 10px;
	text-align: left;
	float: right;
	color: #b4ae91;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

#homeOf1 {
	width: 100%;
	height: 100%;
	text-align: left;
}

#divider {
	float: left;
	width: 60px;
	height: 100px;
 }

a:link		{
	color: #b4ae91;
	text-decoration: none;
}

a:active		{
	color: #b4ae91;
	text-decoration: none;
}

a:visited		{
	color: #b4ae91;
	text-decoration: none;
}


a:hover		{
	text-decoration: none;
	font-weight: normal;
	color: #da3600;
}

/* Navigation */

#menuHolder{
	color: #b4ae91;
	width: 708px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#menu {
	background-image: url(http://www.welcometothedesert.com/catapultsent/img/menubgbig.gif);
	height: 22px;
	width: 708px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#menu1 {
	width: 100%;
	float: left;
}

#lineHolder {
	width: 708px;
	height: 5px;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	height: 14px;
	padding: 3px 1px 5px 5px; /* show to Firefox, Safari, Opera */
	width: 688px;
	margin: 0;
}

#nav a {
	display: block;
	color: #b4ae91;
	text-decoration: none;
	width: auto;
}

#nav li { /* all list items */
	padding: 2px 13px 5px 15px;
	color: #b4ae91;
	float:left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: auto;
	left: -999em;
	background-image: url(http://www.welcometothedesert.com/catapultsent/img/menuline.gif);
	background-color: #181907;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-top: 0px;
	left: auto;
	float: left;
}

#nav li a:hover, ul li a:hover {
	color: #da3600 !Important;
	width: auto;
	left: auto;
}


#nav li:hover {
	background: url(http://www.welcometothedesert.com/catapultsent/img/menuback.gif) no-repeat left center;
	color: #da3600;
}




/* End Navigation */

.nyhet {
	color: #b4ae91;
	margin-left: 10px;
	padding-top: 5px;
	font-size: 11px;
	font-family: Arial;
}

.rubrik {
	color: #da3600;
	margin-top: 8px;
	margin-left: 5px;
}

.homeoftop {
	color: #da3600;
	font-weight: normal;
}

/* Members */

#memberstop1 {
	margin-left: 10px;
	width: 321px;
	padding: 5px;
	text-align: left;
	float: left;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
	color: #b4ae91;
}

#memberstop2 {
	width: 100%;
	height: 100%;
	font-size: 11px;
	text-align: left;
}

#imgmembers1 {
	margin-top: 10px;
	margin-left: 10px;
	width: 321px;
	padding: 5px;
	text-align: left;
	float: left;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
	color: #b4ae91;
}

#imgmembers2 {
	width: 100%;
	height: 100%;
	text-align: left;
	background: url(http://www.welcometothedesert.com/catapultsent/img/bg.gif) repeat;
}

#membersmid1 {
	margin-right: 10px;
	width: 331px;
	padding: 0px;
	text-align: left;
	float: right;
	color: #b4ae91;
	line-height: 14px;
}

#membersmid2 {
	width: 100%;
	height: 100%;
	text-align: left;
	background: url(http://www.welcometothedesert.com/catapultsent/img/bg.gif) repeat;
}

#membersmid3 {
	padding: 6px;
}

/* End Members */

/* Catapults Ent */

#cataent1 {
	margin-left: 4px;
	width: 700px;
	float: left;
}

/* End Catapults Ent */

/* contact form */

#contactform {
	color: #b4ae91;
	margin-left: 10px;
	width: 350px;
	float: left;
}

input {
	color: #b4ae91;
	border: none;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

input:hover {
	background: url(http://www.welcometothedesert.com/catapultsent/img/bg2.gif) repeat;
	border: none;
}

input:focus {
	background: url(http://www.welcometothedesert.com/catapultsent/img/bg2.gif) repeat;
	border: none;
}

textarea {
	color: #b4ae91;
	border: none;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

textarea:hover {
	background: url(http://www.welcometothedesert.com/catapultsent/img/bg2.gif) repeat;
	border: none;
}

textarea:focus {
	background: url(http://www.welcometothedesert.com/catapultsent/img/bg2.gif) repeat;
	border: none;
}

/* End Contact Form */

.adress1 {
	margin-top: 0px;
	margin-right: 5px;
	width: 297px;
	padding: 5px;
	text-align: left;
	float: right;
	color: #b4ae91;
	line-height: 14px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

.adress2 {
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 6px;
}

.adress4 {
	margin-top: 12px;
	margin-right: 5px;
	width: 297px;
	padding: 5px;
	text-align: left;
	float: right;
	color: #b4ae91;
	line-height: 14px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

.adress5 {
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 6px;
}

#t4 {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100px;
	padding: 10px;
	color: #b4ae91;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

#t5 {
	width: 100%;
	height: 100%;
}

#tour {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
	width: 678px;
	padding: 5px;
	text-align: left;
	float: left;
	color: #b4ae91;
	line-height: 14px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/menubg.gif) repeat;
}

#tour5 {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
	width: 678px;
	padding: 5px;
	text-align: left;
	float: left;
	color: #b4ae91;
	line-height: 14px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/menubg2.gif) repeat;
}

.header_links {
	font-weight: bold;
	padding: 5px;
	color: #b4ae91;
	width: 340px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

.middle_links {
	padding: 0px;
	width: 340px;
	height: 5px;
}

.middle_links2 {
	padding: 0px;
	width: 340px;
	height: 20px;
}

.between_links {
	padding: 0px;
	width: 20px;
}

.link_links {
	vertical-align: top;
	color: #b4ae91;
	width: 340px;
}

.act_links {
	padding: 5px;
	color: #b4ae91;
	width: 340px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

#links_left {
	margin-left: 10px;
	width: 340px;
	text-align: left;
	float: left;
}

#links_right {
	margin-right: 10px;
	width: 340px;
	text-align: left;
	float: right;
}

.beats {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 300px;
	float: left;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

.beats1 {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 300px;
	float: right;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

.beats2 {
	width: 220px;
	padding: 10px;
	float: left;
}

.right {
	margin-top: 10px;
	margin-right: 10px;
	width: 30px;
	float: right;
}

#videoHolder {
	width: 688px;
	margin-left: 10px;
	text-align: center;
}

#videoHolder1 {
	padding: 10px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
	margin-bottom: 20px;
}

#videotitle {
	width: 688px;
	margin-left: 10px;
	text-align: center;
}

#videotitle1 {
	padding: 10px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
	margin-bottom: 10px;
}

#videopage {
	width: 60px;
	margin-left: 10px;
}

#videopage1 {
	width: 60px;
	padding: 10px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
	margin-bottom: 10px;
}

#sound {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 260px;
	float: left;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

#sound1 {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 260px;
	float: right;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

#sound2 {
	width: 250px;
	padding: 10px;
	float: left;
}

.tshirt {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 300px;
	float: left;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

.tshirt1 {
	width: 220px;
	padding: 10px;
	float: left;
}

.merch1{
	margin-bottom: 10px;
	margin-right: 10px;
	width: 300px;
	float: left;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line1.gif) repeat;
}

.merch2 {
	width: 220px;
	padding: 5px;
	float: left;
	margin-left: 5px;
}

#paypal {
	margin-top: 0px;
	margin-right: 10px;
	width: 320px;
	text-align: left;
	float: right;
	color: #b4ae91;
	line-height: 14px;
}

.howit {
	margin-top: 5px;
	width: 310px;
	padding: 5px;
	text-align: left;
	float: left;
	color: #b4ae91;
	line-height: 14px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/menubg.gif) repeat;
}

#showhide {
	width: 100px;
	padding: 5px;
	text-align: left;
	float: left;
	color: #b4ae91;
	line-height: 14px;
	background: url(http://www.welcometothedesert.com/catapultsent/img/menubg.gif) repeat;
}

#merch {
	margin-top: 0px;
	margin-left: 10px;
	width: 320px;
	text-align: left;
	float: left;
	color: #b4ae91;
	line-height: 14px;
}

#leftcontact {
	margin-top: 0px;
	margin-right: 10px;
	width: 320px;
	text-align: left;
	float: right;
	color: #b4ae91;
	line-height: 14px;

}

#toggle {
	height: 22px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: url(http://www.welcometothedesert.com/catapultsent/img/menubgbig.gif) repeat;
}

#foo {
	width: 688px;
	padding: 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line3.gif) repeat;
}
#foo1 {
	width: 688px;
	padding:5px 5px 5px 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line3.gif);
}
#foo2 {
	width: 688px;
	padding: 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(http://www.welcometothedesert.com/catapultsent/img/line3.gif) repeat;
}

#menu2 {
	height: 14px;
	list-style: none;
	margin: 0;
	padding: 5px;
}

#menu2 li {
	float: left;
}

#menu2 a, #menu a:visited {
	display: block;
}
#menu2 li:hover {
	background: url(http://www.welcometothedesert.com/catapultsent/img/menuback.gif) no-repeat left center;
}
.menucat {
	width: 120px;
}

.menurest {
	width: 70px;
}