body {
 text-align: center;
 margin: 0;
 padding: 0;
 background: url(imgs/body_bg.png) #e3dedf repeat-x 0 0;
 color: #666;
 font-size: 12px;
 line-height: 20px;
 font-family: Tahoma, Geneva, Verdana;
}

#wrapper {
 text-align: left;
 width: 950px;
 margin: 0 auto;
 background: url(imgs/wrapper_bg.png) transparent no-repeat 0 0;
 min-height: 500px;
 height: 500px;
}

#photos {
 width: 465px;
 float: left;
 padding-right: 5px;
 padding-top: 190px;
}

#text {
 padding-top: 115px;
 width: 465px;
 padding-left: 5px;
 float: left;
 text-align: justify;
}

#text_right {
 text-align: right;
}

#foot {
 clear: both;
 padding-top: 40px;
 font-size: 11px;
}

.photo {
 padding: 5px 5px 5px 0;
}

img {
 border: none;
}

.store_img {
 margin: 20px;
}

h1 {
 font-family: Geneva, Verdana, sans-serif;
 font-size: 18px;
 color: #205967;
 font-weight: normal;
}

h2 {
 font-family: Geneva, Verdana, sans-serif;
 font-size: 14px;
 color: #333;
 font-weight: normal;
 margin: 0 0 10px 0;
}

.h2smaller {
 font-size: 12px;
 margin: 0;
}

h3 {
 font-family: Geneva, Verdana, sans-serif;
 font-size: 14px;
 color: #333;
 font-weight: normal;
 margin:0;
 padding: 0;
 color: #00bbe6;
}

a:link, a:visited {
 color: #00bbe6;
}

a:hover {
 text-decoration: none;
 color: #205967;
}
