@IMPORT url("../../library/css/simpleDropMenu.css");
@IMPORT url("../../library/css/alternateStyle.css");
@IMPORT url("../../library/css/defaultStyle.css");
/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */

/**/

body {
	background: transparent url(../../images/spottile.jpg) top left repeat;
	color: #000;
	font-family: century gothic, verdana, helvetica, arial, sans-serif;
	font-size: 1.0em;
}

* html body {
	text-align: center;
}

h1{
	font-family: century gothic, verdana, helvetica, arial, sans-serif;
	font-size: 1.7em;
}

h2{
	font-family: century gothic, verdana, helvetica, arial, sans-serif;
	font-size: 1.4em;
}

body.gallery {
    margin: 0;
    padding: 0;
}

#container{
	background: transparent url(../../images/pixel.jpg) top left repeat;
	margin: 0px auto;
	width: 742px;
	border-style: solid;
	border-color: #FFF;
	border-bottom-color: #aedfe4;
	border-width: 0px 4px 1px 4px;
}

#gallery {
    padding: 140px 8px 8px 8px;
}

#gallery h2, #gallery h3, #gallery h4, #gallery form {
    margin: 0;
    padding: 0;
}

#gallery p {
    margin: 0.6em 0;
    padding: 0;
}

#gsHeader{
	border-top-style: dashed;
	border-top-color: #FFF;
	border-top-width: 0.1em;
}

#gsContent{
	margin-left: 15px;
	color: #000;
}
	
#gsPages{
	visibility: hidden;
}

#gsNavBar {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

#gallery {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #333;
}

#gsNavBar div {
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-weight: bold;
}