/* photo portfolio CSS Document */

body {background-color:#ffffff;font-family: Georgia;font-size:100%;line-height:1.125em; /* 16×1.125=18 */}

p {font-size:0.775em;}

img {border:0 none;}

a {border:0 none;}

#wrap {
width:900px;
height:700px;
margin:50px 0 0 100px;
padding:0;
}

#nav {
width:175px;
height:560px;
margin:0;
padding:0;
}

#nav p {
color:#454545;
width:175px;
margin:0 0 15px 0;
padding:0;
}

.navin {color:#a2a2a2;}

#display {
width:700px;
height:560px;
float:right;
margin:0 0 0 25px;
padding:0;
}

#thumbs {
width:900px;
height:70px;
margin:0;
padding:0;
}

#thumbscont {
width:700px;
margin:10px 0 0 0;
padding:0;
float:right;
}

#thumbscont img {width:38px; height:31px; margin:0 5px 0 0; padding:0; border:0 none;}

#thumbscont img.last {width:38px; height:31px; margin:0; padding:0; border:0 none;}

#subnav {
width:900px;
height:65px;
margin:6px 0 0 0;
padding:0;
}

#subnavcont {
width:700px;
height:60px;
margin:0;
padding:0;
float:right;
}

#subnavcont img {width:12px;height:12px;margin:5px 15px 0 15px;padding:0;}


a:link, a:visited {color:#454545;
		text-decoration:none;
		padding:0;
		margin:0;
		}
a:hover, a:active {color:#e98400;
		text-decoration:none;
		padding:0;
		margin:0;
		}   

a.inner:link, a.inner:visited {color:#a2a2a2;
		text-decoration:none;
		padding:0;
		margin:0;
		}
a.inner:hover, a.inner:active {color:#e98400;
		text-decoration:none;
		padding:0;
		margin:0;
		}
