body
{
background-image: 
url('images/bground.jpg');
background-repeat: repeat-x
}

.center
{ 
text-align: center;
}

.left
{ 
text-align: left;
}

.center1
{ 
text-align: center;
position:absolute;
left:555px;
top:135px
}

.box {
	overflow: auto;
	height:450px;
	
}
.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

.main
{
overflow:auto;
}

.text
{
padding-left: 10%;
text-align: left;
}

.foto
{
padding: 5px}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 10px;
width: 120px;
border: none;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 120px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);color: black;

}