@charset "UTF-8";
/* CSS Document */

body {
	font:10px "Arial";
	letter-spacing: 0.5px;
	font-weight:normal;
	line-height: 1.2em;
	color: #838383;
	margin: 0 auto;
	background-color:#222222;
	padding:0px;
}

a:link, a:active, a:visited { 
	color: #333333;
	text-decoration: none;	
}

a:hover {
	color: #333333;
	text-decoration: none;	
}

/*  L A Y O U T  */

#content {
	position: absolute;
	height: 100%;
	white-space: nowrap;
	margin: 0px auto;
}

#info {
	position: fixed;
	width: 600px;
	margin-top: 80px;
	margin-left: 210px;
}

#logo {
	position: fixed;
	z-index: 100;
	left: 60px;
	border: 0px;
}

#menu {
	position:relative;
	top:70px;
	left:30px;
}

#clear {
	clear: both;
}



/*  T E X T  */


.menu_list {	
	width: 150px;
}
.menu_head {
	cursor: pointer;
	position: relative;
	margin:10px 0px 10px 0px;
	color:#333333;
}

.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#838383;
  text-decoration:none;
  padding-left: 5px;
}

.menu_body a:hover{
  color: #333333;
  text-decoration:line-through;
}


/*  E L E M E N T S */


.icon {
	border: 0px;
}

.portImage {
	border: 0px;
	height: 100%;
	width: auto;
	display: inline-block;
}

.menuLine {
	border-top: 1px solid #dddddd;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 150px;
}
