body {
background-image: url("images/background.jpg");
background-position: top center;
background-repeat: no-repeat;
background-color: #000;
background-attachment: fixed;
font-family: verdana, helvetica, sans-serif;
color: #999;
font-size: 1em;
}
#page {
width: 670px;
margin: 0 auto 0 auto;

}
strong a {
font-size: 0.9em;
color: #f1f1f1;
text-decoration: none;
font-family: inherit;
display: none;

}
h2 {
padding: 0;
margin: 0;
}
p {
margin: 0 0 10px 0;
line-height: 15px;
}
h3 {
padding: 0 0 4px 0;
border-bottom: 1px solid #333333;
margin: 10px 0 10px 0;
}
p{
font-size: 0.7em;
}

#intro a {
color: #666;
text-decoration: none;
font-weight: bold;
}
#intro a:hover {
color: #999;
}
#intro p b {
color: #f1f1f1;
}

#header strong {
float: left;
background-image: url('images/sweetview.png');
width: 200px;
height: 34px;
}

#nav {
float: left;
text-align: right;
width: 450px;
}
#nav ul {
list-style-type: none;
}
#nav ul li {
display: inline;
padding-left: 20px;

}
#nav ul li a {
color: white;
text-decoration: none;
}


#content {
color: white;
}
#contactform {
float: left;
width: 400px;
}
#contactdetails {
float: left;
}
.lined {
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
padding-top: 20px;
padding-bottom: 20px;
}
.mainimage {
float: left;

}
.piece {
background: transparent;
padding: 15px 20px 20px 20px;
border: 1px solid #111;
background-image: url('images/opacity.png');

}
.piece p {
clear: both;


}
.piecetitle {

color: #ccc;


}
.piecetitle small a {
color: #777;
text-decoration: none;
}
.piecelinks {
float: right;
text-align: right;
width: 160px;

}
.piecetext {
float: left;
width: 450px;

margin: 0;
padding: 0;
color: #999;
}
.padbot {
padding-bottom: 20px;
}
.smallone {
float: right;
padding: 0 0 20px 0;
}
.smalltwo {
float: right;

}
.clear {
clear: both;
}

input, textarea {
background-color: #000;
border: 1px solid #222;
color: #f1f1f1;
padding: 3px;
}