/* General Demo Style */
body{
	background:#171717;
	color:#999;
	font-family: 'Quattrocento', Arial, sans-serif;
	font-size:15px;
	line-height:18pt;
}

a{
	color:#999;
	text-decoration:none;
}

.container {
	width:895px;
	margin:auto;
}

h1{
	font-size:20px;
	color:#999;
	font-family: 'Judson',Georgia, serif;
	text-transform:uppercase;
	font-weight:400;
	padding:0 0 0 0;
	margin:30px 0 0 0;
}


/* Header Style */
.header{
	line-height:24px;
	font-size:11px;
	padding:40px 0 20px 0;
	text-align:center;
}

.header a{
	padding:0px 10px;
	letter-spacing:1px;
	color:#999;
	font-family: 'Judson', serif;
	text-transform:uppercase;
	font-size:17px;
	text-align:center;
}

.header a:hover{
	color:#fff;
}
.header span.right{
	float:right;
}
.header span.right a{
	float:none;
	display:inline;
}


/* Content Style */
.content {

	font-size:14px;
	padding-top:20px;
}

.images
{
padding-bottom:40px;
}

hr
	{
	margin: 20px 0 5px 0;
	background-color: #2b2b2b;
	height: 1px;
	border:0;
	}

#footer	{
	font-family: Adobe Garamond Pro, Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	width:500px;
	margin:auto;
	padding: 0 0 20px 0;
	}

div.img
  {
  background: #171717;
  margin:1px;
  height:108px;
  width:163px;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #727272;
  }
div.img a:hover img
  {
  border:1px solid #000000;
  }

div.img2
  {
  background: #171717;
  margin:1px;
  height:108px;
  width:80px;
  float:left;
  text-align:center;
  }
div.img2 img
  {
  display:inline;
  margin:3px;
  border:1px solid #727272;
  }
div.img2 a:hover img
  {
  border:1px solid #000000;
  }

img.floatRight { 
    float: right; 
    margin: 8px; 
}