*
{
margin: 0;
padding: 0;
}

body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;

color: #CCCCCC;
}

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

a:hover
{
color: black;
text-decoration: underline;
}

#first-line
{
padding: 5px;

height: 20px;
}


#second-line
{
text-align: right;
background-color: #EEEEEE;
font-weight: bold;
color: #999999;

height: 20px;

padding: 5px;
padding-right: 20px;
padding-bottom: 0px;

}

#wrapper
{
margin: auto;
width: 100%;
}


#mailus
{
text-align: center;
margin-top: 10px;
margin-bottom: 30px;
clear: both;
}

#menu
{
width: 300px;
height: 300px;
margin: auto;
margin-top: 50px;

}

#menu a
{
display: block;
width: 150px;
height: 150px;
}

.menu_item
{
width: 150px;
height: 150px;
float: left;
display: block;
}

#menu1 a
{
background-image: url(../images/shopping.png);
}

#menu1 a:hover
{
background-image: url(../images/shopping_hover.png);
}

#menu2 a
{
background-image: url(../images/eating.png);
}

#menu2 a:hover
{
background-image: url(../images/eating_hover.png);
}

#menu3 a
{
background-image: url(../images/living.png);
}

#menu3 a:hover
{
background-image: url(../images/living_hover.png);
}

#menu4 a
{
background-image: url(../images/fun.png);
}

#menu4 a:hover
{
background-image: url(../images/fun_hover.png);
}

#img_container
{
width: 486px;
margin: auto;
margin-top: 50px;
}

.img_item
{
height: 120px;
width: 150px;
float: left;
margin-right: 10px;
margin-bottom: 10px;

}

.img_item a
{
height: 120px;
width: 150px;
}

.img_item a img
{
border: 1px solid #999999;
}

.img_item a:hover img
{
border: 1px solid #000000;
}


.gallery_title
{
width: 472px;
height: 20px;
margin-bottom: 15px;
padding: 5px;
text-align: center;

font-weight: bold;
font-size: 120%;
clear: both;
}

#shopping
{
background-color: #009039;
color: white;
}

#eating
{
background-color: #e2001a;
color: white;
}

#living
{
background-color: #7b125c;
color: white;
}

#fun
{
background-color: #f39400;
color: white;
}
