body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 740px;
  background-color: #050845;
  color: white;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  text-align: right;
  background-color: white;
  background-image: url(backgrd.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
  color: #6d6e71;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 800px; 
  border: 1px solid #8694bb;
}

div#navbar1 {
	height: 30px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	line-height: 30px;
	background-color: #050845;
	position:relative;
	top:-3px;

}

div#navbar1 a {
position: relative;
line-height: 2.5em;
padding-right: 15px;
padding-left: 15px;
color: white;
text-decoration: none;
background-color: #050845;
}

div#navbar1 a:hover {
line-height: 2.5em;
padding-right: 15px;
padding-left: 15px;
color: orange;
text-decoration: none;
background-color: #050845;
}

#shadow {
position: relative;
top:-3px;
width: 800px;
height: 11px;
background-color: white;
background-image:url(shadow_06.jpg);
background-repeat: repeat-x;
}

#pictures {
	margin: 45px 30px 160px 0px;
	width: 320px;
    position: relative;
    float: left;
}
#main {
	margin: 40px 30px 0px 0px;
	padding: 0px 0px 40px 30px;
	text-align:left;
	font-size: 12px;
	line-height: 20px;
	}
#main a {
text-decoration: none;
color: #050845;
}
#footer {
position: relative;
width: 800px;
height: 30px;
background-color: #050845;
padding: 0px;
margin: 0px;
}

h1 {
font-size: 14px;
font-weight: bold;
color: orange;
}
p {
line-height: 20px;
}
#main a:hover {
color:orange;
}
    
