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;
	color: black;
	background: white;
	font-size:76.5%;
	font-family:"Lucida Grande",Arial,Verdana,sans-serif;
	letter-spacing:.1em;
	
}
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: "" "";
}

body {
	background:url(images/body-back.jpg) #1d1d1d no-repeat top center;
}

#page a {
	color:#009966;
	text-decoration:none;
	margin-bottom:1px;
}

#page a:hover {
	color:#333;
	border-bottom:1px dotted #009966;
}

#container {
	margin:auto;
	width:870px;
}

#nav {
	float:right;
	width:600px;
	height:28px;
 	-moz-border-radius-topright: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    border-top-right-radius: 5px;  
    border-top-left-radius: 5px;  
    border-bottom-right-radius: 5px;  
    border-bottom-left-radius: 5px; 
    background: rgba(52, 48, 46, .7);
    margin-top:40px;
}

#nav ul {
	list-style:none;
	padding-left:10px;
}

#nav ul li {
	list-style:none;
	float:left;
	text-align:center;
	line-height:28px;
	padding:0 6px 0 12px;
}

#nav ul li a {
	color:#fff;
	text-decoration:none;
	padding-bottom:1px;
}

#nav ul li a:hover {
	padding-bottom:0px;
	border-bottom:1px solid #FFF;
}

#logo {
	padding-top:100px;
}

#logo a {
width:679px;
height:87px;
display:block;
text-decoration:none;
background:url(images/logo.png) no-repeat; left top;
margin-bottom:10px;
}

#logo a span {
	lefT:-5000px;
	position:absolute;
}

#page {
	background-color:#FFF;
	-moz-border-radius-topright: 10px;  
    -moz-border-radius-topleft: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-top-left-radius: 10px; 
    border-top-right-radius: 10px;  
    border-top-left-radius: 10px;  
   padding-top:10px;
   width:870px;
}

#footer {
	clear:both;
	background:url(images/footer-back.png) top center repeat-x;
	padding-top:40px;
	color:#666;
	margin-bottom:20px;
	font-size:.9em;
}

#footer a {
	color:#999;
}

#developer {
	float:right;
	width:111px;
	height:17px;
}

#developer a {
	background:url(images/afeintdesign.png) no-repeat;
	width:111px;
	height:17px;
	position:absolute;
}

#developer a:hover {
	background-position:0 -17px;
}

#developer a span {
	position:absolute;
	left:-5000px;
}
/* home page */

#hero {
	background:url(images/hero-blank.jpg) #fff no-repeat;
	width:543px;
	height:321px;
	display:block;
	margin:10px;
	margin-left:20px;
}

#photo1, #photo2, #photo3, #photo4, #photo5 {
	width:543px;
	height:321px;
	position:absolute;
}

#photo1 {
	background:url(images/hero-001.jpg);
}
#photo2 {
	background:url(images/hero-002.jpg);
}
#photo3 {
	background:url(images/hero-003.jpg);
}
#photo4 {
	background:url(images/hero-004.jpg);
}
#photo5 {
	background:url(images/hero-005.jpg);
}

div.hero-photo  div{
	position:absolute;
	margin-top:215px;
	background: rgba(52, 48, 46, .9);
	width:494px;
	color:#FFF;
	padding:20px;
	margin-left:3px;
	
	}

.hero-title {
	font-weight:bold;
	font-size:1.2em;
	line-height:1.5em;
	font-family:Arial;
	letter-spacing:.1em;
}

#intro {
	float:right;
	width:260px;
	margin-right:20px;
}

#intro h2, #content h2 {
	margin-top:1em;
	font-size:1.4em;
	line-height:1.6em;
}

#intro p {
	line-height:1.7em;
	margin-top:1em;
	text-indent:1em;
}

#paintings {
	background:url(images/paintings-back.gif) top left repeat-x;
	height:157px;
	display:block;
	padding:16px;
	padding-right:0px;
	overflow:hidden;
}

#paintings a img {
	border:1px solid #000;
	margin-right:10px;
	margin-bottom:20px;
}