body {
	margin:0;
	padding:0;
	border:0;
	background:#000;
}

* {
	font-family:Arial,Helvetica,sans-serif;
}

.center {
	text-align:center;
}

.displayNone {
	display:none;
}

.important {
	color:#ffffff;
	font-weight:bold
}

/*##########################################################################################################################*/

div.pge {
	position:relative;
	padding:10px 50px 10px 10px;
	width:800px;
}

/*##########################################################################################################################*/

div.hdr {
	border-bottom:2px solid #CCC;
}

div.hdr *	{
	font-weight:normal;
	line-height:1.5em;
	font-size:12px;
	color:#999;
	text-decoration:none;
	/*text-transform:lowercase;*/
}

div.hdr a:link, div.hdr a:link * {
	text-decoration:none;
	font-weight:bold;
}

div.hdr a:visited, div.hdr a:visited * {
	text-decoration:none;
	font-weight:bold;
}

div.hdr a:active, div.hdr a:active * {
	color:#ffcc00;
	text-decoration:none;
	font-weight:bold;
}

div.hdr a:hover, div.hdr a:hover * {
	color:#ffcc00;
	text-decoration:none;
	font-weight:bold;
}

/*##########################################################################################################################*/

div.men	{
	position:absolute;
	width:75px;
	padding-top:34px;
	left:10px;
}

div.men *	{
	font-weight:normal;
	line-height:1.5em;
	font-size:12px;
	color:#999;
	text-decoration:none;
	text-transform:lowercase;
}

div.men h2 {
	display:none;
}

ul.men {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.men li	{
	margin:0;
	padding:0;
}

ul.men li a	{
	padding-left:5px;
	border-left:1px 
	solid #999;
}

ul.men a:link, ul.men a:link * {
	text-decoration:none;
	font-weight:bold;
}

ul.men a:visited, ul.men a:visited * {
	text-decoration:none;
	font-weight:bold;
}

ul.men a:active, ul.men a:active * {
	color:#ffcc00;
	text-decoration:none;
	font-weight:bold;
}

ul.men a:hover, ul.men a:hover * {
	color:#ffcc00;
	text-decoration:none;
	font-weight:bold;
}

/*##########################################################################################################################*/

div.cnt	{
	margin-left:75px;
	padding:34px 20px 20px 20px;
}

div.cnt *	{
	font-size:12px;
	color:#CCC;
}

div.cnt h2 {
	display:none;
	color:#ffcc00;
}

div.cnt h3 {
	font-size:14px;
	color:#ffcc00;
}

div.cnt h4 {
	font-weight:bold;
	color:#ffcc00;
}

div.cnt div	{
	margin:0;
	padding:1em 0;
}

div.cnt table	{
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}

div.cnt table caption	{
	display:none;
}

div.cnt table tr, div.cnt table th, div.cnt table td {
	margin:0;
	padding:0;
	border:0;
}

div.cnt table th {
	font-weight:normal;
	font-size:12px;
	color:#CCC;
	text-align:left;
	width:150px;
}

div.cnt table.awards td	{
	padding-left:20px;
}

div.cnt table.awards ul	{
	margin:0;
	padding:0;
	list-style-type:none;
}

div.cnt table.awards ul	li {
	margin:0;
	padding:0;
}

div.cnt sup {
	font-size: 0.75em;
	line-height: 0.5em;
}

div.cnt img, div.cnt img * {
	border:none;
}

div.cnt a:link, div.hdr a:link * {
	text-decoration:none;
	font-weight:bold;
}

div.cnt a:visited, div.hdr a:visited * {
	text-decoration:none;
	font-weight:bold;
}

div.cnt a:active, div.hdr a:active * {
	color:#ffcc00;
	text-decoration:none;
	font-weight:bold;
}

div.cnt a:hover, div.hdr a:hover * {
	color:#ffcc00;
	text-decoration:none;
	font-weight:bold;
}

/*##########################################################################################################################*/

div.section {   
  margin-top: 15px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 5px;
  padding-bottom: 0px;
}

div.section ul {
  list-style-type: none;
  margin-top: 5px;
}

div.section ul li {
  display: inline;
}

div.section ul a {
  /*background-color: #999999;*/
  /*border: 1px solid #999999;*/
  /*padding: 1px 1px 0px 1px;*/
  display: block;
  float: left;
  margin: 2px;
}

div.section ul a:hover {
  /*background-color: #ffcc00;*/
  /*border: 2px solid #ffcc00;*/ 
}

/*div.section ul a img {*/
  /*border: 1px solid #999999;*/
/*}*/

/*div.section ul a.lightbox-enabled {*/
  /*border: 1px solid #999999;*/
/*}*/

div.section a img {
  border: 2px solid #999999; 
}

div.section a:hover img {
  border: 2px solid #ffcc00; 
}

/*##########################################################################################################################*/

div.clear {
  clear: left;
}

/*##########################################################################################################################*/

div.photo {
	float:left;
	width:136px;
}

/*##########################################################################################################################*/

div.entry {
	border-bottom:2px solid #CCC;
}