﻿
* {margin: 0; padding: 0;	}

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body {
	background: #000 url(images/cont-back.jpg) repeat-y left top scroll;
	font-size: 62.5%;
	
}

.ferris {
	background: #000 url(images/ferris.jpg) no-repeat left top;
	float:left;
	width:1011px;
	height:935px;	
}

.kids-paint {
	background: #000 url(images/kids-paint.jpg) no-repeat left top;
	float:left;
	width:1011px;
	height:935px;	
}

.train {
	background: #000 url(images/train.jpg) no-repeat left top;
	float:left;
	width:1011px;
	height:708px;	
}

.lighthouse {
	background: #000 url(images/lighthouse.jpg) no-repeat left top;
	float:left;
	width:1011px;
	height:935px;	
}

.boy {
	background: #000 url(images/boy.jpg) no-repeat left top;
	float:left;
	width:1011px;
	height:935px;	
}

.joker {
	background: #000 url(images/joker.jpg) no-repeat left top;
	float:left;
	width:1011px;
	height:935px;	
}

.connect {
	background: #000 url(images/connect.jpg) no-repeat left top;
	float:left;
	width:1011px;
	height:935px;	
}

#headerwrapper {
	width: 505px;
	height: 180px;
	margin-top: 235px;
	margin-left: 120px;
}

#header_left {
	width: 255px;
	float: left;
}

#header_right {
	float: right;
	width: 185px;
	padding-top: 20px;
	font-size: 1.4em;
}

#main_content {
	width: 393px;
	margin-top: 106px;
	clear: both;
	margin-left: 100px;
	font-size: 1.2em;
}

#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 100px;
	text-align: center;
	border-top: 1px dotted #090909;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
border-bottom: 1px solid #CCCCCC;
width: 175px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #CCCCCC;
}

#navlist li a {
	border:medium none;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	text-decoration: none;
	color: #6c0f6d;
}

#navlist li a:hover {
	color:#000000;
}



/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 20px 0px;
	color: #777777;
	line-height:23px;
}

.p2 {
	color:#667;
	font-family:'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size:17px;
	line-height:24px;
	margin:11px 20px 16px;
	text-align:right;
}
	
h1 {
	font-size: 3em;
	font-style: italic;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	background-color:#EEEEEE;
	color:#6C0F6D;
	font-size:13pt;
	padding-left:5px;
	padding-top:1px;
}

h3 {
	font-size:3em;
	font-weight:normal;
	left:25%;
	letter-spacing:4px;
	line-height:1em;
	margin-left:16px;
	text-transform:uppercase;
	top:97px;
	width:75%;
	}

.heading_color {
	color: #dd9ade;
	font-style: normal;
}

blockquote {
	font-size: 1.6em;
	font-style: italic;
	color: #999999;
	background: url(images/quote.gif) no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.quote_author {
	text-align:center;
	color:#E186E2;
	font-family:undefined;
	font-size:1.4em;
	font-style:italic;
	line-height:26px;
	margin:0;
}

.date {
	font-size: .6em;
	color: #CCCCCC;
	
}

a:link {color: #6C0F6D}     /* unvisited link */
a:visited {color: #6C0F6D}  /* visited link */
a:hover {color: #0a0a0a}   /* mouse over link */
a:active {color: #0a0a0a}   /* selected link */

.p3 {	
	font-size:16px;
	font-style:italic;
	line-height:16px;
	text-align:center;
}

.p4 {
	color:#717171;
	font-family:times,serif,Times New Roman;
	font-size:1.5em;
}

.divi {
	width:192px;
	height:33px;
	background: transparent url(images/divi.jpg) no-repeat;
}

.flr {
	float:right;
}