*{padding: 0; margin: 0;}

html {
min-width: 820px;
max-height: 850px;
padding-top: 22px;
text-align: center;
color: #000000;
font-family: verdana, arial;
font-size: 16px;
background-color: #a5a5a5;
background: #a5a5a5 url('../images/background.jpg');
}

body {
width: 100%;
}

h1, h2, h3 {
text-transform: uppercase;
}

h1 {
font-size: 26px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

a {
color: #000000;
}

p {
margin-bottom: 4px;
}

#container {
width: 820px;
margin: 0 auto;
padding: 10px 0 10px 0;
border: 2px solid #000000;
background: #969696;
}

#content {
width: 100%;
}

#brand {
margin-bottom: 10px;
}

#photos {
width: 100%;
min-height: 186px;
}

#photos a img {
border: 1px solid #000000;
}

#photo_1, #photo_2, #photo_3 {
height: 180px;
margin-left: 60px;
padding: 2px;
float: left;
background: #000000 no-repeat center center;
}

#photo_1 {
width: 198px;
background-image: url('../images/picture_1.jpg');
}

#photo_2 {
width: 178px;
background-image: url('../images/picture_2.jpg');
}

#photo_3 {
width: 198px;
background-image: url('../images/picture_3.jpg');
}

#about {
margin-top: 10px;
}

#about p {
padding: 0 10px;
}

#contact {
margin-top: 10px;
font-size: 16px;
}

.navigation {
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}

.navigation:hover {
border-bottom: 1px solid #000000;
}

/*g e 10-22-9*/