/* General Stuff */
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;
}
ol, ul {
	list-style: none;
}
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: "" "";
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	outline-style: none;
}

a:link {
	color: #88b9ee;
}
a:hover, a:focus {
	color: #b9ee22;
	text-decoration: none;
}
a:focus {
	background: #222;
	outline: medium dotted #999;
}
a:active, a:visited {
	color: #e81;
}

html {
	height: 100%;
}

body {
	background: #111 url(img/bg.gif) top repeat-x;
	color: #aaa;
	font: normal 0.9em Helvetica,Arial,sans-serif;
	width: 100%;
	height: 100%
}

#container {
	background: url(img/name.gif) top no-repeat;
	min-width: 800px;
	margin: 0 auto 16px;
	display: block;
}

.aid {
	display: none;
}

/* Menu Formatting */

#menu {
	text-align: center;
	width: 35em;
	min-height: 74px;
	margin: 0 auto;
	padding-top: 108px;
	display: block;
}

#nav li {
	display: inline;
	font: normal 1em Helvetica,Arial,sans-serif;
}


#nav a {
	background: #111 url(img/menuoff.gif) bottom no-repeat;
	text-align: center;
	text-decoration: none;
	min-width: 100px;
	min-height: 48px;
	float: left;
}

#nav a:hover {
	background: #111 url(img/menuhover.gif) bottom no-repeat;
}

.home .menu-home a, .projects .menu-projects a, .artwork .menu-artwork a, .about .menu-about a {
	background: #111 url(img/menuhover.gif) bottom no-repeat;
	color: #b9ee22;
	text-decoration: none;
}

/* Content Formatting */

#content {
	background: #111 url(img/content.gif) center repeat-y;
	height: 100%;
	margin: 16px auto 0;
	width: 800px;
}

#content * {
	line-height: 1.4;
}

#content p, ul {
	font-family: 'palatino linotype',palatino,Georgia,'Times New Roman', serif;
	text-align: left;
}

#contenttop {
	background: #111 url(img/contenttop.gif) top no-repeat;
	text-align: center;
	width: 800px;
	min-height: 64px;
	margin: 0 auto;
}

#contenttop h1 {
	padding-top: 32px;
}

#info {
	text-align: left;
	margin: 0 32px;
	padding-bottom: 8px;
}

#info ul {
	list-style: square outside url("img/dot.gif");
}

strong {
	font-weight: 700;
	color: #b9ee22;
}

#info a {
	font-weight: 700;
}

.bigtext {
	font: normal 2em 'palatino linotype',palatino,Georgia,'Times New Roman', serif;
}

#info td {
	font-family: 'palatino linotype',palatino,Georgia,'Times New Roman', serif;
	padding-right: 16px;
}

h1 {
	font: bold 2em Helvetica,Arial,sans-serif;
}

h2 {
	font: bold 1.2em Helvetica,Arial,sans-serif;
}

h3 {
	font: bold 1.0em Helvetica,Arial,sans-serif;
}

/* Footer */
#footer {
	background: #111 url(img/contentbottom.gif) bottom no-repeat;
	width: 800px;
	min-height: 64px;
	margin: 0 auto;
}
#footer p {
	padding: 0 32px 32px;
}
#footer img {
	padding-right:0;
	display:inline;
}
