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

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/BackgroundSmall.jpg) repeat;
	background-color:#000;
}

#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 {
	width:720px;
	background:#EFEFEF;
	padding:20px;
	margin:0 auto;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
}

p {
     font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
}

#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;
}

#footer {
	clear:both;
	bottom:0;
	left:0;
}

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


