

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font: 9pt arial, helvetica, sans-serif;

}

a {
	color: #339999;
	font-size: 9pt;
	
}

a:hover {
	color: #666666;
}

#container {
	background: #000000 url(images/backtile.gif) repeat-y top center;
	width: 100%;
	text-align: center;
	
}


#body {
	margin: 1em .5em 1em .5em;
	font-size: 8pt;
	width: 500px;
}

#body li {
	padding-bottom: 3px;
}

p {
	color: #000;
	
}

#nav {line-height: 14pt}

#nav p {
	text-align: center;
}

#nav a {
	margin-right: 20px;
}

#rightnav ul {
margin: 0;
padding: 0;
width: 195px;




}

#rightnav li {
color: #ffffff;
list-style: none;
padding: 0 .5em .5em .5em;
line-height: 20px;
border-bottom: 1px solid #999999;


}	

#rightnav a {
	color: #fff;
	font: bold 10pt arial;
	text-decoration: none;
	
	
	
}
	
#rightnav a:hover {
	color: #66cccc;
	
}

#rightnav a.active {
	color: #66cccc;
	text-decoration: none;
	
}

#header {
	background: url(images/backtile-top.gif) no-repeat top center;
	text-align: center;
	width: 100%;
	
}

#footer {
	background: #000 url(images/backtile-bottom.gif) no-repeat top center;
	height: 50px;
	color: #fff;
	font: 8pt;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	
}


#subfooter {
	background: #333;
	height: 50px;
	color: #fff;
	font: 8pt;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	
}
	
	
	/*screenshot styles*/
	
	
	
#screenshot {

	background: #333333;
	margin: 5px;
	text-align: center;
	
	}
	
#screenshot img {

	
}


/*contact form*/

#form {
	width: 500px;
	text-align: center;
	margin: 0;
	padding: 0;
}
label
{
width: 6em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both
}

.input-box
{
float: left;
margin-bottom: 10px;
color: #000;
background: #efefef;
border: #000 solid 1px
}


.textarea-box
{
float: left;
margin-bottom: 10px;
color: #000;
border: #000 solid 1px;
overflow: scroll;
}

.submit-button
{
margin-left: 5em;
clear: both;
color: #fff;
background: #000;
border: 2px #9cf outset;
}

fieldset
{
border: #000 solid 1px;
width: 350px;
height: 250px;
margin-left: 15%;

}

legend
{
background: #339999;
border: #26a solid 1px;
padding: 1px 10px;
color: #ffffff;
}