@charset "UTF-8";

#leftcolumn {
	background-color: #000000;
	background-image: url(ps1.png);
	background-repeat: no-repeat;
	min-height: 100%;
	width: 138px;
	position: fixed;
	z-index: -1;
	left: 30px;
	top: 0px; }

#rightcolumn {
	background-color: #000000;
	background-image: url(ps2.png);
	background-repeat: no-repeat;
	min-height: 100%;
	width: 681px;
	position: absolute;
	z-index: -2;
	left: 185px;
	top: 0px; }

#navcontainer {
	position: fixed; 
	z-index: 1;
	left: 30px;
	top: 240px; }
	

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	font-family: Arial Black, Gadget, sans-serif;
	letter-spacing: 1.5px;
	}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a {
	display: block;
	padding: 5px 20px;
	margin-bottom: 10px;
	width: 98px;
	color: #000;
	background-color: #fa3e5e;
	text-decoration: none; }

#navcontainer a:hover {
	color: #fff;
	background-color: #ba8f94;
	text-decoration: none; }

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 35px;
	width: 98px;
	color: #fff;
	background-color: #fc4e83;
	text-decoration: none; }

#navcontainer ul ul a:hover {
	color: #000;
	background-color: #8ebcbd;
	text-decoration: none; }
	
#content {
	width: 681px;
	position: static;
	height: 100%;
	z-index: 2;
	left: 185px;
	top: 15px;
}
	
	
#content p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-align: justify;
	line-height: 19px;
	letter-spacing: 1.5px;
	text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black; }
	
#content h1 {
	color: #0fe7f5;
	font-size: 25px;
	font-family: MS Serif, New York, serif;
	font-style: italic;
	font-weight:lighter;
	text-align: right;
	letter-spacing: 1px;
	margin-bottom: -15px;
	margin-right: -15px; }
	
#content em {
	color: #8ebcbd; }
	
#content strong {
	color: #F3B252; 
	letter-spacing: -1px;}
	
#content a:link {
	color: #fa3e5e; 
	text-decoration: none;
	background-color: #000000; }
	
#content a:hover {
	color: #45fef6; 
	text-decoration: none;
	background-color: #000000; }
	
#content a:active {
	color: #fc4e83; 
	text-decoration: none;
	background-color: #000000; }
	
#content a:visited {
	color: #fa3e5e;  
	text-decoration: none;
	background-color: #000000; }
	
#content h2 {
	color: #0fe7f5;
	font-size: 25px;
	font-family: MS Serif, New York, serif;
	font-style: italic;
	font-weight:lighter;
	text-align: left;
	letter-spacing: 1px;
	margin-left: -15px; }
	
	#content h2 a:link {
	color: #0fe7f5;
	text-decoration: none;
	font-size: 25px;
	font-family: MS Serif, New York, serif;
	font-style: italic;
	font-weight:lighter;
	text-align: left;
	letter-spacing: 1px;
	margin-left: -15px; }
	
	#content h2 a:visited {
	color: #0fe7f5;
	text-decoration: none;
	font-size: 25px;
	font-family: MS Serif, New York, serif;
	font-style: italic;
	font-weight:lighter;
	text-align: left;
	letter-spacing: 1px;
	margin-left: -15px; }
	
	#content img {
	margin-left: -15px;
	}
	
	.extrasmall{
	font-size:7px;
	}
