body {
	background-color: #000000;	
}

a { 
	color:white;
	text-decoration:none;
}		
a:link { 
	color:white;
	text-decoration:none;
}
a:visited { 
	color:white;
	text-decoration:none;
}
a:hover { 
	color:white;
	text-decoration:underline;
}
a:active { 
	color:white;
	text-decoration:underline;
}

#page {
	margin: 0px auto;
	width: 1268px;
	height: 600px;
	background-position: top center;
	background-image: url('../images/OuijaPageblank.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
}

#content {
	margin: 0px auto;
	text-align: center;
	padding-top: 136px;
	width: 640px;
	height: 464px;			
}

#content object { background-color: black; }

#sidebar {
	padding-top: 120px;
	float: left;
	width: 300px;
	height: 600px;
}

#rightsidebar {
	padding-top: 120px;
	float: right;
	width: 300px;
	height: 600px;
}

/** LIST STYLE 1 */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 220%;
}

.item1 {
	height: 60px;
	text-align: left;
	vertical-align: bottom;
	font-family: Courier New;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.item2 {
	height: 60px;
	text-align: left;
	vertical-align: bottom;
	font-family: Courier New;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
