/* CSS Document */

html {overflow-y: scroll;}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C4A5A;
}

body {
	background: #BD6243;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

.valign {
	vertical-align: top;
	
}

a:link {
	font-weight: bold;
	color: #853221;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #853221;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #233F38;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #233F38;
	text-decoration: underline;
}

.outer {

	z-index: 99;
}

.inner {
	
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.bio {
	
	margin-left: 10px;
}

.heading {
	letter-spacing: .3em;
	font-weight: bold;
	font-style: italic;
}
.area {
	z-index: 1;
	position: relative;
	
}
.circle 	{
	width: 200px;
	height: 154px;
	position: relative;
	left: 850px;
	right: 300px;
	top: -240px;
	z-index: 1;
}
.float {
	
	position: relative;
	top: -200px;
	left: 20px;
	height: 145px;
	width: 117px;
	z-index: 2;
}
.bottom {
	z-index: 3;
	position: relative;
	top: -100px;
	left: 700px;
	height: 87px;
	width: 107px;
}

.forward {
	z-index: 99;
	position:relative;
}


.boxbg {
	background:url(images/texturebg.png);
}

.leftside {
	background-image: url(images/redesign_02.png);
	background-repeat:repeat-y;
	background-position:left;
	width: 82px;
	height: 360px;
}

.rightside {
	background: url(images/right-sidebg.png) repeat-y right;
	width: 79px;
	vertical-align:bottom;

}

.center {
	background: #BD6243;
}

.menu {
	background-color: #c26e52;
	height: 27px;
}

.alphabet {
	z-index: 5;
	position: relative;
	top: -540px;
	left: 10px;
	height: 399px;
	width:29px;
	
}