/* CSS Document */
body {
margin: 0;
padding: 0;
font-family: Tahoma, "Times New Roman", Times, serif;
background: #000;
}
/*Container*/
#container {
margin: 0 auto;
padding: 0;
width: 725px;
background:url('../images/bg_repeat.jpg') top center repeat-y;
}
/*Navigation*/
#nav {
margin: 0;
padding: 0;
list-style: none;
float: left;
font-family: Tahoma, sans-serif;
}
#nav ul{
margin:0;
padding: 0 50px 50px 50px;
}
#nav li {
margin: 0;
padding: 0;
display: inline;
}
#nav li a{
text-decoration: none;
}
#nav a:link, #nav a:visited {
color: #e2e2e2;
padding: 5px 5px 5px 5px;
float: left;
border-right: 1px dotted #787878;
}
#nav a:hover {
color: #fff;
background: #333333;
}
#nav home{
border-left: 1px dotted #787878;
}
a{
color: #808080;
text-decoration: none;
}
a.credit{
border-bottom: 1px dotted;
}
a img {
border: none;
}
/*Header*/
#header {
margin: 0;
padding: 0;
height: 289px;
width: 726px;
background: url('../images/header.jpg') top center no-repeat;
}
#header h1 {
display: none;
}
.list{
padding: 0;
margin: 0;
}
.list ul{
list-style: none;
}
.list li{
color: #808080;
}
/*Footer*/
#footer {
margin: 0 auto;
padding: 0;
height: 44px;
width: 725px;
background: url('../images/bottom.jpg') bottom center no-repeat;
}
#footer p{
padding: 15px;
color: #808080;
font-size: small;
text-align: center;
}
#footer a:link, a:active {
color: #808080;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #808080;
}
#footer a:hover{
border-bottom: 1px dotted #fff;
}
/*CSS Content*/
#content { 
margin: 10px 60px;
padding: 0;
text-align: justify;
font-size: 80%;
}
#content h2, h3{
text-align: center;
color: #b8b8b8;
}
#content p{
color: #808080;
}
/*Gallery*/
.thumbnail{
padding: 5px 5px 5px 5px;
margin: 0 5px 5px 0;
background-color: #181818;
border: 1px solid #2a2a2a;
}
/*Contact*/
.form{
color: #808080;
}
.form dt{
padding: 5px 3px;
}
