body {
text-align: center;
margin: 0 auto;
line-height: 18px;
font-family: "Century Gothic", Skia, Futura, "Gill Sans", Arial, sans-serif;
font-size: 12px;
color: #666;
background-image: url(imgs/bg.jpg);
background-repeat: repeat-x;
}

#container {
margin: 0 auto;
width: 950px;
position: relative;
text-align: center;
}
	  
#header {
padding: 0;
margin: 0;
}

#header img {
border: 0px;
}

#navigation {
position: absolute;
margin: -30px 0px 0px 300px;
font-size: 10px;
}

#navigation ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#navigation li { 
float: left;
padding: 0px 15px 0px 0px;
display: inline; 
}

#navigation li a
{
font-weight: bold;
color: #fff;
text-decoration: none;
letter-spacing: -.5px;
}

#navigation li a:hover {
color: #d0e1ff;
}

a {
color:#7e94c8;
}

a:hover {
color:#d0e1ff;
}

#home a#homenav, #portfolio a#portfolionav, #studio a#studionav, #portraiture a#portraiturenav, #testimonials a#testimonialsnav, #estimate a#estimatenav, #bios a#biosnav,#contact a#contactnav {
color:#d0e1ff;
}

#content {
position: relative;
width: 900px;
margin: 0px;
text-align: left;
padding: 50px 0px 0px 30px;
}

#content img {
border: 0px;
}

#portcontent {
position: relative;
width: 900px;
margin: 0px;
text-align: left;
padding: 50px 0px 0px 0px;
}

#portcontent img {
border: 0px;
}

#portentry {
position: relative;
width: 900px;
margin: 0px;
text-align: left;
padding: 50px 0px 0px 0px;
}

#portentry img {
border: 2px solid #261957;
}

.thumbborder {
border: 2px solid #261957;
}

.footer {
width: 400px;
font-size: 10px;
color: #999;
line-height: 14px;
}

input {
margin: 2px;
}

.rightmargin {
padding: 0px 10px 0px 0px;
}