/* CSS Document */ 
body {
	background-color:#ffffff;
    margin:0;
	padding:0;
}
p {
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.5em;
letter-spacing: 1em;
text-transform: uppercase;
color:#999;
font-weight: normal;
border-top:solid #999 1px;
}
img {
    padding: 0;
    margin:0;   
}
h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
color: #999;
line-height: 1.5em;
letter-spacing: 0em;
font-weight: normal;
padding-right: 10px;
}
.toplevel {
   display:block;
}
.encompass  {
   display:block;
   margin: 0 auto;
   width: 600px;
}
.firstimage {
text-align:right;
}
.textholder {
text-align:right;
}
.secimage {
}

.footer {
  text-align: right;
  
  margin:0;
  padding:0 30px;
}
.border {
    border:solid #333 2px;
}

@media screen and (min-width: 300px) {
.encompass  {
   width: 300px;
}
.firstimage img {
width:270px;
}
.secimage img {
width:290px;
}
}

@media screen and (min-width: 550px) {
.encompass  {
   width: 440px;
}
.firstimage img {
width:310px;
}
.textholder {
padding-top: 5px;
}
.secimage img {
width:430px;
}
}
@media screen and (min-width: 1000px) {
.encompass  {
   width: 550px;
}
.firstimage img {
width:400px;
}
.textholder {
padding-top: 5px;
}
.secimage img {
width:470px;
}
}

