/* CSS Document */

body {
	margin:0px;
	background-color:#c2d1d3;
	background-color:#ede7e3;
	font:11px Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#000000;
	letter-spacing:0.1em;
	}
	
#banner {
	border:none;
	background-color:#000000;
	width:100%;
	}
	
.invertedshiftdown2{
	padding: 0;
	width: 100%;
	background: transparent;
	}

.invertedshiftdown2 ul{
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	}

.invertedshiftdown2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.invertedshiftdown2 a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: #B5121B; /*Default menu color*/
	border-bottom: 8px solid #c2d1d3;
	border-bottom: 8px solid #ede7e3;
	}

.invertedshiftdown2 a:hover{
	background-color: #B5121B; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #B5121B; /*Highlight red color theme*/
	color: white;
	}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
	background-color: #B5121B; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #B5121B; /*Highlight red color theme*/
	color: white;
	}

#photobox {
	position:absolute;
	left:0px;
	top:190px;
	width:400px;
	height:100%;
	vertical-align:middle;
	display: table-cell;
	text-align:center;
	}	

#content {
	position:absolute;
	left:400px;
	top:190px;
	width:500px;
	height:500px;
	}

.tocheading {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}