body {
	margin: 0; 
	padding: 0;
	background: #000;
	font-family: Helvetica;
}

img {
	border: 0;	
}

h1 {
	
	border-left: 1px solid #CCC;
	padding: 5px;
	font-variant: small-caps;
	font-size: 20px;
	color: #09F;
	font-family: Helvetica;
}

h2 {
	font-variant: small-caps;
	font-size: 17px;
	color: #09F;
	font-family: Helvetica;
}

h3 {
	font-variant: small-caps;
	font-size: 15px;
	color: #999;
}

p, li{
	font-family: Helvetica;
	font-variant: small-caps;
	font-size: 13px;
	text-align: justify;
	color: #000;
}

	a {
		color: #09F;
		text-decoration:none;
	}
	
	a:hover { 
		text-decoration: none; 
		border-bottom: #09F solid thin; 
	}

.wrapper {
	margin: 0 auto;
	width: 950px;
}

.header {
	height: 120px;
	position: relative;
}

	.header p {
		font-family: Helvetica;
		font-size: 15px;
	}
	
	.header a {
		color: #66CCFF; 
	}
	
	.header a:hover {
		border-bottom: #66CCFF solid 1px; 
	}

.content {
	border: 1px solid #CCC;
	width: 950px;
	height: 650px;
	background: url(../images/bg.jpg) no-repeat;
	position: absolute;
}

	.content p, li {
		font-variant: normal;
		line-height: 1.75;
	}
	
	.content span { color: #09F; }

.footer {
	color: #444;
	position: absolute;
	top: 770px;
	width: 950px;
}

	.footer p {
		color: #444;
	}

	.footer span {
		color: #666;
	}
	
	.footer a {
		color: #444;	
	}
	
	.footer a:hover { 
		text-decoration: none; 
		border-bottom: #555 solid thin; 
	}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
}

/* Slider */

#jFlowSlide{
	width: 885px;
	background:#FFF;
	color: #000;
	margin-top: 85px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#myController { 
	width:900px; 
	background:#EEE;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align:center;
	color:#66CCFF;
	border-top: 1px solid #999;
}

	#myController span {
		color: #000;	
	}

	#myController span.jFlowSelected { 
		color: #000;
		background: #66CCFF;
	}

.slide-wrapper { 
	padding: 25px; 
}

.slide-thumbnail {
	width:300px; 
	float:left;
	padding-left: 5px;
	padding-top:12px;
}

	.slide-thumbnail a, .slide-thumbnail a:hover {
		text-decoration: none;
		border: 0;
	}

	.slide-thumbnail img {
		max-width:300px; 
	}

.slide-details { 
	width:480px; 
	float:right;

	color:#000;
}

	.slide-details h2 { 
		font-size:1.5em; 
		font-weight:normal; 
		line-height: 1; 
		margin: 0; 
	}
	
	.slide-details .description { 
		margin-top:10px; 
		font-size: 12px;
	}

.jFlowControl, .jFlowPrev, .jFlowNext { 
	color: #66CCFF;
	cursor:pointer; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:2px; 
	padding-bottom:2px;
	font-family:Helvetica;
	font-size: 15px;
	font-variant:small-caps;
}

.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {
	background: #66CCFF;
	color: #000;
}
