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

#animationLayer {
	width: 750px;
	height: 650px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	z-index: 50;
}

/**************************************************************
***************************************************************
*
*                       generic styles
* 
***************************************************************        
**************************************************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 62.5% "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #000000;
}

.clearboth {
	clear: both;
}

.hidden {
	display: none;
	}

/**************************************************************
***************************************************************
*
*                      Page set up
* 
***************************************************************        
**************************************************************/

#pageContainer {
	width: 750px;
	height: 650px;
	margin: 0px auto 0px auto;
	background: #000000 url(/trespass/images/trespass-background.jpg) no-repeat;
	}
	
#homePage #pageContainer {
	background-color: #000000;
	background-image: none;
	}

#contentContainer {
	width: 500px;
	overflow: hidden;
	position: relative;
	left: 250px;
	top: 173px;
	z-index: 100;
	}
/**************************************************************
***************************************************************
*
*                      Navigation
* 
***************************************************************        
**************************************************************/

#primaryNav {
	width: 250px;
	height: 472px;
	display: block;
	float: left;
	padding: 5px 0px 0px 0px;
	}

#primaryNav a {
	color: #ffffff;
	text-decoration: none;
	}

#primaryNav a:hover{
	color: #6633FF;
	}

#primaryNav ul li ul {
	margin-left: 35px;
	}

#primaryNav ul li  {
	font-size: 1.7em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style: none;
	}

#primaryNav ul li ul li {
	font-size: .9em;
	}

/**************************************************************
***************************************************************
*
*                      Content
* 
***************************************************************        
**************************************************************/

#primaryContent {
	width: 250px;
	height: 472px;
	display: block;
	float: left;
	}

#primaryContent p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 10px 40px 10px 0px;
	}

#primaryContent p a {
	color: #6633FF;
	text-decoration: none;
	}

#primaryContent p a:hover {
	color: #cccccc;
	}

#primaryContent p a.largeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6633FF;
	text-decoration: none;
	}

#primaryContent p a.largeLink:hover {
	color: #cccccc;
	}

#primaryContent p.dateInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-right: 20px;
	}

