/* CSS Document */

/* harrriet & leone */

#body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	position: relative;
}

body,img,div,span,table,tr,td {
	border: 0;
}

body,p,h1,h2,h3,li,td,blockquote {
	font-family: "Baskerville", Georgia, "Times New Roman", serif;
}

a {
	text-decoration: none;
	color: #000000;
}

/* masthead styles */

#masthead {
	margin: 0;
	padding: 0;
	height: 115px;
	width: 750px;
	background: url(../images/curving_nav/nav_01.jpg) left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

img.nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 81px;
}

/* main body styles */

#mainbody {
	margin: 0;
	padding: 40px 0 40px 25px;
	width: 400px;
	position: absolute;
	top: 117px;
	left: 0;
}

#maincolumn {
	margin: 0;
	padding: 100px 0 25px 40px;
	width: 260px;
	background: url(../images/curving_nav/nav_side.gif) left top repeat-y;
	position: absolute;
	top: 117px;
	left: 450px;
	min-height: 380px;
}



h1 { 
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 { 
	font-size: 16px;
	font-weight: normal;
}

p,li,blockquote {
	font-size: 14px;
}

/* page-specific styles */

#work h1 {
	text-align: center;
	color: #330000;
}

#work p,ul {
	margin: 30px;
}

#work a {
	font-size: 16px;
	font-style: italic;
	margin-right: 6px;
	color: #330000;
}

#work ul {
	list-style-type: none;
}

#work li {
	margin-bottom: 18px;
}


	