body {
	background-image: url("../images/x.jpg");
	background-color: #000;
	background-position: top-left;
	background-repeat: no-repeat; 
	z-index: -2;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
/*        font-size: 80%;*/
	font-size: 11px;
        line-height: 150%;
	color: #f5f3f3;
}



/*img {
	border: 0px;
}*/

a {
	text-decoration: none;
	color: #fde300;
}

a:hover {
	text-decoration: none;
	color: #c05d00;
}

p {
	margin-top: -5px;
	margin-bottom: -10px;
	padding: 10px;
}

h2 {
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0px;
        padding: 10px;
}

h3 {
	color: #fde300;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}

#toplink {
	text-align: right;
	padding-right: 10px;
}

#container {
	width: 842px;
	margin: 10px auto;
}

#footer {
	width: 840px;
	padding: 0px;
	color: #ccc;
	text-align: center;
}


#content {
	z-index: -1;
	margin: 25px auto;
	border: 2px solid #fff;
	width: 840px;
	height: 480px;
	overflow: auto;
	background: #000;
	/* css standard */
	opacity:0.8;
	/* for mozilla */
	-moz-opacity:0.8;
	/* for IE */
	filter:alpha(opacity=80);
}

/* for proof pages */
#content2 {
	margin: 25px auto;
	border: 2px solid #fff;
	width: 842px;
	height: auto;
	overflow: auto;
	background: #000000;
	
}

#contenthome {
	z-index: -1;
	margin: 25px auto;
	border: 2px solid #000;
	width: 840px;
	height: 550px;
	overflow: auto;
	background: #000;
	/* css standard */
	opacity:0.8;
	/* for mozilla */
	-moz-opacity:0.8;
	/* for IE */
	filter:alpha(opacity=80);
}

#contentfla {
	z-index: -1;
	margin: 5px auto;
	border: 2px solid #000;
	width: 840px;
	height: 500px;
	overflow: auto;
	background: #000;
	/* css standard */
	opacity:0.8;
	/* for mozilla */
	-moz-opacity:0.8;
	/* for IE */
	filter:alpha(opacity=80);
}


#flashcontent {
	height: 474px;
}

#navcontainer ul
{
	
	font-size: 15px;
	padding-right: 20;
	margin: 10;
	float: center;
	width: 800px;
	height: 10px;
}


#navcontainer ul li
{
	display: inline;
}


#navcontainer ul li a
{
	display: inline;
	padding: 10px 15px 0px;
	color: #fde300;
	text-decoration: none;
	/* if the next line is "float: right" then you'll have
	 * to uncomment the line to reverse the menu in the javascript */
	float: right;
}

#navcontainer ul li a:hover
{
	color: #c05d00;
}

.gallery table {
	float: left;
	margin-bottom: 20px;
}

.gallery img {
	border: solid 2px #fff;
}

td.caption {
	text-align: center;
}
