body {
margin-top: 								0px;
margin-left: 								0px;
margin:										"0";
padding:									"0";
background-color:							#9DBDE6;
background-position:						top center;
background-repeat:							repeat-x repeat-y;
background-attachment:						fixed;
color:										#1E3159;
}
img {
border:										0;
}
.content {
width:										900px;
background-color:							#BDD3E8;
}
.navbar {
background-color:							#563D1D;
}
.gallerynavbar {
background-color:							#564A3A;
}
a.nav:link,a.nav:visited  {
color: 										#ffffff; 
text-decoration: 							none;
display: 									block;
width: 										100%;
line-height: 								25px;
}
a.nav:hover {
color: 										#ffffff; 
background-color:							#564A3A;
text-decoration: 							none;
}
a.gallerynav:link,a.gallerynav:visited  {
color: 										#ffffff; 
text-decoration: 							none;
display: 									block;
width: 										100%;
line-height: 								15px;
}
a.gallerynav:hover {
color: 										#ffffff; 
background-color:							#563D1D;
text-decoration: 							none;
}
A:LINK ,A:VISITED {
color: 										#563D1D; 
text-decoration: 							none;
}
A:HOVER {
color: 										#778899; 
text-decoration: 							underline;
}