body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: white;
}

body img {
	border: 0;
}

/* browser upgrade notice for IE 6 and 7 */
#warning {
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: #FFF;
	margin-top: 0px;
	padding: 5px;
	border-bottom: solid 4px #000;
}

/* FONTS */

/* serif - Linux Libertine */

@font-face {
    font-family: 'LinuxLibertineORegular';
    src: url('fonts/linlibertine_re-4.7.5ro-webfont.eot');
    src: url('fonts/linlibertine_re-4.7.5ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/linlibertine_re-4.7.5ro-webfont.woff') format('woff'),
         url('fonts/linlibertine_re-4.7.5ro-webfont.ttf') format('truetype'),
         url('fonts/linlibertine_re-4.7.5ro-webfont.svg#LinuxLibertineORegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* serif bold - Linux Libertine bold */

@font-face {
    font-family: 'LinuxLibertineOBold';
    src: url('fonts/linlibertine_bd-4.1.5ro-webfont.eot');
    src: url('fonts/linlibertine_bd-4.1.5ro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/linlibertine_bd-4.1.5ro-webfont.woff') format('woff'),
         url('fonts/linlibertine_bd-4.1.5ro-webfont.ttf') format('truetype'),
         url('fonts/linlibertine_bd-4.1.5ro-webfont.svg#LinuxLibertineOBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* sans-serif - CartoGothic */

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('fonts/CartoGothicStd-Book-webfont.eot');
    src: url('fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Window-width top banner */

#masthead {
	position: fixed;
	width: 100%;
	height: 205px;
	margin: 0;
	padding: 0;
/*	border: 1px solid red; */
	z-index: 10;
	background-color: #99CCCC;
}

/* Centered content of masthead */

#mastcenter {
	position: relative;
/*	border: 1px solid green; */
	width: 900px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

#menustripe {
	position: relative;
	width: 175px;
	height: 30px;
	margin: 0;
	background-color: #6F624D;
}

#squareone {
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	right: 30px;
	background-color: #FFF3DC;
}

#squaretwo {
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	right: 0px;
	background-color: #FFDD75;
}

#squarethree {
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0;
	right: -1000px;
	background-color: #D2794F;
}

#titlebar {
	position: absolute;
	width: 3000px;
	height: 175px;
	left: -1000px;
	bottom: 0;
	background-color: #B8AB99;
}

/* #logobox {
	position: absolute;
	left: 0px;
	width: 175px;
	height: 175px;
	background-color: white;
	background-image: url(images/pinangled.png);
	background-repeat: no-repeat;
	background-position: center;
} */

#textpic {
	position: absolute;
	left: 55px;
	top: 30px;
/*	border: 1px solid red; */
	width: 600px;
	height: 175px;
	margin-left: 5px;
	background-image: url(images/logotitle.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#leftvertstripe1 {
	position: absolute;
	width: 1000px;
	height: 1600px;
	left: -1000px;
	top: 0;
	margin: 0;
	padding: 0;
	background-color: #99CCCC;
/*	border: 1px solid red; */
}

#leftvertstripe2 {
	position: absolute;
	width: 175px;
	height: 1600px;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	background-color: #6A573E;
/*	border: 1px solid red; */
}

#rightvertstripe {
	position: absolute;
	width: 1000px;
	height: 1600px;
	right: -1000px;
	top: 50;
	margin: 0;
	padding: 0;
	background-color: #FFF3DC;
/*	border: 1px solid red; */
}

/* Menu */

#menucontainer {
	position: fixed;
	top: 205px;
	width: 175px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 20;
	margin: 0;
/*	border: 1px solid red; */
}

#menucontainer a {
	text-decoration: none;
}

#menu {
	position: relative;
	top: 0;
	left: 0;
	width: 175px;
}

#menu a {
	display: block;
	color: white;
	font-family: CartoGothicStdBook, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.12em;
	padding: 0.4em 0.9em 0.2em 0.9em;
}

#menu a:hover {
/*	color: #333366; */
	background-color: #D2794F;
}

#menucontainer #sistersite {
	position: relative;
	display: block;
	margin: 20px auto 0 auto;
	padding-top: 20px;
	width: 155px;
	height: 55px;
	background-image: url(images/tinybucket.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	border-top: 2px solid white;
}

#menucontainer #sistersite p {
	color: white;
	margin: 0 0 0 45px;
	line-height: 18px;
	text-align: center;
	font-size: 0.9em;
	font-family: LinuxLibertineORegular, Georgia, Verdana, serif;
	letter-spacing: 0.1em;
}

/* main container */

#main {
	position: relative;
	width: 900px;
	height: auto;
	margin: 0 auto;
	background-color: white;
	border-top: 1px solid red;
}

#middle {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 30em;
	margin-top: 205px;
	margin-bottom: 75px;
/*	border: 1px solid red; */
}

#content {
/*	min-height: 100%; */
	position: relative;
	margin: 0 0 0 175px;
	padding: 1.5em 2em 1em 2em;
	font: 1.1em LinuxLibertineORegular, Georgia, Verdana, serif;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	text-align: left;
/*	border: 1px solid red; */
}

#content h2 {
	font-family: CartoGothicStdBook, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	color: #6A573E;
	margin: 0;
}

#content h3 {
	font-family: CartoGothicStdBook, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 2em 0 0.7em 0;
	color: #6A573E;
	border-bottom: 2px solid #6A573E;
}

#content h4 {
	font-family: LinuxLibertineOBold, Georgia, Verdana, serif;
	font-weight: normal;
	display: block;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}

#content .coname {
	display: inline;
	font-family: LinuxLibertineOBold, Georgia, Verdana, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0.05em;
}

#content strong {
	font-family: LinuxLibertineOBold, Georgia, Verdana, serif;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0.05em;
}

#content a {
	text-decoration: none;
	color: #D2794F;
}

#content a:hover {
	color: #6A573E;
}

#content .notice {
/*	display: block; */
	position: relative;
	clear: both;
	border: 1px solid white;
	min-height: 55px;
	padding: 0 0 0 60px;
	margin: 0 5em 0 0;
	background-image: url(images/tinypin.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#content .imgright {
	float: right;
	margin: 1em 0 1em 1.5em;
	-moz-box-shadow: 10px 10px 7px #BBB;
	-webkit-box-shadow: 10px 10px 7px #BBB;
	box-shadow: 10px 10px 7px #BBB;
}

#content .left {
	float: left;
	width: 59%;
/*	border: 1px solid red; */
}

#content .right {
	float: left;
	width: 39%;
/*	border: 1px solid red; */
}

#footer {
	position: fixed;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 75px;
	background-color: #99CCCC;
	color: #6A573E;
	z-index: 10;
}

#footer a {
	text-decoration: none;
	color: #D2794F;
}

#footer #footercenter {
	position: relative;
	border: 0;
	width: 900px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

#footer #footerstripe1 {
	position: absolute;
	bottom: 0;
	left: -1000px;
	width: 1000px;
	height: 100%;
	background-color: #6A573E;
}

#footer #footerstripe2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 175px;
	height: 100%;
	background-color: #D2794F;
}

#footer #contactinfo {
	position: absolute;
	display: block;
	margin-left: 175px;
	font-family: CartoGothicStdBook, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	padding-left: 2em;
}

#tagline {
	position: absolute;
	width: 475px;
	height: 50px;
	bottom: 10px;
	right: -50px;
	background-image: url(images/tagline.png);
	background-repeat: no-repeat;
	background-position: right center;
/*	border: 1px solid red; */
	z-index: 20;
}