@charset "utf-8";
.ssp {
	position: absolute;
	width:580px;
	height:646px;
	top: 50%;
	left: 50%;
	margin-top: -323px;  /* half of height */
	margin-left: -290px; /* half of width */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}

.about {
	position: absolute;
	width:580px;
	height:646px;
	top: 50%;
	left: 50%;
	margin-top: -323px;  /* half of height */
	margin-left: -290px; /* half of width */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}

.blurb {
	width: 200px;
	height: 500px;
	top: 0%;
	left: 0%;
	padding: 0px;
	position: absolute;
	margin-top: 205px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.portrait {
	cursor: help;
}

.bodybg {
	background-image:url(../imgs/bg_stripes2.gif);
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.container {
	position: absolute;
	width: 920px;
	height: 646px;
	top: 50%;
	left: 50%;
	margin-top: -323px;
	margin-left: -460px;
	text-align: center;
}

.navigation {
	position: absolute;
	left: 10px;
	width: 121px;
	height: 646px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
/* End */

.logo {
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
text-align:right;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 200px;
left: 10px;
width: 121px;
text-align:right;
}

#menu dt {
	cursor: pointer;
	margin: 0px 0;
	height: auto;
	line-height: 15px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu dt img{
	border: 0px;
}

#menu dt a:hover{
	background-color: #333333;
}

#menu dd {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}
#menu li {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover, #menu dt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
