@charset "utf-8";

/* CSS Document */
html { font-size: 100%;
}

body { 
	font-size: 0.8em;
}

html, body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:url(../images/Background2.jpg) no-repeat;
	background-color:#000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	text-align:center;
}

#header {
	top:0px;
	left:0px;
	height:54px;
	background:url(../images/BannerGrad.png) repeat-x;
}

#header img {
	width:405px;
	height:72px;
	float:left;
	margin-left:5px;
	border:none;
}

#content {
	height:2040px;
	width: 700px;
	margin:0 auto;
	text-align:left;
}

#buttons {
	clear:both;
	height:60px;
	margin-top:20px;
}

#shop, #contact, #faq, #home {
	float:right;
	width:40px;
	height:40px;
	padding:10px 5px 0px 5px;
}

#shop {
	margin-right:2%;	
	display:inline;
}

#TandCs {
	float:left;
	padding-left:25px;
	padding-bottom:20px;
	color:#eeeeee;
}

#TandCs p {
	font-size:18px:
}

#footer {
	clear:both;
	margin-left:3%;
	height:35px;
	bottom:0px;
	text-align:left;
}

#footer P {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}



