BODY 	{ 
	background-color: #fff0c0; 
	margin: 0px;
	}

DIV.header {
	background: url(/pix/gsc_bck.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

DIV.title {
	align: center;
	}

DIV.menu {
        position: absolute;
	top: 105px;
	left: 0px;
	height: 35px;
	width: 626px;
        }

DIV.menu_item {
        position: relative;
	display: inline-block;
	/* This is a really ugly hack to make IE behave. */
        /* All other browsers, avert your eyes... */
	*display:inline;
	margin-left: 10px;
        }

DIV.gsc	{
	position: absolute;
	top: 150px;
	left: 0px;
	width: auto;
	color: black;
	font-family: serif; 
	}

DIV.qa-q {
            /* top right bottom left */
        margin: 10px 10px 0px 10px;
        font-size: 16px;
	font-weight: normal;
	font-style: italic;
        }

DIV.qa-a {
            /* top right bottom left */
        margin: 0px 10px 5px 20px;
	font-weight: bold;
        }

DIV.qa-a p {
        font-size: 18px;
	font-style: normal;
        }

DIV.right-pix {
        float: right;
	margin: 0px 5px 5px 5px;
	width: 350px;
	height: 468px;
        }

#myGallery
{
	float: right;
	width: 330px;
	height: 250px;
	margin-right: 5px;
	z-index:5;
	display: none;
	border: 1px solid #000;
}

DIV.gsc H1 {
	color: #800000;
	font-family: "Edwardian Script ITC", Zapf-Chancery, Coronet, cursive;
	font-size: 20pt;
	font-weight: bold;
	line-height: 100%;
	margin-left: 10px;
	}

DIV.gsc P {
	color: #800000;
	font-family: serif;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0.5em;
	}

DIV.gsc UL {
	color: #800000;
	margin-top: 0;
	margin-bottom: 0.5em
	}

DIV.gsc A {
	color: white;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}

DIV.scog A {
	color: #800000;
	}

DIV.right_box {
	font-style: italic;
	font-size: smaller;
	float: right;
	align: center;
	margin: 2px 2px 2px 2px
	}

DIV.left_box {
	font-style: italic;
	font-size: smaller;
	float: left;
	align: center;
	margin: 2px 2px 2px 2px
	}

P.caption {
	font-style: italic;
	font-size: smaller;
	}

