/* CSS Document */


body
{

	margin: 0 auto;
	background-color:#373737;
	height:100%;
	width:100%;
	min-width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;

}

#screenshot{
	position:absolute;
	border:1px solid #cc66cc;
	background:#000;
	padding:5px;
	display:none;
	color:#cc66cc;
	}
	
	

a {
	font-weight:bold;
	color:#CC66CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
table {border-spacing:0}



#mainContainer{
	margin: 0 auto;
	width:1000px;
	background-image:url(images/bottom_tile.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
}

#top {
	padding:0px;
	height:150px;
	background-image:url(images/top.jpg);
}
#navRow {
	padding:0px;
	margin: 0 auto;
	height: 70px;
}
#content {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	min-height:700px;
	position: relative;
	vertical-align:top;
	top:0px;
}

/*heading*/
#heading {
	position: absolute;
	left: 540px;
	top: -20px;
}
#subNavigation {
	position: absolute;
	left:110px;
	top: 0px;
	font-size: 16px;
	line-height: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
}
#subNavigation a {
	color:#66f;
}


/*Normal content goes in here*/
#invidibleInside {
	float:left;
	min-height:500px;
	text-align:left;
	
	width: 800px;
	padding-left:100px;
	padding-right:100px;
	margin-top:60px;
	margin-bottom:100px;
}

#invidibleInside p {
	width:400px;
}
#invidibleInside ol {
	width:400px;
}


#bottom {
	position:relative;
	clear:both;
	width: 1000px;
	height: 47px;
	margin: 0 auto;
	background-image:url(images/footer.jpg);
}

#bottom a {
	color:#909;
	font-size:12px;
	font-weight:bold;
}

#bottom a:hover {
	color:#000;
}


h1 {
	width:800px;
	padding-top:50px;
}
h2 {
	width:800px;
	padding-top:10px;
}

strong {
	color:#FFF;
}