@charset "UTF-8";
/* CSS Document */



/* Eric Meyer's Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: white;
	font-family: "Times New Roman", Times, serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */



#wrapper {
	width: 960px;
	margin: 20px auto 0;
}
p {
	margin-bottom: 5px;
	font-size: 100%;
	line-height: 1.1;
}
h1 {
	font-weight: normal;
	font-size: 1.8em;
	text-transform: uppercase;
	font-style: italic;
	padding-bottom: 10px;
}
em {
	font-style: italic;
}
#header {
	width: 960px;
	height: 85px
}
#nav-links {
	list-style-type: none;
	list-style: none;
	border-bottom: thin solid #3F3F3F;
	margin-top: 10px;
	height:15px;
	width:960px;
}
#nav-links li {
	float:left;
	padding-right: 35px;
	height:10px;
}
#nav-links li a span {
	display: none;
}
#nav-links li a{
	display:block;
	height:12px;
	}
#nav-links li#ind a{
	background: url('graphics/industrial.gif') no-repeat;
	width:122px;
}
#nav-links li#ind a.current{
	background-position:0 -16px;
}
#nav-links li#ind a:hover{
	background-position:0 -16px;
}

#nav-links li#gra a{
	background: url('graphics/graphic.gif') no-repeat;
	width:108px;
}
#nav-links li#gra a.current{
	background-position:0 -16px;
}
#nav-links li#gra a:hover{
	background-position:0 -16px;
}

#nav-links li#pho a{
	background: url('graphics/photography.gif') no-repeat;
	width:98px;
}
#nav-links li#pho a.current{
	background-position:0 -16px;
}
#nav-links li#pho a:hover{
	background-position:0 -16px;
}

#nav-links li#about a{
	background: url('graphics/about.gif') no-repeat;
	width:46px;
}
#nav-links li#about a.current{
	background-position:0 -16px;
}
#nav-links li#about a:hover{
	background-position:0 -16px;
}

#nav-links li#blog a{
	background: url('graphics/blog.gif') no-repeat;
	width:37px;
}
#nav-links li#blog a.current{
	background-position:0 -16px;
}
#nav-links li#blog a:hover{
	background-position:0 -16px;
}

#nav-links li#contact{
	float:right;
	padding-right:0;
}
#nav-links li#contact a{
	background: url('graphics/contact.gif') no-repeat;
	width:64px;
}
#nav-links li#contact a.current{
	background-position:0 -16px;
}
#nav-links li#contact a:hover{
	background-position:0 -16px;
}
#content {
	width: 960px;
	padding: 5px 0 10px;
}
#text {
	width: 300px;
	margin-right: 20px;
	float: left;
}
#text a {
	color: #333;
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}
#image {
	width: 640px;
	float: right;
}
#clear {
	clear: both;
}
#footer {
	text-align: right;
	color: #333;
	font-size: .8em;
	border-top: 1px dashed #3F3F3F;
	padding: 5px 0;
}
