*
{
	margin: 0px;
	padding: 0px;
}

a:link
{
	color: #ccc;
}

a:visited
{
	color: #ccc;
}

a:hover
{
	color: #666;
}

a:active
{
	color: #666;
}

h1
{

}

h2
{
	margin-top: 5px;
}

h3
{
	margin-top: 20px;
}

h4
{

}

p
{
	margin-top: 10px;
}

p.indent
{
	text-indent: 15px;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	color: #ccc;
	background-color: #000;	
}

#divMain
{
	background-color: #fff;
	padding: 40px;
	margin: 0 auto;
	width:900px;
	height:900px;
	background: url(../images/Backgrounds/Backflash.jpg) no-repeat top left;	
}

#divHeader
{
	width: 800px;
	height: 250px;
	float: left;
}

#divLogo
{
	width: 350px;
	height: 150px;
	float: left;
}

#divMedia
{
	padding-top: 40px;
	width: 300px;
	height: 150px;
	float: right;
display: inline;
}


#divContent
{
	background-color: #000;
	float: left;
	margin-right: 50px;
	height: 546px;
    width: 486px;
	border: 2px #ccc solid;
	text-align: justify;
	opacity: 0.85;
	filter: alpha(opacity=85);
        display: inline;	
}

#divContentBox
{
	float: left;
	padding: 10px;
	height: 526px;
    width: 466px;
	background: #000;
	color: #ccc;
	overflow: auto;
	display: inline;	
}

#divNavigation
{
	background-color: #000;
	opacity: 0.85;
	filter: alpha(opacity=85);
	float: left;
	margin-left: 100px;
	height: 546px;
	width: 108px;
	border-left: 2px #ccc solid;
	border-top: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
display: inline;
}

#divFooter
{
	margin-left: 100px;
	margin-right: 100px;
	float: left;
	width: 600px;
	height: 50px;
display: inline;
}

#footerLinks
{
	float: right;
	text-align: right;
	width: 100px;
}

#footerCopyright
{
	float: left;
	width: 300px;
	color: #ccc;
}

#divNavigation ul
{
    list-style-type: none;
}

#divNavigation li
{
    width: 108px;
	text-align: center;
	line-height: 48px;
	border-bottom: 2px #ccc solid;
	font-size: 20px;
}

#divNavigation a
{
	display: block;
	text-decoration: none;
	color: #ccc;
}

#divNavigation a:hover
{
	color: #666;
}

#divNavigation a:visited;
{
}

#divNavigation a.selected
{
}

#divEnter
{
	font-size: 50px;
	width: 800px;
	height: 300px;
	line-height: 300px;
	text-align: center;	
}

#objMedia
{
	margin-top: 30px;
	margin-left: 60px;
	width: 350px;
	height: 300px;	
}

.answer
{
	padding-bottom: 20px;
}
	
.question
{
	padding-top: 10px;
}