body {
	background-color: #ffffff;
	font-family: arial, sans-serif;
}

#two-d-sculpture {}

#collage {}

#dcollage {}

#word-photos {}

#photos {}

#statements {}

#prints {}

#contact {}

#paintings {}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}

#wrapper {
	margin: auto;
}

#header {
	text-align: center;
	width: 53.125em;
}

#content {
	position: absolute;
	background-color: #ffffff;
	width: 53.125em;
	margin-top: 5.5em;
}

#main-gallery {
	
}

#footer {
	text-align: center;
	clear: both;
	width: 850px;
}

#nav-top {
    position: absolute;

    margin: 0;
    padding: 1em 2em 0 22em;
    list-style: none;
    background: #000;
}

#nav-top li {
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    font-family: "Lucida Grande", sans-serif;
}

#nav-top a {
    float: left;
    display: block;
    margin: 0;
    padding: .5em 1em;
    color: #333;
    text-decoration: none;
    background: #fff url(gray.png) repeat-x top left;
    border-bottom: 1px solid #000000;
}

#nav-top a:hover, body#two-d-sculpture #t-galleries a, body#collage #t-galleries a, body#dcollage #t-galleries a, body#word-photos #t-galleries a, body#photos #t-galleries a, body#statements #t-statements a, body#prints #t-prints a, body#moreworks #t-moreworks a, body#contact #t-contact a, body#paintings t-galleries a {
    color: #fff;
    background: #ff6868 url(red.png) repeat-x top left;
    border-bottom: 1px solid #ff6868;
}

#nav-bottom {
    position: absolute;
    height: 1.2em;

    margin-top: 4em;
    margin-left: 15em;
    padding: 2px 0px 4px 0px;
    list-style: none;
    background: #fff;
    border-bottom: 6px groove #ff6868;
    font-size: 90%;
}

#nav-bottom li {
    float: left;
    margin: 0em 0em 0em 1em;
    padding: 0em;
    font-family: "Lucida Grande", sans-serif;
}

#nav-bottom a {
	color: blue;
}

#nav-bottom a:hover, body#two-d-sculpture #t-two-d a, body#collage #t-collage a, body#dcollage #t-dcollage a, body#word-photos #t-word-photos a, body#photos #t-photos a, body#paintings #t-paintings a {
    color: #fff;
    background: #ff6868;
    text-decoration: none;
}


