* {
padding:0;
margin:0;
}
html, body {
background:#221e1e;
}
#wrapper {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-left:-375px;
margin-top:-275px;
overflow: visible;
visibility: visible;
display: block;
width: 750px;
height:550px;
}
#container {
font-family:Verdana, Arial, Helvetica, sans-serif;
width: 730px;
height:490px;
float:left;
background:#1b1818;
padding:10px 10px 0 10px;
}
#top {
width: 730px;
height:270px;
float:left;
}
#bottom {
color:#5a5050;
font-size:12px;
line-height:20px;
text-align:left;
width: 690px;
height:210px;
float:left;
background:#fff;
padding:20px 20px 0 20px;
}
#nav {
width: 450px;
height:50px;
float:left;
padding:0 150px 0 150px;
}
#nav ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#nav ul li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
#nav ul li a {
background: #fff;
width: 150px;
height: 30px;
padding: 10px 0 0 0;
color: #f5d7b4;
text-decoration: none;
display: block;
text-align: center;
font: 16px Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a:hover {
color: #930;
background: #f5d7b4;
}
#nav a:active {
background: #c60;
color: #fff;
}
#nav li#one a {
background: #990000;
color: #fff;
}
#nav li#two a {
background: #cc0000;
color: #fff;
}
#nav li#three a {
background: #ff0000;
color: #fff;
}
.contacttxt {
padding:0 40px 0 0;
}
a:link, a:visited, a:hover, a:active {
color: #5a5050;
}
#myGallery {
	text-align: left;
	margin: 0 auto;
}