/* A Myriad Services CSS Document */
* {
margin:0px;
padding:0px;
}
html {
height:95%;
}
body {
height:100%;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
background:#ccc;
}
#page {
width:900px;
margin: 10px auto;
text-align:justify;
color:#000;
}
#header {
height:78px;
background:url(../images/artists.jpg) left no-repeat;
}
#main {
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
border:1px solid;
background-color:#807373;
border-color:#eee #555 #333 #ddd;
}
#box2 {
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:45px;
}
.content {
width:700px;
min-height:350px;
margin-left:auto;
margin-right:auto;
background-color:#d5d4bf;
font-size:medium;
padding:10px;
line-height:1.2em;
text-align:justify;
border-right:1px solid #333;
border-bottom:1px solid #333;
border-top:1px solid #666;
border-left:1px solid #666;
}
#bottom {
text-align:center;
width:100%;
margin-top:10px;
}
#gallery {
height:300px;
overflow:auto;
}
#gallery img{
padding:5px;
border:none;
}
.spacer {
  clear: both;
  }
#footer {
position:relative;
margin-left:auto;
margin-right:auto;
width:800px;
bottom:0;
border:0 solid #000;
}
/*------------*/

h2 {
padding-bottom:10px;
}
.content P {
color:#000;
}
.contact img {
padding-left:10px;
}
.contact p {
margin-top:10px;
line-height:1.3em;

}
.contact a {
color:#000;
}
.floatleft {
float:left;
margin-left:34px;
padding:10px;
}
.floatleft p {

text-align: center;
font-weight:bolder;
}
.floatleft img{
border-right:1px solid #666;
border-bottom:1px solid #666;
border-top:1px solid #999;
border-left:1px solid #999;
}
.floatleft img:hover {
border-right:1px solid #999;
border-bottom:1px solid #999;
border-top:1px solid #666;
border-left:1px solid #666;
}
.nav {
text-align:left;
margin-left:auto;
margin-right:auto;
color:#333;
white-space:nowrap;
padding:5px;
}
.nav img {
display:block;
}
.nav a {
color:#fff;
text-decoration:none;
padding:0 7px;
}
.nav a:hover {
color:#d5d4bf;
text-decoration:none;
padding:0 7px;
}
.nav a#selected,.nav a#selected:hover {
cursor:default;
color:#ccc;
}
#footline a {
font-size:smaller;
float:right;
color:#666;
text-decoration:none;
}
#footline a:hover {
color:#999;
}
#copyright {
font:smaller Arial, Helvetica, sans-serif;
float:left;
color:#666;
text-decoration:none;
}


