@charset "UTF-8";

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, img, strong, ol, ul, li,
form, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: #595854;
}
ol, ul {
	list-style: none;
}

p {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
}
h1 {
	margin: 0px;
	color: #42545E;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 25px;
	padding-top: 8px;
	padding-bottom: 10px;
	line-height: 26px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0px;
	line-height: 26px;
	font-style: normal;
	color: #44433C;
	padding-bottom: 8px;
}
h3 {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	color: #42545E;
}
h5 {
	font-size: 0.9em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}
h6 {
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.h2small {
	font-size: 21px;
	font-weight: normal;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	background: #FFFFFF url(images/quote.gif) no-repeat 0px 0px;
	color: #44433C;
	padding: 10px 0px 10px 10px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666666;
}
#container {
	padding: 0px;
	width: 700px;
	border: 36px solid #44433C;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background: url(images/header.gif);
	height: 198px;
}
.clear {
	clear: both;
}

#headernav {
	float: right;
	position: relative;
	top: 164px;
	right: 20px;
	width: 360px;
}
#nav {
	margin:0;
	padding:0;
 }
 #nav li {
 display:inline;
 padding:0;
 margin:0;
 }
#nav a:link,
#nav a:visited {
	color:#44433C;
	padding:10px 2px 6px 2px;
	width:auto;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	margin-right: 6px;
	float: left;
}
#nav a:hover {
	color:#81807A;
	border-bottom: 4px solid #999999;
}
#home #nav-home a,
#portfolio #nav-portfolio a,
#press #nav-press a,
#about #nav-about a,
#contact #nav-contact a {
	color:#44433C;
	border-bottom: 4px solid #797979;
}
#home #nav-home a:hover,
#portfolio #nav-portfolio a:hover,
#press #nav-press a:hover,
#about #nav-about a:hover,
#contact #nav-contact a:hover {
	border-bottom: 4px solid #595854;
	color:#44433C;
}
#nav a:active {
	color:#000000;
}
#content {
	padding: 10px 5px 5px;
}
.uppercasebold {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

#footer {
	background: url(images/footerbg.gif) no-repeat;
	height: 50px;
	margin-top: 18px;
	padding-top: 16px;
	padding-bottom: 8px;
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
}
#footer p {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

