/*

enter E6DE15

E5DB16
E2DD7C
E2E0AF
97923C
4B491E
AAA65D
C5C399

*/


body {
	background: #20122D url(/img/background.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #C7C59A;
  }
  /*Link Styles*/
a {
  text-decoration: none;
  color:#E5DB16;
  border-bottom: 1px dashed #E5DB16;
  }
a:hover { border-bottom: 1px dashed #fff; color: #fff; }
a.subdued {
  color:#98943D;
  border-bottom: 1px dashed #98943D;
}
a.subdued:hover { border-bottom: 1px dashed #fff; color: #fff; }

#cont {
	margin: 0 auto;
	width: 740px;
	background: #000;
	border: 0px solid #fff;
	border-bottom: 1px solid #2C2B11;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
    }
	
#header {
	background: #000 url(/img/NVP-3.jpg) top center no-repeat;
	border-bottom: 0px solid #333;
	border-top: 1px solid #333333;
    height: 215px;
    margin: 0px;
  }
#header h1{
	font-size: 24px;
	color: #ACA85E;
  margin: 180px 20px 5px 20px;
  text-align: center;
}


#nav {
	background: #4C4A1E;
	border-top: 1px solid #E5E2B1;
	border-bottom: 1px solid #E5E2B1;
	border-left: 1px solid #E5E2B1;
	border-right: 1px solid #E5E2B1;
	margin: 0px;
	padding: 0px;
	height: 19px;
	line-height: 20px;
	}
#nav a {
	text-decoration: none;
	color: #E5E07E;
	background-color: #4C4A1E;
/*
	border-left: 1px solid #E5E2B1;
	border-right: 1px solid #E5E2B1;
*/
	border-bottom: 0;
	padding: 2px 9px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	}
#nav a:hover { background-color: #E5E2B1; color: #4C4A1E; }
#nav a.on { background-color: #4C4A1E; color: #E5E2B1; }

#content {
	float: left;
	width: 500px;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 20px;
	word-spacing: 1px;
    background: #000;
	color: #E5E2B1;
	border-left: 1px dotted #4C4A1E;
	border-right: 1px dotted #4C4A1E;
	border-bottom: 1px dotted #4C4A1E;
	padding: 0px 12px;
}

#content div {
	margin-top: 16px;
  background: #000;
  }

#right{
  text-align: right;
  float:right;
  position: relative;
  width: 185px;
  color: #C7C59A;
  word-spacing: 2px;
  padding-right: 16px;

}

#right div {
	margin-top: 16px;
  background: #000;
  }

#footer {
	margin-top: 40px;
	color: #4C4A1E;
	font-size: 10px;
	padding: 10px;
	line-height: 16px;
	clear: both;
	text-align: center;
	}


div.file {
	padding: 0px;
	margin: 24px 0px;
	line-height: normal;
}

.fileinfo {
	font-size: 9px;
	color: #8C8A6D;
}


div.file_name {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
a.file_name, a.file_name_small {
	margin-bottom: 8px;
	line-height: 24px;
}
a.file_name_small {
	font-size: 9px;
}
div.comment {
  color: #C7C59A;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	font-size: 10px;
}

.error {
  color: #900;
	font-size: 14px;
	font-weight: bold;
}


