/* CSS Document */

html{
	height: 100%;
}

body{
	height: 100%;
	font-family: arial;
}

#master{
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -400px;
	width: 800px;
	hright: 100%;
	background: #313131;
	float: left;
}

#banner{
	width: 800px;
	height: 122px;
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}

#ban_fill{
	width: 799px;
	height: 121px;
	border: none;
}

#logo{
	border-bottom: 2px solid #FFFFFF;
}
#main_menu{
	text-align: left;
	padding: 8px;
}

#main_menu a{
	width: 100%;
	display: block;
	color: white;
	font-family: arial;
	text-transform: capitalize;
	font-size: 14px;
	padding: 3px;
	padding-bottom: 5px;
	font-style: italic;
	text-decoration: none;
}

#main_menu a:hover{
	text-decoration: underline;
}

#content{
	width: 806px;
	height: 1336px;
	float: left;
	position: absolute;
	left: 0px;
	top: 122px;
}

#content div#content_right{
	float: left;
	width: 550px;
	height: 1620px;
	background: #530505;
	background-image: url(./images/content_left_bg.jpg);
	background-repeat: repeat-x;
	overflow: scroll;
	padding-bottom: 20px;

}

#content_left{
	float: left;
	width: 224px;
	height: 1600px;
	background: #003837;
	background-image: url(./images/content_right_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;

}

div#footer{
	width: 800px;
	height: 36px;
	text-align: center;
	background: #313131;
	float: left;
	margin: 0px;
	text-align: center;
}
p, .p, li, .li{
	font-family: arial;
	color: #FFFFFF;
	margin: 4px;
	font-size: 11px;
	text-decoration: none;
}

p a, .p a{
	color: #ffffff;
}

h3, .h3{
	font-family: arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: 2px;
}

h2, .h2{
	font-family: arial;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	margin: 2px;
}


h1, .h1{
	font-family: arial;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 500;
	text-transform: normal;
	margin: 2px;
	text-transform: capitalize;
}

.border{
	border-bottom: 2px solid white;
}

.tb{
	border: 1px solid white;
	margin-right: 6px;
}	

.member_tb{
	border: 1px solid black;
	margin: 0px;
	width: 128px;
}	

.left{
	float: left;
}

.right{
	float: right;
}
.main_pic{
	border: 1px solid white;
}

#mem_details span{
	display: block;
	float: left;
	margin: 3px;
}

#mem_details a, .left2 a{
	color: white;
	font-style: italic;
	text-decoration: none;
}

#mem_details a:hover,  .left2 a:hover{
	text-decoration: underline;
}


#mem_details a:visited,  .left2 a:visited{
	color: #EAE09C;
}


#mem_details td{
	vertical-align: top;
	border: 1px solid white;
}


#mem_details tr{
}	

.hid{
	display: none;
}

.list_tb2{

	border: none;
	width: 172px;
}

