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

Body {
	background:url(/flashimage.swf);
	background:url(Images/background.jpg);
	background-color:#ffffff;
	background-position:top;
	background-repeat: repeat-y;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-transform:none;
}

#con {
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
	border:solid #000000;
	width:1024px;
	height: 800px auto;
	padding-top:0px;
}

#con2 {
	background-color:#000000;
	width:1024px;
	height:1.5em;
}

#col1 {
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:no-repeat;
	padding:10px;
	width: 340px;
	height: 800px auto;
	float:left;
	margin-top:10px;
}

#col2 {
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:no-repeat;
	padding:10px;
	margin: 2px;
	width: 635px;
	height: 800px auto;
	float:left;
}

#nav-menu ul {
	list-style:none;
	margin:0px;
	padding-top:3px;
	padding-left:150px;
	width:1024px;
}	

	#nav-menu li {
		float:left;
		margin: 0px 0px;
		padding-left:0px;
	}
	
	#nav-menu li a {
		background-color:#000000;
		height:1em;
		line-height:1em;
		float:left;
		width:12em;
		display:block;
		border: none;
		color: #ffffff;
		font: century gothic, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		text-align:center;
	}
	
	#nav-menu li a:hover {
		background-color:#330033;
		color:#9966FF;
		font-style:italic;
	}`

#thumbnails ul {
	list-style: none;
	margin:5px;
	padding-left:0px;
	width:300px;
}	

	#thumbnails li {
		list-style:none;
		float:left;
		margin: 20px;
		padding-left:0px;
	}
	
	#thumbnails li a {
		list-style:none;
		background-color:#FFFFFF;
		height:100px;
		line-height:2em;
		float:left;
		width:100px;
		display:block;
		border: solid #CC99FF;
		color: #000000;
	}
	
	#thumbnails li a:hover {
		background-color:#9966FF;
	}`

	.wrapper {
    	min-height: 100%; 
    	height: auto !important; 
    	height: 100%; 
    	margin: 0 auto -4em; 
	} 
	
.footer, .push { 
    height: 4em; 
} 

	
