body{
	background: #000000 url(images/background2.jpg) repeat-x;
	color: white;
	font-family: Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

a img{
	border: 0px;
}

a{
 text-decoration: underline;
 color: #090;
 font-weight: bold;
}

a:visited{
	color: #960;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #0c0;
}

#header{
	text-align: right;
	margin-bottom: 5px;
	margin-right: 1px;
}

#nav{
	float: right;
	width: 530px;
	padding-left: 110px;
	background: #333333  url(images/corner.gif) no-repeat;
}

#nav a{
  display: block;
  height: 36px;
  float: left;
  background-color: #333;
  margin-right: 16px;
}

#nav a:hover{
  background-color: orange;
}

#content{
	padding: 0px;
	line-height: 1.5em;
	width: 640px;
/*	margin-left: auto;
	margin-right: auto; */
	margin-left: auto;
	margin-right: 50px;
	margin-top: 70px;

}

#text{
	padding: 50px 40px 10px;
	/*border: 3px solid #003300;*/
	background: #333333;
}

#window{
  float: left;
  margin-right: 20px;
  margin-left: -20px;
  margin-top: 0px;
  margin-bottom: 20px;
  border: 2px solid #555;
}

#footer{
font-size: x-small;
text-align: center;
}
