html, body {
font: 11px Verdana, Sans-Serif, tahoma, Lucida Grande;
color:#333333;
margin: 0;
padding: 0;
background: #000000 url(../images/bg2-shorter.jpg) no-repeat top center;
overflow-x: hidden;
overflow-y: auto;
}

#header {
width:800px;
height:160px;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-bottom: 25px;
}

img { 
border:0px;
}


table {
border-color: #000000;
border-style: solid;
border-width: 1px 1px 1px 1px;
}

#container {
width:700px;
margin-left:auto;
margin-right:auto;
margin-bottom: 40px;
}

.jeff{
font: helvetica;
color: #054da5;
}


.black{
color: #000000;
}

.link_menu{
	font:10px Verdana,tahoma, Lucida Grande,  Sans-Serif;
	color:#666666;
	text-decoration:none;
}
.link_menu:hover{
	text-decoration:underline;
}


.link_regular{
	font: 11px Verdana;
	color: #000000;
	font-weight: none;
	text-decoration : none;
}

.link_regular:hover{
	text-decoration : underline;
}


.photo_border {
border: 1px solid #000000;
}


a{
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

a:hover{
text-decoration: none;
}


#container {
width:700px;
margin-left:auto;
margin-right:auto;
margin-bottom: 40px;
}

#menu {
width: 100%;
text-align:center;
}

#content {
width:800px;
}

#footer {
width:100%;
margin-top:20px;
height: 50px;
padding-top:30px;
text-align:center;
font: 10px tahoma, Lucida Grande, Verdana, Sans-Serif;
clear:both;
border-top:0px solid #521f11;
}

#footer a {
color:#fff;
border-bottom:1px dotted #fff;
}