*{
list-style: none;
border: none}

body{
background-image: url(images/background.jpg);
background-position:top center;}

#container{
width: 1050px;
margin: 20px auto 0px auto}

#nav {
font-family:Georgia;
font-size: 18px;
text-shadow: 1px 1px white;
float: left;
margin-top: 50px;}

#nav a{
font-family:Georgia;
font-size: 18px;
color: black;
text-shadow: 1px 1px white;
text-decoration: none;}

#nav ul li{
margin-top: 12px;
font-family:Georgia;}

#content{
padding:45px 200px 0px 200px;
text-shadow: 1px 1px white;}

#content a{
color: black;
text-shadow: 1px 1px white;}

#footer{
font-size: 11px;
text-shadow: 1px 1px white;}

#contact{
padding:45px 0px 0px 50px;
text-shadow: 1px 1px white;
float: left;
width: 400px;}

#blog a {
	display: block;
	text-decoration: none;
	color: black;
}

#blog a:hover {
	margin-top: 1px;
}

#blog a span {
	font-size: 14px;
	display: none;
	opacity: 0;	
}


#gallery a {
	display: block;
	text-decoration: none;
	color: black;
}

#gallery a:hover {
	margin-top: 1px;
}

#gallery a span {
	position: absolute;
	font-size: 14px;
	display: none;
	opacity: 0;	
}

#clear {
clear: both;}