body{ 
	background-color: #BFCBE5;
	margin: 0px;
}

#header{
	background-color: #BFCBE5;
	width: 755px;
	height: 60px;
}

	#blank{
		position: relative;
		background-color: #BFCBE5;
		width: 755px;
		height: 101px;
		border:0px;
		z-index: 1;
		}
	
#page{
	position: relative;
	background-color: #BFCBE5;
	width: 755px;
	height: 600px;
	border: 0px solid #333;
	padding-left:0px;
	background-image:url(images/middle.jpg);
	background-repeat:repeat-y;
	background-position:center;
	z-index: 1;
}

	#mantra{
		position:absolute;
		top: 5px;
		left: 10px;
		z-index: 3;
	}
	#mugshot{
		position: absolute;
		top: -50;
		right: -50;
		border: 0px solid #333;
		width: 227px;
		height: 231px;
		z-index: 2;
	}
	
	#contacts{
		position: absolute;
		top: 81px;
		left: 5px;
		width: 550px;
		margin-left:5px;
		margin-right:235px;
		text-align:center;
		font: normal 10px Verdana;
		color: #666;
		z-index: 4;
	}
	
	#nav{
		position: absolute;
		top: 112px;
		right: -20;
		width: 91px;
		height: 80px;
		z-index: 3;
	}
		#nav_button1{
			width: 89px;
			padding: 2 0 2 0;
			border: 1px solid #333;
			background-color: #efefef;
		}
		#nav_button2{
			position: relative;
			top: 5px;
			width: 89px;
			padding: 2 0 2 0;
			border: 1px solid #333;
			background-color: #efefef;
		}
	
	
		
	#content{
		position: absolute;
		top: 152px;
		left: 24px;
		width: 340px;
		margin: 5px;
		text-align: left;
		z-index: 4;
	}
	
	#content_left{
		position: absolute;
		top: 140px;
		left: 24px;
		width: 230px;
		margin: 5px;
		text-align: left;
		z-index: 4;
	}
	
		#content_left P{
			color: #666;
			font-family: Verdana;
			margin: 0px;
			font-size: 12px;
			line-height:120%;
		}
	
	#line_v{
		position: absolute;
		top: 140px;
		left: 280px;
		width: 20px;
		margin: 5px;
		height:400px;
		background-image:url(images/line_v.jpg);
		background-position:center;
		background-repeat:repeat-y;
		z-index: 4;
	}	
	
	#content_right{
		position: absolute;
		top: 140px;
		left: 324px;
		width: 350px;
		margin: 5px;
		text-align: left;
		z-index: 4;
	}
		#content_right P {
			line-height:120%;
		}
	
	#copyright{
		position: relative;
		width: 755;
		bottom: 0px;
		height:72px;
		background-image:url(images/footer.jpg);
		background-repeat:no-repeat;
		text-align:center;
	}
		
			#copyright_text{
				position: relative;
				width: 755;
				top:40px;
				text-align:center;
			}
	
	
	#footer{
		position: relative;
		width: 430;
		bottom: -20px;
	}


P{
	color: #333;
	font-family: Verdana;
	margin: 0px;
	font-size: 12px;
}
TD{
	color: #333;
	font-family: Verdana;
	margin: 0px;
	font-size: 12px;
}
li{
	color: #666;
	font-family: Verdana;
	margin: 0px;
	font-size: 11px;
}
P img {
	margin:5px;
	border: 1px solid black;
}
A{
	text-decoration: underline; 
	font-weight:normal;
	color: #000;
}
A:hover{
	text-decoration: none;
	color: #666;
}


.h1{
	font: bold 14px Verdana;
	color: #000000;
}
#h1{
	background-image:url(images/arrow_white.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	padding-bottom:10px;
	font: bold 14px Verdana;
	color: #000000;
}
		#h1_text {
			padding-left:25px;
			padding-bottom:10px;
			font: bold 14px Verdana;
			color: #000000;
		}
.h2{
	font: bold 11px Verdana;
	color: #666;
}
#h2{
	padding-bottom:10px;
	font: bold 11px Verdana;
	color: #666;
	text-transform:capitalize;
}
.h3{
	font: bold 11px Verdana;
	color: #d3c1bf;
}

.input{ 
	border: 1px solid #BFCBE5;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

.button {
	color:#666;
	font-weight:normal;
	font-size:11px;
}
.spacer {
	margin-top: 20px;
	padding-top: 10px;
	padding-bototm: 20px;
	font-weight:normal;
	font-size:11px;
}
