* {
	margin:0;
	padding:0
}

body {
	background:#A1A1A1 url(../images/bg10.jpg) no-repeat fixed left top;
	height:100%;
	text-align:center
}

#wrapper {
	margin: 0px 0px 0px auto;
	width: 400px;
	padding: 10px;
	height: 30px;
}

#container {
	margin:0 auto;
	min-height:100%;
	position:relative;
	text-align:left
}

#header h1 {
}

#middle {
	margin: 0px 0px 0px auto;
	width: 350px;
	padding: 180px 30px 50px 0px;
	height: 450px;
}

/*  Content Elements  */
#content {
	margin: 30px 0px 0px;
}

/*  Page Top  */
#content p.top a {
	background:url(../images/arrow_up.gif) center left no-repeat;
	margin:0 20px;
	padding:0 0 0 15px;
}

#content a:link {
	color:#333333;
	text-decoration:none;
	font-size: 12px;
	background: 20px;
}

#content a:hover {
	color:#A70E26;
	text-decoration:none;
	font-size: 12px;
}

html,* html #container {
	height:100%
}

/*  Footer  */
* html #footer {
	margin-top:-50px
}

#footer {
	height:50px;
	margin:-50px auto 0;
	position:relative;
	text-align:right;
	padding: 0px 10px 0px 0px;
}

#footer a:hover,#content a:hover {
	text-decoration:underline;
}

#footer p {
	color:#9E9E9E;
	padding:20px 0 0;
	font: 11px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

#footer a {
	color:#9E9E9E;
	text-decoration:none
}

/*  Classes  */
.left {
	float:left
}

.right {
	float:right
}
.gray {
	background-color:#F2F3F4
}



/*  transparent  */
#column-1{
	position:relative;
	float:right;
	width:400px; /* remember to set a width */
	height: 20px;
}

.overlay{
	position:absolute;
  top:0; /* These positions makes sure that the overlay */
  bottom:0;  /* will cover the entire parent */
  left:0;
  width:100%;
  background:#000;
  opacity:0.75;
  -moz-opacity:0.75; /* older Gecko-based browsers */
  filter:alpha(opacity=75); /* For IE6&7 */
}

#column-1 .content{
	text-align: right;
}

.content{
	position:relative;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	color: #FFFFFF;
	margin-bottom: 0;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-bottom: 0.3em;
}

h2 {
	color: #bbbbbb;
	line-height: 1.6em;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-indent: 20px;
	padding-top: 0.8em;
}

h3 {
	color: #FFFFFF;
	margin-bottom: 0;
	letter-spacing: 0.4em;
	font: 18px "Times New Roman", Times, serif;
}

h4 {
	color: #999999;
	line-height: 1.1em;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-indent: 35px;
}

p {
	margin-top: 0;
}

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

a:hover {
	color: #FFF !important;
	text-decoration: none;
}

.overlay2{
	position:absolute;
  top:0; /* These positions makes sure that the overlay */
  bottom:0;  /* will cover the entire parent */
  left:0;
  width:100%;
  background:#050505;
  opacity:0.65;
  -moz-opacity:0.65; /* older Gecko-based browsers */
  filter:alpha(opacity=65); /* For IE6&7 */
	height: 50px;
}

#column-2 {
	width: 100%;
	float: left;
	display: inline;
	text-align: right;
}

#column-2 .content {
	padding: 0px;
	height: 50px;
	width: 100%;
}

#column-0{
	position:relative;
	float:right;
	width:350px; /* remember to set a width */
	height: auto;
}

#column-0 .content{
	padding: 30px;
	text-align: left;
}
	
/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
* html #column-0 .overlay { height: expression(document.getElementById("column-0").offsetHeight); }
* html #column-1 .overlay { height: expression(document.getElementById("column-1").offsetHeight); }
* html #column-2 .overlay { height: expression(document.getElementById("column-2").offsetHeight); }

