/*Normalizes margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/*Removes list style from lists*/
ol, ul
{ list-style: none; }

/*Removes border from images*/
img
{ border: none; }

/*Centers design*/
html {
text-align: center;
}

body {
position: relative;
width: 800px;
margin: 0 auto;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
}

p {
font-family: Trebuchet, sans-serif;
font-size: 12px;
color: #2B4451;
text-align: left;
}


/*Links, colors etc*/
a:link {
color: #406579;
text-decoration: none;
padding-right: 10px;
}

a:visited {
color: #5587A1;
text-decoration: none;
padding-right: 10px;
}

a:active {
color: #406579;
text-decoration: none;
padding-right: 10px;
}

a:hover {
color: #80A5B9;
text-decoration: none;
padding-right: 10px;
}

/*Title Heading - hidden from browser*/
h1 {
position: absolute;
top: 0px;
left: -9999px;
text-indent: -9999px;
}

/*Site Header*/
div#header {
width: 100%;
height: 121px;
background: url(../images/galleryheader.jpg) no-repeat 0 0;
}

/*Navigation*/
div#nav {
width: 100%;
height: 30px;
position: relative;
font-family: Trebuchet, sans-serif;
font-size: 16px;
text-align: right;
background: url(../images/navbackground.jpg) no-repeat 0 0;
z-index: 1;
}

ul#nav_features {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 770px;
height: 30px;
padding-top: 6px;
}

ul#nav_features li {
display: inline;
}

/*Main Content*/
div#content {
position: relative;
width: 100%;
background: url(../images/contentbackground.jpg) repeat-y 0 0;
}

.content {
position: relative;
top: 30px;
width: 100%;
background: url(../images/contentbackground.jpg) repeat-y 0 0;
}

div#content_span {
clear: both;
width: 100%;
background: url(../images/contentbackground.jpg) repeat-y 0 0;
}

div#content_full {
position: relative;
top: 0px;
width: 100%;
background: url(../images/contentbackground.jpg) repeat-y 0 0;
padding-top: 10px;
padding-bottom: 10px;
}

/*Left Column - Current Exhibition*/
div#content_left {
float: left;
width: 400px;
padding: 1em 0;
}

/*Current Exhibitions Title Header*/
h2 {
font-family: Trebuchet, sans-serif;
font-size: 14px;
color: #406578;
text-transform: uppercase;
text-align: right;
padding-top: 5px;
padding-bottom: 15px;
}

/*Exhibition Title Header*/
h3 {
font-family: Trebuchet, sans-serif;
font-size: 25px;
color: #80A5B8;
text-transform: uppercase;
background-color: #FFFFFF;
padding: 5px;
}

/*Exhibition Date Header*/
h4 {
font-family: Trebuchet, sans-serif;
font-size: 18px;
color: #2C4351;
padding: 5px;
}

/*Exhibition blurb*/
div#event_blurb {
font-family: Trebuchet, sans-serif;
font-size: 14px;
padding: 0;
}

.blurb {
padding: 5px;
}

/*Exhibition Extras*/
div#event_sup {
position: relative;
top: 5px;
}

/*Exhibition Image*/
.event_image {
margin: 0px auto;
border: 2px solid #406578;
padding: 5px;
}

/*Caption for Image*/
div#caption {
position: relative;
top: 2px;
left: 0px;
font-family: Trebuchet, sans-serif;
font-size: 10px;
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
}

.caption {
position: relative;
top: 2px;
left: 0px;
font-family: Trebuchet, sans-serif;
font-size: 10px;
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
}

/*Right Column - Forthcoming Exhibitions*/
div#content_right {
float: left;
width: 400px;
padding: 1em 0;
}

.event_forthcoming {
padding-bottom: 10px;
}

.forthcoming_date {
font-family: Trebuchet, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: left;
color: #2C4351;
padding: 2px;
}

.forthcoming_blurb {
font-family: Trebuchet, sans-serif;
font-size: 14px;
text-align: left;
color: #80A5B8;
}

.more {
text-align: left;
padding-left: 20px;
}

div#gallery_details {
position: relative;
top: 10px;
padding: 0;
}

div#main_kids {
position: relative;
top: 0px;
}

div#kids_image {
width: 150px;
margin-bottom: 20px;
}

div#kids_blurb {
position: absolute;
width: 450px;
top: 50px;
left: 200px;
}

.left {
float: left;
width: 300px;
}

.right {
float: left;
width: 300px;
}

.span {
clear: both;
}

/*Rounded Corner box styling courtesy search-this.com*/
.roundbox {
width: 80%;
margin: 0px auto;
background:#FFFFFF url(../images/leftside.jpg) repeat-y left top;
}
.roundbox_full {
width:90%;
margin: 0px auto;
background:#FFFFFF url(../images/leftside.jpg) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(../images/topleft.jpg) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(../images/topright.jpg) no-repeat right top;
}

.center-content {
position:relative;
background:url(../images/rightside.jpg) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
height:60px;
background:url(../images/bottomleft.jpg) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(../images/bottomright.jpg) no-repeat right bottom;
}

/*Footer Styling*/

div#site_info {
position: relative;
top: 0px;
width: 100%;
height: 40px;
background: url(../images/footerbackground.jpg) no-repeat 0 0;
margin-bottom: 10px;
}

.copyright {
position: relative;
top: 7px;
left: 40px;
}

.validate {
position: absolute;
top: 0px;
left: 630px;
}

div#logos {
position: relative;
top: 5px;
left: 550px;
width: 218px;
}