@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0;
	font-size:14px;
	color:#fff;
	background:url(images/bg.gif) repeat-x #0b1018;
	font-family:Arial, Helvetica, sans-serif;
}

.class1 A:link {color:#fff; text-decoration:none;}
.class1 A:hover {text-decoration:underline;}
.class1 A:visited {color:#fff; text-decoration:underline;}

.class2 A:link {color:#696969; text-decoration:none;}
.class2 A:hover {text-decoration:underline;}
.class2 A:visited {color:#696969; text-decoration:none;}
h1
{
	margin-top:15px;
	margin-bottom:15px;
}

p
{
	margin-bottom:15px;
}

table#container
{
	width:800px;
	border:3px solid #000;
	margin-left:auto;
	margin-right:auto;
	background:url(images/bg_content.gif) #000000 repeat-x bottom;
}

table#container td
{
	vertical-align:top;
}

a#logo
{
	display:block;
	width:267px;
	height:170px;
	background-image:url(images/logo.gif);
	text-indent:-5000px;
	float:left;
	margin-left:35px;
	margin-top:74px;
	display:inline;	
}

img#band
{
	float:right;
}

td#gradient_strip
{
	height:12px;
	background:url(images/gradient_strip.gif) right no-repeat;
}

td#about
{
	padding:20px 70px 20px 35px;
	width:280px;
	line-height:22px;
}

td#demo
{
	padding:20px 35px 20px 0px;
	width:330px;
}

td#demo img
{
	border:3px solid #222;
}


td#about h1
{
	width:133px;
	height:44px;
	background:url(images/about.gif);
	text-indent:-5000px;
}

td#demo h1
{
	width:78px;
	height:44px;
	background:url(images/demo.gif);
	text-indent:-5000px;
}

td#link
{
#	background:url(images/footer_strip.gif) no-repeat;

	font-size:10;
	padding:15px 10px 10px 10px;
	text-align:center;
	color:#696969;

}

td#contact
{
	font-size:23px;
	padding-left:35px;
	padding-bottom:10px;
}

td#footer
{
	background:url(images/footer_strip.gif) no-repeat;
	padding:15px 35px 10px 35px;
	text-align:right;
	color:#494949;
}








