/* CSS Document */

body {
background-color: black;
background-image: url(background.jpg);
background-repeat: no-repeat;
/* Font info in here is site-wide standard */
font-family: Verdana, Arial, sans-serif; 
font-size: 12pt;
/* Font onfo above is site-wide standard */
}

#menu {
background-image: url(images/shop.jpg);
background-repeat: no-repeat;
float: left;
width: 200px;
height: 150px;
z-index:5;
}
#list_1 {
padding-left: 200px;
z-index:5;
}
#list_2 {
display: none;
z-index:5;
}
/*Header and accessibility code */

#access_header {
text-align: right;
color: white;
font-size: 8pt;
height: 20px;
}

#access_header a, #header1 a, #access_header a:visited, #header1 a:visited {
color:white;
text-decoration: none;
}

#access_header a:hover, #header1 a:hover {
color: black;
}

#header1 {
padding: 20px 10px 20px 450px;
color: black;
height:100px;
text-align: center;
font: 22px Tahoma, Verdana, Arial, sans-serif;
text-align: right;
}

/* Central layer including main content area, left and right sidebars and footer */

#central_layer {
position: absolute;
top: 180px;
left: 20%;
width:60%;
border: 0px;
margin: 0;
}


#central_content {
background: white url(content_back.jpg) no-repeat top center;
padding: 10px;
min-height: 200px;
margin: 0;
border-width: 2pt;
border-style: outset;
border-color: #0F6F9B;
text-align: justify;
}

#central_content h1, #central_content h2 {
font-family: Tahoma, Verdana, Arial, sans-serif;
line-spacing: 0.05em; 
white-space: 0.05em;
}

#central_content h3, #central_content h4 {
line-spacing: 0.05em; 
white-space: 0.05em;
}

#central_content p {
margin-left: 25px;
margin-right: 25px;
text-align: justify;
}

#central_content #top_left_image {
float: left;
}

#message_div {
border: blue solid thin;
margin-bottom: 10px;
}

#message_submit_button {
text-align: center;
}

#left_bar {
position: absolute;
top: 200px;
left: 0px;
width: 19%;
min-height: 300px;
text-align: right;
z-index: 2;
border: 0;
margin-right: 1%;
color: #E0E6B2;
font: 22px Tahoma, Arial, sans-serif;
}

a.menu_links {
text-decoration: none;
color: #E0E6B2;
}

a.menu_links:hover {
color: #44CADA;
}


#right_bar {
position: absolute;
top: 180px;
right: 0px;
width: 20%;
min-height: 300px;
text-align: center;
z-index: 2;
border: 0px;
margin: 0;
font-size: 10pt;
color: #E0E6B2;
text-align: left;
}

.right_bar_title {
font: 18px Tahoma, Arial, sans-serif;
}

.right_bar_boxes {
width: 80%;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 20px;
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
border-bottom-width: 2pt;
border-style: outset;
border-color: #0F6F9B;
text-align: left;
}

div.right_bar_boxes a, div.right_bar_boxes a:visited {
color: #E0E6B2;
text-decoration: underline;
}

div.right_bar_boxes a:hover {
color: #44CADA;
}

/* Evrything at the bootom of the page beyond here, including the random image gallery and footer 
copyright info. */
#footer {
color: #E0E6B2;
text-align: center;
font-size: 8pt;
line-height: 2em;
letter-spacing: 0.20em;
}

#footer a, #footer a:visited {
color: #E0E6B2;
text-decoration: underline;
}

#footer a:hover, #random_gallery p span:hover, .gallery_links:hover {
color: #44CADA;
cursor: pointer;
}

#random_gallery img, #full_gallery img {
border-width: thin;
border-color: white;
}

#random_gallery, #random_gallery p span {
color: #E0E6B2;
text-align: center;
font-size: 10pt;
line-height: 0.5em;
text-decoration: none;
}

#random_pics {
display: inline;
}

#full_gallery {
display: none;
}

#full_gallery img {
margin-right: 3px;
margin-left: 3px;
margin-bottom: 3px;
}

/*THIS NEXT SECTION IS TO DO WITH THE SHOP *************************************/

.shop_menu {
border: 1px solid black;
padding: 5px;
margin: 5px;
cursor: pointer;
line-height: 10px;
text-align:center;
background-image: url(images/little_menu_1.jpg);
font-weight:bold;
}

.shop_thumbs {
border: 1px solid black;
}

span.shop_mini_links {
font-size: 70%;
font-style: italic;
display: none;
}

	span.shop_mini_links a, span.shop_mini_links a:visited {
	color: #E0E6B2;
	text-decoration: none;
	}
	span.shop_mini_links a:hover {
	color: #44CADA;
	text-decoration: none;
	}
