@charset "UTF-8";
/* CSS Document */

/* --------------Blanket rules for all elements----------- */

html {
	background-color: #281707;
	}
	
body {
	text-align:center;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size: 130%;
	line-height: 110%;
	font-style: normal;
	font-weight: normal;
	color:#3c5e8e;
	text-align: left;
	margin-top: 0px;
	}

h2 { 
	font-size: 80%;
	text-align:center;
	}
	
h3 { 
	font-size: 90%;
	line-height: 130%;
	font-style:normal;
	font-weight: normal;
	color: #f7eed4;
	text-align:center;
	}
	
p {
	font-size: 100%;
	line-height: 115%;
	text-align:left;
	color:#333333;
	}
	

/* --------- Blanket rules: navigation, list styles ---------- */
	
	
li {
	background-color:none ;
	margin: 0px;
	padding:0px;
	line-height: 200%;
	text-decoration:none;
	list-style: none;
	}
	
h2 a:link {
	font-size:110%;
	text-decoration: none;
	font-weight: bold;
	color: #281707; 
	}
	
h2 a:visited {
	font-size:110%;
	text-decoration: none;
	font-weight: bold;
	color: #281707; 
	}

h2 a:hover {
	text-decoration: underline;
	}
	
p a:link {
	text-decoration: none;
	color: #3c5e8e; 
	font-size: 95%;
	line-height: 100%;
	font-weight: bold;
	}

p a:visited {
	text-decoration: none;
	color: #3c5e8e; 
	font-size: 95%;
	line-height: 100%;
	font-weight: bold;
	}

p a:hover {
	text-decoration: underline;
	color: #3c5e8e;
	}	
	
h3 a:link {
	text-decoration: none;
	color: #f7eed4; 
	font-weight: normal;
	}
	
h3 a:visited {
	text-decoration: none;
	color: #f7eed4; 
	font-weight: normal;
	}

h3 a:hover {
	text-decoration: underline;
	}

/* -------------- Page ID's ----------- */

#wrapper {
	position: relative;
	width: 950px;
	height: 750px;
	margin: auto;
	border-color:#f7eed4;
	border-style: solid;
	border-width: thin;
	}
	
#wrapper_2 {
	position: relative;
	width: 950px;
	height: 527px;
	margin: auto;
	border-color:#f7eed4;
	border-style: solid;
	border-width: thin;
	}	
	
#wrapper_print {
	position: relative;
	width: 950px;
	height: 1327px;
	margin: auto;
	border-color:#f7eed4;
	border-style: solid;
	border-width: thin;
	}	
	
#curly_left {
 	position: absolute;
	width: 250px;
	height: 182px;
	left:-50px;
	top: -10px;
	z-index: 10;
	background-image:url(images/curly_left.png);
	background-repeat:no-repeat;
	}
	
#curly_right {
 	position: absolute;
	width: 236px;
	height: 159px;
	left:765px;
	top: -20px;
	z-index: 10;
	background-image:url(images/curly_right.png);
	background-repeat:no-repeat;
	}		

#logo {
	position: absolute;
	width: 950px;
	height: 96px;
	left:0px;
	top: 0px;
	z-index:1;
	border:none;
	}	
		
#img_container {
	position: absolute;
	width: 350px;
	height: 623px;
	left:0px;
	top: 0px;
	}
	
#img_container_2 {
	position: absolute;
	width: 350px;
	height: 250px;
	left:40px;
	top: 40px;
	}

#merchandise {
	position: absolute;
	width: 550px;
	height: 604px;
	left:380px;
	top: 20px;
	padding-right: 20px;
	overflow-x:hidden;
	overflow-y:scroll;
	}
	
#print_page {
	position: absolute;
	width: 550px;
	height: 604px;
	left:380px;
	top: 20px;
	padding-right: 20px;
	}	
	
#copy {
	position: absolute;
	width: 510px;
	height: 600px;
	left:400px;
	top: 20px;
	}	
	
#copy_2 {
	position: absolute;
	width: 510px;
	height: 250px;
	left:400px;
	top: 40px;
	}		
	
#container {
	position: absolute;
	width: 950px;
	height: 623px;
	left: 0px;
	top:127px;
	background-image: url(images/bg_img.jpg);
	background-repeat:repeat-x;
	}
	
#container_2 {
	position: absolute;
	width: 950px;
	height: 400px;
	left: 0px;
	top:127px;
	background-image: url(images/bg_img.jpg);
	background-repeat:repeat-x;
	}

#container_print {
	position: absolute;
	width: 950px;
	height: 1200px;
	left: 0px;
	top:127px;
	background-color:#f7eed4;
	}	

#nav_links {
	position:absolute;
	width:950px;
	height: 31px;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 20;
	}

#nav {
	position:absolute;
	width:950px;
	height: 31px;
	margin: 0px;
	left: 0px;
	top: 96px;
	padding-top: 0px;
	background-image:url(images/navbar.jpg); 
	}
	
#main {
	position: absolute;
	width: 500px;
	height: 425px;
	left: 230px;
	top:0px;
	padding: 0px;
	}	
		
#table {
	position:absolute;
	width: 510px;
	height: 623px;
	left: 400px;
	top:370px;
	padding: 0px;
	}
		
#footer {
	border: none;
	position: relative;
	width: 950px;
	height: 100px;
	margin: auto;
	top:750px;
	}
	
#footer_2 {
	border: none;
	position: relative;
	width: 950px;
	height: 100px;
	margin: auto;
	top:530px;
	}	

#footer_print {
	border: none;
	position: relative;
	width: 950px;
	height: 100px;
	margin: auto;
	top:1350px;
	}
	
/*----------- classes -----------*/

.clear_left {
	clear:left;
	}

.float_left {
	float:left;
	margin:5px 20px 0 0;
	}
	
.spacer {
	margin-top: 10px;
	}
	
.center {
	text-align:center;
	}
	
	
  