/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	
	color: #cccccc;
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	
	background-color: #666666;
	
}

/* typography */


/* layout */

#navigation {
	padding-top: 20px;
	float: right;
}

#wrapper {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#navgiation ul {
}

#navigation li {
	font-size: 16px;
	padding-left: 37px;
	display: inline;
}

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

a:hover {
	color: #e5e5e5;
}

#footer {
	padding-bottom: 30px;
	font-size: 10px;
	text-align: right;
}

#content {
	margin-top: -5px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #727272;
}

#page_selected {
}

#page_selected img {
}

#header {
}

h1 {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
}
h2 {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	padding-bottom: 5px;
}
.artwork {
	display: inline;
	clear: none;
	float: left;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-top: 5px;

}
#artwork_wrapper {
	display: block;
}
.artwork img{
	vertical-align: top;

}
#art_page_index {
	padding-bottom: 10px;
	padding-right: 20px;
	float: right;
}
#art_page_index .selected a {
	color: #e5e5e5;
}
p {
	padding-right: 20px;
	padding-left: 20px;
	line-height: normal;
	font-size: 14px;
	padding-bottom: 12px;
}
#homepage {
	text-align: center;
	padding: 50px;
}
.clear {
	clear: both;
}
hr {
	padding-left: 100px;
	height: 1px;
	color: #bababa;
}
