<!--



/* ********** STYLES ********* */

.margin_bottom
{
 margin-bottom: 1em;
}

p
{
 margin: 0;
 padding: 0;
}



/* ********** BOXES ********* */

div#center
{
 text-align: center;
}

div#container
{
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 width: 55em;
}

div#content
{
 padding-left: 1em;
 padding-right: 1em;
}

div.menu
{
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #FFDD78;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #FFDD78;
 margin-top: 1.5em;
 padding-top: 0.25em;
 padding-bottom: 0.25em;
}
h4.menu
{
 display: inline;
}

div.footer
{
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #FFDD78;
 margin-top: 1.5em;
 padding-top: 0.25em;
 padding-bottom: 0.25em;
}

div.clear
{
 display: block;
 clear: both;
 height: 0;
 line-height: 0px;
 font-size: 0;
 overflow: hidden;
 visibility: hidden;
}


ul
{
/* list-style-type: square; */
}

ul#menu
{
 display: inline;
 list-style-type: none;
 margin: 0;
 padding: 0;
 /* text-transform: uppercase; */
}
ul#menu li
{
 display: inline;
 margin-left: 2em;
}
ul#menu a, ul#menu a:link, ul#menu a:focus, ul#menu a:active, ul#menu a:visited, ul#menu a:hover
{
 text-decoration: none;
}



/* ********** BORDERS ********* */

div.shadowmargin
{
 float: left;
 margin-top: 2em;
 margin-bottom: 2em;
 margin-right: 3em;
}

div.shadowR
{
 background-image: url("../../shadow/r.gif");
 background-position: right top;
 background-repeat: repeat-y;
 height: 1px;
 width: 1px;
}
div.shadowB
{
 background-image: url("../../shadow/b.gif");
 background-position: left bottom;
 background-repeat: repeat-x;
}
div.shadowCBR
{
 background-image: url("../../shadow/cbr.gif");
 background-position: right bottom;
 background-repeat: no-repeat;
 padding-bottom: 5px;
 padding-right: 5px;
}

div.shadowR2
{
 background-image: url("../../shadow/r2.gif");
 background-position: right top;
 background-repeat: repeat-y;
 height: 1px;
 width: 1px;
}
div.shadowB2
{
 background-image: url("../../shadow/b2.gif");
 background-position: left bottom;
 background-repeat: repeat-x;
}
div.shadowCBR2
{
 background-image: url("../../shadow/cbr2.gif");
 background-position: right bottom;
 background-repeat: no-repeat;
 padding-bottom: 8px;
 padding-right: 8px;
}



-->
