body 
{
	font-family:Helvetica;
		background: #ffffff;
	margin: 0;
	padding: 0;
	
	

}


.outer {
display:table;
margin:0 auto;text-align:center;
}

.center {
float:left;
text-align:center;
width:250px;

}

#wrapper {
	background: #181818;
	padding-top: 3em;
	padding-bottom: 3em;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
	margin-bottom:15px;
	height:500px;
	
}

.wrapper{
	background: #181818;
	padding-top: 3em;
	padding-bottom: 3em;
	border: 1px solid #181818;

}

#wrapper2 {
	background: #181818;
	padding-top: 3em;
	padding-bottom: 3em;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
	margin-bottom:15px;
	


	}
	
.center a:link{
text-decoration:none;
color:#999999;

}

.center a:hover{
text-decoration:none;
color:#999999;

}

.center a:visited{
text-decoration:none;
color:#999999;

}


a:link, a:visited {
	color: #6b7b95;
}

a:hover, a:active {
	color: #e79d35;
}

p, h1, li {
	font-size: 1.0em;
	color:#cecece;
}


p.large {
	line-height: 1.5;
	font-size: 1.5em;
}

p.quiet {
	color: #686c70;
	line-height: 1.6;
	font-size: 1.2em;
}

img.displayed {
  padding:5px;
  border:none;}


#header {
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align:center;
}

#header span {
	display: none;
}


#header #logo {
	position: relative;
	width: 233px;
	top: 10px;
	left: 0;

}

#header h1 a {
	display: block;
	width: 1000px;
	height: 100px;
	background: url(logo.jpg) center left no-repeat;
}

#header .container {
	position: relative;
}

#footer
{

	position: absolute;
	right: 0;
	top: 60px;
	

	
}

#footer span
{
	padding-right:15px;
	
}

#footer a
{
}

#flashcontent
{
	height:100%;
	
}

#contactus {


	margin-left: auto;
	margin-right: auto;
	width: 900px;

}

#contactus p
{
	width: 600px;
}



.question
{
	font-weight:bold;
	margin:2px;
	color:#cecece;
}

.answer
{
	padding-top:5px;
	padding-bottom:15px;
	font-size:12pt;
	color:#cecece;
}


hr {
clear:both;
display:block;
visibility:hidden;} 


#showcase{
margin-bottom:20px;
}

