@charset "UTF-8";
/* CSS Document */
/* color schemes picked from colorsontheweb.com with input color ff7733.*/


#body-style{
	background-color:#993300;
}

#browser-window-veil{
	position: absolute;
	top: 0;
	right: 0;
	left:0;
	bottom:0;
	background-color: #000000;
	visibility: visible;
	opacity: 1.0;
	z-index:101;
}

#page-container{
    font-family: Verdana, Geneva, sans-serif;
	position:    absolute;
	width:       942px;
	top:         10px;
	bottom:      5px;
	padding:     5px;
	/*background-color:#ff7733;*/
	margin-left: 50%;
	left:        -471px;
	z-index:     5;
	border-radius: 22px;
}

#header{
	position:absolute;
	overflow:visible;
	top: 0px;
	left: 0px;
	right: 0px;
	height:85px;
	padding: 10px;
	/* background-color:#ff7733; */
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	/*-moz-border-radius-topleft: 22px;
	-moz-border-radius-topright: 22px;*/
    z-index: 100;
}

#aside-left{
	position:absolute;
	width:100px;
	top:105px;
	left:0px;
	bottom:0px;
	/* background-color:#ff7733; */
	border-bottom-left-radius: 22px;
	z-index: 10;
	line-height: 100px;
}
.nintyDegrees{
	position:absolute; 
    height:100px;
	width: 500px;
	left: -200px;
	padding:20px;
	bottom: 250px;
    -webkit-transform: rotate(-90deg);	
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size:35px;
	letter-spacing: 0.7em;
    font-style: oblique;
	font-weight:100;
}

#aside-right{
	position: absolute;
	width:10px;
	top:105px;
	right:0px;
	bottom:0px;
	/* background-color:#ff7733;*/
	border-bottom-right-radius: 22px;
	z-index: 10;
}

#footer{
	position: absolute;
	bottom: 0px;
	right: 10px;
	height:20px;
	left: 100px;
	/* background-color:#ff7733; */
	z-index: 10;
}

#mainContent{
	position: absolute;
	left:100px;
	right:10px;
	top:105px;
	bottom:20px;
	/* background-color:#ffbb99;*/
	padding: 10px;
	border-bottom-right-radius: 22px;
	border-bottom-left-radius: 22px;
    overflow:auto;
	z-index: 10;
}

#name-header{
  display: block;
  top: -40px;
  position: relative;
  left: 120px;
  font-size: 40px;
  letter-spacing: .5em;
  font-style: oblique;
  color: #993300;
}


.figure{
    display: block;
    text-align:center;		
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.figure-centered{
	margin-left: auto;
	margin-right: auto;
	}

.figure-left{
	float: left;
}

.figure-right{
	float: right;
}

.rounded{
	display:block;
    border-radius:22px;
}

.figcaption{
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-weight: 700;
	font-size: 12px;
}
 
.figure-width-300px{
	width: 300px;
}

.figure-width-640px{
	width: 640px;
}

.figure-width-600px{
	width: 600px;
}

.figure-width-720px{
	width: 720px;
}
