body {
	margin: 10;
	padding: 0;
	background: #445544;
	background-image: url('bg_pattern.gif');
	background-repeat: repeat;
	background-position: center;
	color: #ffee99;
	}

a:link {
	color: #99eeff;
	text-decoration: none;
	}

a:visited {
	color: #bbbb55;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	}

#page h1 {
	text-align: center;
	font-size: 2.75em;
	}

#page h3 {
	font-size: 1.5em;
	}

#page p {
	left: 1em;
	}

#photo-box { 
	position: absolute;
	width: 80%;
	top: 80px;
	left: 10%;
	text-align: left;
	z-index: 0;
	border: 2px solid #996600;
	padding-top: 2em;
	padding-bottom: 2em;
	}

#photo-box h3 {
	margin-left: 0.75em;
	}

#photo-box p {
	margin-left: 1em;
	margin-right: 1em;
	text-indent: 2em;
	}

#photo-box ul {
	list-style-type: none;
	}

#photo-box table {
	width:	80%;
	margin-left: 1em;
	margin-right: 1em;
	text-indent: 2em;
	}

/*--  Rounded-corner boxes method hat-tip: Stu Nicholls --
*/
.xsnazzy {
        background: transparent;
        margin: 1em;
        }

.xb2, .xb4, .xb5, .xb6, .xb7 {
        display: block;
        overflow: hidden;
        font-size: 0;
        }

.xb2, .xb4, .xb5, .xb6 {
        height: 1px;
        }

.xb4, .xb5, .xb6, .xb7 {
        background: #996600;
        border-left: 2px solid #996600;
        }

.xb2 {
        margin: 0 0 0 6px;
        background: #996600;
        }

.xb4 {
        margin: 0 0 0 4px;
        background: #663300;
        border-width: 0 3px;
        }

.xb5 {
        margin: 0 0 0 3px;
        background: #663300;
        border-width: 0 2px;
        }

.xb6 {
        margin: 0 0 0 2px;
        background: #663300;
        border-width: 0 2px;
        }

.xb7 {
        margin: 0 0 0 1px;
        background: #663300;
        border-width: 0 2px;
        height: 2px;
        }

.nav-hi {
        background: #663300;
        border: 2px solid #996600;
        border-width: 0 0 0 2px;
        }

.nav-link {
	display: block;
        background: #663300;
        border: 2px solid #996600;
        border-width: 0 0 0 2px;
	padding-top: .2em;
        }

#nav {
	font-size: 1.25em;
	position: absolute;
	top: -1em;
	right: -1em;
        filter: alpha(opacity=70);
        opacity: 0.7;
        -moz-opacity: 0.7;
	}

#nav small {
	font-size: 0.75em;
	}

#nav ul {
        margin: 0;
        padding: 0px 0px 0px 10px;
	list-style-type: none;
	display: inline;
        }

#nav li {
        font-size: 16px;
	list-style-type: none;
        padding: 2px 8px 0px 2px;
	display: inline;
        }

#nav a:link {
        color: #99eeff;
        text-decoration: none;
        }

#nav a:visited {
        color: #cccc66;
        text-decoration: none;
        }

#nav a:hover, a:active {
        color: #ffffff;
        background: #000000;
        text-decoration: none;
        }
