@import "typography.css";

html,body {
	color: #333;
	font: normal .82em/1.8em verdana,arial,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
body {
	background: #7683a5 url(/images/layout/layoutBG.jpg) top left repeat-x;
}

p {	margin: 20px 0 6px 0;}


dl {
	padding: 0;
	margin: 0;
}

dt {
	padding: 0;
	margin: 10px 0 0  0;
	font-weight: bold;
}

dd {
	padding: 0;
	margin: 0 0 0 15px;
}

ul li {	font-weight: normal;}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
td {vertical-align: top;}
/*ids*/
#wrapper {
	position: absolute;
	width: 870px;
	left: 50%;
	margin-left: -435px;
	margin-bottom: 10px;
	background: transparent url(/images/layout/layoutMiddle.jpg) top left repeat-y;
}
#header {
	height: 457px;
	background: transparent url(/images/layout/layoutHeader2.jpg) top left no-repeat;
}
#container{
	margin-top: -173px; /*distance to pull #nav and #content up into the header graphic*/
}
/*because IE is "special"*/
* html body div#container	{ margin-top: -180px;}
#nav {
	position: absolute;
	left:0;
	width: 170px;
	margin-top: -105px; /*distance of navigation above #content*/
}
#content {
	margin-left: 200px;
	width: 420px;
}
#copy{
	background: transparent url(/images/layout/ellipse.gif) top left no-repeat;	
	padding: 16px 0 0 25px;
}
#sidebar {
	position: absolute;
	left:705px;
	width: 160px;
	top: 120px;
	padding: 12px;
}
#sidebar p {
	line-height: 1.2em;
	color: #fff;
	padding: 0;
	margin: 0;
}
#sidebar img {
	text-align: center;
	padding: 12px 0;
}
#sidebar a {
	color: #fff;
}
#footer{
	height: 83px;
	background: transparent url(/images/layout/layoutFooter.jpg) top left no-repeat;
}

/*navigation*/
#nav ul{
	margin: 0 0 0 16px; /*bullet distance from left side of container*/
	padding: 0;
	list-style: none;
	font: 14px Georgia,sans-serif;
}
#nav a{
	color:#000;
	font-weight: normal;
	margin-left: 3px;
	text-shadow: #666 2px 2px 3px;
	font-family: verdana,arial,sans-serif;
}
#nav a:hover{color: #000;}
#nav img{margin-bottom: -2px;}
#nav li{
	height: 1%;
	margin: 12px 0; /*vertical distance between links*/
	/*padding-left: 26px; link text distance from bullet*/
/*	background: transparent url(/images/layout/dropBullet.png) left center no-repeat;*/
}

/*specific pages*/
#portfolio img {
	float: left;
	padding: 0;
	margin: 0 10px 15px 0;
	border-width: 0;
}
#portfolio p {
	line-height: 1.6em;
	clear: both;
}
#portfolio img.magnify,#portfolio img.thumbnail {
	border: 1px solid #666;
}

/*classes*/
.emphasis{font-weight: bold;}
p.frontpage{margin-top: 0;} /*because the front page paragraph doesn't have a h1 for positioning*/
p.frontpage2{margin-top: 0; margin-bottom:0;}
/*utility classes*/
.spacing{
	height: 25px;
	margin: 0;
	padding: 0;}
.hidden{display: none;}
.cleaner
{
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
