@charset "utf-8";
/* CSS Document */

body
{
	background-color:#000000;
	background:url(images/bg_wall.jpg);
	background-attachment:fixed;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
}

.technology
{ /*header of 2nd demo*/
font: bold 14px Verdana;
margin: 10px 0px 0px 0px;
background-color:white;
background:url(images/topichead.jpg);
height:25px;
}

.technology_text
{
	position:absolute;
	margin-top:3px;
	margin-left:15px;
}

.technology_content
{
	width:728px;
	background-color:#FFFFFF;
}

table.master
{
	background-color:#dfdfdf;
	background:url(images/bg_header.jpg);
	width:788px;
}

table.content
{
	background-color:#dfdfdf;
	width:788px;
}

table.menu
{
	width:750px;
}

.content_head
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:10px 10px 0px 10px;
}

.content_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:15px 10px 10px 23px;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: white;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: white;
}
