		@import url(navigation.css);
		@import url(shop.css);
		@import url(header.css);

		/* start of general */


		html
		{
			/*background: #000 url(images/html.png) 0 0  no-repeat;*/
			/*background: #000 url(images/gradient.jpg) top center repeat-y;*/
			background-color: #000;
		}

		body
		{
			margin:0 auto;
			padding:0px 0px 0px 0px;
			/*background: #000 url(images/bkgrnd_btm.gif) bottom center no-repeat;*/
			font-family: "Comic Sans MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: #ffffff;
			background-color: #000;
			width: 800px;
		}

		#container {
			width: 800px;
			margin: 0 auto;
			text-align: left;
			overflow:auto;
		}

	#content{
			position:relative;
			text-align: left;
		  top: -30px;
	}

		.left{
			width: 50%;
			float: left;
			height: 100%;
		}

		.right{
			width: 50%;
			float: right;
			height: 100%;
		}

		.imgright{
			float:right;
			margin-left:20px;
			margin-top: 20px;
		}

		.imgleft{
			float:left;
			margin-right:20px;
			margin-top: 20px;
		}

		#footer
		{
			background: #000000 url(images/footer.gif) no-repeat 0 0;
			padding: 10px 25px;
			color: #fff;
		/*make the text smaller in this section*/
			font-size: 75%;
		}

		/*******************************************************

		headings

		*******************************************************/

		h1, h2, h3, h4, h5, h6
		{
			color: #ff7900;
		}

		


		/* end of general */
