body {
	background-color: #000000;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11pt;
	color: #FFFFFF;
}

#container {
	width: 811px;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;

}

#main_contents {
	position: absolute;
	width: 811px;
	height: 305px;
	
}

#main_menu {
	position: absolute;
	left:	 0px;
	top: 	305px;
	height: 114px;
	width: 811px;
	background-image:url(img/main_menu.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#panes {

	height: 110px;
	width: 200px;
	overflow: hidden;
}

#content {

	height: 110px;
	width: 200px;
	overflow: hidden;
}


#panes div div { overflow: hidden; }

#open { float: none; cursor: pointer; }
#back { float: none; cursor: pointer; }

img {
	border: 0px none;
}

#contents {
	left: 10px;
	top: 0px;
	position: absolute;
	margin: 0px;
	height: 128px;

}

#hidden {
	display: none;
}

p {
	margin: 0px;
	letter-spacing: 0px;
	color: #FFFFFF
}

h2 {
	margin: 0px 0px 10px;
	font-size: 20px;
	letter-spacing: -1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}
.icon {
	margin-right: 4px;
}

.mail {
	margin-top: 4px;
	vertical-align: text-bottom;
}

.scroll {
	height: 320px;
	overflow: auto; overflow-y: auto; overflow-x: hidden;
}
.grey {
	color: #666666;
}

hr.invisible {
	margin-bottom: 10px;
	border: none;	
}

hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	margin-top: 18px;
	margin-right: 1px;
	margin-bottom: 18px;
	margin-left: 1px;
}

a {
	text-decoration: none;
	color: #cccccc;	
}

.ar_none, .ar_right  {
	background-image: none;
	width: 200px;
	display: block;
	padding-left: 40px;
}

.ar_right {
	background-image: none;
	background-position: 180px center;
	background-repeat: no-repeat;
}

.ar_right:hover {
	background-image: url(img/ar_right.gif);
	background-attachment: scroll;
	background-position: 180px center;
	background-repeat: no-repeat;
}


/* 	------------------------------------
		menu
		------------------------------------ */

#main_menu ul {
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	list-style-type: none;
}

#main_menu img {
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	clear: both;
	background-position: center;

}
#main_menu li {
	padding: 0px 0px 0px 5px;
	height: 23px;
	color: #cccccc;
}