@charset "UTF-8";
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cfebf9;
	color: #603913;
}

.layout {
	height: 100%;
	width:100%;

}

.center, .east, .west, .north, .south {
	border: 1px solid #cfebf9;
	text-align: center;
	display: inline-block;
}
.center {
	margin: 0px;
	overflow: auto;
	height:80%;
	max-height:80%;
	min-height:80%;
}

.east {
	width: 40%;
	height:80%;
	max-height:80%;
	min-height:80%;

}

.west {
	width: 50%;
	height:80%;
	max-height:80%;
	min-height:80%;
	
	max-width:50%;
	min-width:50%;
	background-image: url(../img/center-line.gif);
	background-size:1px 100%;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 0px;
}
.selected {
	color: #603913 !important;
}
#sig {
	margin-right: 7px;
	margin-top:160%;
}
.right {
	float: right;
}

.north {
	height: 10%;
	max-height:10%;
	min-height:10%;
	text-align:center;
}

.south {
	height: 10%;
	background-color: #F99;
}
ul {
	font-size: 11px;
	text-align: left;
	color: #999;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: -40px;
}
ul#main_menu {
	font-size: 11px;
	text-align: right;
}
li {
	list-style-type: none;
	margin-bottom: 0px;
	cursor: pointer;
}
#center_content {
	text-align: left;
	width: 70%;
	font-size: 11px;
	margin: 0px;
}
#fullBio_btn {
	text-transform: uppercase;
	color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}
#fullBio_btn1, #fullBio_btn2  {
	text-transform: uppercase;
	color: #999;
	cursor: pointer;
}
#full_bio , #reviews, #9livesofmara, #vidiyummunn{
	color: #999;
}
a {
	color: #999;
	text-decoration: none;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
span{
font-size:10px;
}
