@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background:#009a9b url(images/background.gif) repeat-x;
	font:normal 1em Arial, Helvetica, sans-serif;
}
.pageborder{
	margin:0 auto;
	width:790px;

}

#content_head{
	background:  url(images/welcome_slice.gif) repeat-x;
	font-size:18px;
	font:bold 14px Verdana, Geneva, sans-serif;
	text-align:left;
	color:#000;
	}
	
#content{
	background: url(images/slice.gif) repeat-y;
	text-align: inherit;
	font:normal 1em Verdana, Geneva, sans-serif;
    }

#gallery{

}

#gallery img{
border:3px solid #030; 	
}


.solidmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 198px; /* width of menu (don't forget to add border with below!) */
border-left: 2px solid #004d4d; /* thick left border of menu */
}

.solidmenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.solidmenu li a{
background: url(images/vstrip123.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font:bold 14px Verdana, Geneva, sans-serif;
display: block;
color:#FFF;
width:200px;
border-bottom: 1px solid #004d4d; /* White border beneath each menu item link, to add depth */
padding: 10px 5px; /* Vertical (top/bottom) padding for each menu link */
text-indent:2px;
text-decoration: none;
}

.solidmenu li a:visited, .solidmenu li a:active{

}

.solidmenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.solidmenu li.lastitem, .solidmenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.solidmenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


<!--[if IE]>
.solidmenu li a{ /* Menu link width value for IE */
width: 100%;
}


.heading1{

font-weight:normal;
font-size:14px;
font:bold small Verdana, Geneva, sans-serif;
text-align:center;
color:#930;
margin:0px;
border-width:0px 0px 1px 0px;

}
.heading2{

font-weight:normal;
font-size:24px;
font:bold Verdana, Geneva, sans-serif;
text-align:center;
color:#333;
margin:0px;
border-width:0px 0px 1px 0px;

}
