/* CSS Reset */

* {	padding: 0;
	margin: 0;
}

p {	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	margin-bottom: 18px;
	padding-left: 20px;
}

a {	color: #FF00CC;
	text-decoration: none;
	}
	a:hover {	text-decoration: underline;
			}
			
h1 { 	font-family: Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.2em;
		color: #FF00CC;
		margin-bottom: 10px;
}

h2 {	font-family: Helvetica, Arial, sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.2em;
		color: #4D2667;
		padding-left: 20px;
}

#page-wrap {	background: url(images/header_bg); 
				background-position: top;
				background-repeat: repeat-x;
}

#header	{	height: 264px;
			background: url(images/header.jpg);
			background-position: top left;
			background-repeat: no-repeat;
}

#main-area	{	background: url(images/main_bg.jpg);
				background-position: top left;
				background-repeat: no-repeat;
}

ul#nav {	width: 180px;
			float: left;
			padding-top: 100px;
			list-style: none;
			}
			ul#nav li a {	display: block;
							width: 180px;
							height: 50px;
							text-indent: -9999px;
					    }
						ul#nav li.work a {	background: url(images/nav-work.jpg) bottom no-repeat;
						}
						ul#nav li.portraits a {	background: url(images/nav-portraits.jpg) bottom no-repeat;
						}
						ul#nav li.bio a { background: url(images/nav-bio.jpg) bottom no-repeat;
						}
						ul#nav li.exhibitions a {	background: url(images/nav-exhibitions.jpg) bottom no-repeat;
						}
						ul#nav li.community a { background: url(images/nav-community.jpg) bottom no-repeat;
						}
						ul#nav li.shirt a {	background: url(images/nav-shirt.jpg) bottom no-repeat;
						}
						ul#nav li.tattoos a { background: url(images/nav-tattoos.jpg) bottom no-repeat;
						}
						ul#nav li.contact a { background: url(images/nav-contact.jpg) bottom no-repeat;
						}
						ul#nav li a:hover { background-position: center center;
						}

#content {	margin-left: 230px;
			padding-right: 20px;
		}
		#content td	{	padding: 5px;
						font-family: Helvetica, Arial, sans-serif;
						font-size: 12px;
		}

#title { 	text-align: right;
			width: 745px;
}

.thumbnail	{	width: 305px;
				height: 290px;
				float: left;
				margin: 10px;
				text-align: center;
				font-family: Helvetica, Arial, sans-serif;
				font-size: 12px;
				font-weight: normal;
			}
			.thumbnail img { margin-bottom: 5px;
			}
			

#form {	font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		padding-left: 20px;
		width: 350px;
		}
		#form li	{ 	list-style: none;
						padding-bottom: 8px;
		}

.clear {	clear: left;
}