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

body {
	font:11px "Trebuchet MS";
	line-height: 1.2em;
	color: #9a9a9a;
}

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

a:hover { 
	color: #cf8bcf;
	text-decoration: line-through;	
}

/*  L A Y O U T  */

#content {
	position: absolute;
	height: 500px;
	margin-top: 187px;
	margin-left: 210px;
	white-space: nowrap;
}

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

#navigation {
	position: fixed;
	width: 150px;
	height: 100%;
	z-index: 100;
	background-color: #ffffff;
	top: 45px;
	left: 45px;
	text-align: right;
}



/*  T E X T  */


.listmenu ul {
	margin: 0px 15px 0px 0px;
	list-style-type: none;
	color: #cc99cc;
	padding:0px;
}

.listmenu li a {
	color: #9a9a9a;
	text-decoration: none;
}

.listmenu li a:visited {
	color: #cccccc;
	text-decoration: none;
}

.listmenu li a:hover {
	color: #9a9a9a;
	text-decoration: line-through;
}


.listpink ul {
	margin-top: 0px 0px 0px 0px;
	list-style-type: none;
	color: #cf8bcf;
	padding:0px;
}

.listpink li a {
	color: #cf8bcf;
	text-decoration: none;
}

.listpink li a:visited {
	color: #cf8bcf;
	text-decoration: none;
}

.listpink li a:hover {
	color: #cf8bcf;
	text-decoration: line-through;
}


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


.icon {
	border: 0px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.portImage {
	border: 0px;
	margin-right: 8px;
	vertical-align: top;
}
