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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	margin-bottom: 0px;
}

body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	color: #000;
	font-family: "Comic Sans MS";
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wrapper {
	width: 1065px;
	min-height: 620px;
	background-image: url(../images/LN-wsbkgrnd1.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#menu {
	position:absolute;
	left:9px;
	top:294px;
	width:118px;
}

#menu ul{
	background-color: transparent;
	list-style-type: none;/* removes the bullets from our list navigation */
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
}

#menu li{
	margin-bottom: 5px;	
}

.currentpage{
	color: #CC0000;
	text-decoration: none;
}

#content {
	width: 940px;
	padding-top: 130px;
	margin-left: 47px;
	background: transparent;
	padding-bottom: 0px;
}
#content2 {
	width: 940px;
	padding-top: 178px;
	margin-left: 125px;
	background: transparent;
	padding-bottom: 0px;
}
#content3 {
	width: 940px;
	padding-top: 129px;
	margin-left: 47px;
	background: transparent;
	padding-bottom: 0px;
}
#content4 {
	width: 940px;
	padding-top: 130px;
	margin-left: 41px;
	background: transparent;
	padding-bottom: 0px;
}
 change left and top margins for pages with lilnayshonz graphic 
body#lilnayshonz #content {
	width: 940px;
	padding-top: 142px;
	margin-left: 47px;
	background: transparent;
}

#merchandise {
	width: 425px;
	height: 180px;
	margin-left: 135px;
	float: left;
	padding-top: 0px;
	margin-top: 16px;
}

#merchandisetext {
	width: 900px;
	height: 400px;
	margin-left: 15px;
	float: left;
	padding-top: 0px;
	margin-top: 45px;
}

#links {
	width: 360px;
	padding-top: 50px;
	float: left;
}

#linksmerchandise {
	width: 500px;
	padding-top: 0px;
	float: none;
	margin-left: 150px;
	height: 600px;
}
#text {
	position: absolute;
	visibility: hidden;
	left: -2000px;	
	width: 400px;
}

#footer {
	clear: left;
	font-size: 12px;
	margin-left: 9px;
	padding-top: 50px;
	margin-top: 340px;
	
}

#footercreator {
	clear: left;
	font-size: 12px;
	margin-left: 9px;
	padding-top: 50px;
	margin-top: 130px;
	
}

#footercontact {
	clear: left;
	font-size: 12px;
	margin-left: 9px;
	padding-top: 50px;
	margin-top: 172px;
	
}
#footerhome {
	clear: left;
	font-size: 12px;
	margin-left: 9px;
	padding-top: 50px;
	margin-top: 170px;

	
}
#footerabout {
	clear: left;
	font-size: 12px;
	margin-left: 9px;
	margin-top: 30px;
}
#footerlinks {
	clear: left;
	font-size: 12px;
	margin-left: 9px;
	margin-top: 178px;
	padding-top: 217px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

img {
	border: none;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

