@charset "utf-8";
/* CSS Document */
* {padding:0; margin:0}
  body{background: url(images/body-bg.gif) repeat-x #f3f2ed;}

#wrap {
	margin:0 auto;
	width:960px;
}

#header {
	background:url(images/header.gif) no-repeat;
	position:relative;
	top:35px;
	height:384px;
}

#title {
	clear:both;
	background:url(images/title.gif) no-repeat;
	position:relative;
	top:35px;
	height:146px;
}

#content {
	clear:both;
	position:relative;
	top:35px;
}

#content-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#2081CD;
}

#instruction-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:10px auto;
	color:#165C93;
}

#instructions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:17px;
	margin:10px 0 -10px 0;
	color:#2081CD;
}

#disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	color:#2081CD;
}

a:link	{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	color:#165C93;
}

a:visited	{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	color:#165C93;
}

#footer-wrap {
	clear:both;
	background:url(images/footer-wrap.gif) repeat-x;
	height:263px;
	margin-top:20px;
}

#footer {
	width:960px;
	height:263px;
	margin:0 auto;
	background:url(images/footer.jpg) center no-repeat;
}

#footer-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	position:relative;
	top:200px;
	color:#333;
	text-shadow:1px 1px 0 #ccc;
}

/* Thumbnail Code */
.wrapper{
   position:inherit;
   float: left;
   width: 100%;
   margin: 15px 0 15px 0;
}

.left{
   position: relative;
   float: left;
   width: 48.00%;
  
   
}
.right{
   position: relative;
   float: right;
   width: 48.00%;
   
   
}

}
