@charset "UTF-8";
/* CSS Document */

body{
    overflow-y:scroll;
 }

p {
	text-align: left;
	font-family: arial, sans-serif;
	}

#wrapper{
	top: 2px; /*Makes the top of the page come down 40pixels away from the top of the screen. I did this because I think it looks too scrunched up if it were to sit solidly on the top.*/
	width:1000px;
	margin-right: auto; /*allows me to centre the location of my website on any screen width. */
	margin-left: auto;
	position: relative;
}

#wrapper2{
	top: 2px; /*Makes the top of the page come down 40pixels away from the top of the screen. I did this because I think it looks too scrunched up if it were to sit solidly on the top.*/
	width:1000px;
	margin-right: auto; /*allows me to centre the location of my website on any screen width. */
	margin-left: auto;
	left: 8.5px;
	position: relative;
}

:link img {
	border: none;
	text-align: center;
}

img { 
	border: none; 
}

#header, #content, #contentbio, #links, #table, #gallerytext, #contentnews, #sidelinks, #footer, #contactform, #contentcontact{
	position: absolute;
}

/**/#sidelinks{
	left: -40px;
	top: 320px;
	font-family: arial, sans-serif;
	font-size: .9em;
}

#sidelinks ul{
	list-style: none;
	text-decoration: none;
}

#sidelinks li{
	list-style: none;
	text-decoration: none;
	padding-top: 15px;
}

#sidelinks a:link{
	text-decoration: none;
	list-style: none;
	color: #666;
}

#sidelinks a:hover{
	color: #000;
	text-decoration: none;
	list-style: none;
}

#sidelinks a:visited{
	color: #666;
	list-style: none;
	text-decoration: none;
}

#leftthumbsbig{
	position: absolute;
	top: 65px;
	left: 925px;
	width: 100px;
}

#leftthumbs{
	position: absolute;
	top: 65px;
	left: 765px;
	width: 100px;
}

#header{
	border: none;
	border-style: none;
	/* left: -230px; */
	left: 0px;
	top: 0px;
	width: 800px;

}

#links{
	top: 70px; /* moves links X pixels from the top */
	font-family: arial, Helvetica, sans-serif;
	/* left: -270px; */
	left: -40px;
	width: 200px;
}

#links ul{
	list-style: none;
	text-decoration: none;
}

#links li{
	list-style: none;
	text-decoration: none;
	padding-top: 15px;
}

#pullin{
	padding-left: 17px;
}


#links a:link{
	text-decoration: none;
	list-style: none;
	color: #666;
}

#links a:hover{
	color: #000;
	text-decoration: none;
	list-style: none;
}

#links a:visited{
	color: #666;
	list-style: none;
	text-decoration: none;
	}

#content{
	/* left: -70px; */
	left: 167px;
	top: 81px;
	width: 600px;
	font-weight: bold;
}

#content a:link {
	text-decoration: none;
	border-style: none;
}

#content a:visited {
	color: #000;
	text-decoration: none;
	border-style: none;
}


#content h3{
	font-size: .9em;
	color: #000;
	font-family: arial;
}

#content h4{
	font-size: .9em;
	color: #ff8000;
	font-family: arial;
	
}

#content p{
	font-size: .8em;
	color: #000;
	font-family: arial, sans-serif;
	text-align: justify;
	font-weight: normal;
}

#content img{
	padding-top: 18px;
}

#contentnews{
	/* left: -70px; */
	border: 2px solid #666;
	left: 170px;
	top: 100px;
	width: 600px;
	text-align: center;
}

#contentnews a:link {
	text-decoration: none;
	border-style: none;
}

#contentnews a:visited {
	color: #000;
	text-decoration: none;
	border-style: none;
}


#contentnews h3{
	font-size: .9em;
	color: #ff8000;
	font-family: arial;
}

#contentnews h4{
	font-size: .9em;
	color: #ff8000;
	font-family: arial;
	
}

#contentnews p{
	font-size: .8em;
	color: #000;
	font-family: arial, sans-serif;
}

#contentnews img{
	padding-top: 18px;
}

.contentcontact{
	font-family: arial, sans-serif;
	color: #ff8000;
}

#gallerytext{
	/* left: -70px; */
	font-family: arial, sans-serif;
	font-size: .9em;
	left: 189px;
	top: 100px;
	width: 600px;
	
}

#bottomthumb{
	position: absolute;
	left: -17px;
	top: 595px;
	padding-bottom: 45px;
}

.awards{
	font-style:italic;
	font-family: arial, sans-serif;
}

.year{
	font-weight: bold;
	font-family: arial, sans-serif;	
}

#newsletter .head{
	text-align: center;
	font-family: arial, sans-serif;
}

#newsletter .boldhead{
	text-align: center;
	font-weight: bold;
	font-family: arial, sans-serif;
	
}

img.displayed{
	display: block;
	margin-left: auto;
	margin-right: auto
}

#bottomthumbbig{
	position: absolute;
	left: -17px;
	top: 500px;
	padding-bottom: 45px;
}

#newsletter .italics{
	text-align: center;
}

#newsletter p{
	text-align: justify;
	font-family: arial, sans-serif;
}

#newsletter{
	padding: 10px;
	text-align: center;
	font-weight: normal;
}

#content h2{
	color: #666;
	font-size: 1.2em;
}

#side{
	height: 150px;
	left: 171px;
	position: absolute;
	top: 600px;
	font-size: .8em;
	font-family: Arial, "Lucida Grande", sans-serif;
	color: #666;
	width: 358px;
}

#namuside{
	height: 150px;
	left: 170px;
	position: absolute;
	top: 500px;
	font-size: .8em;
	font-family: Arial, "Lucida Grande", sans-serif;
	color: #666;
}

#footer{
    padding-top: 100px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    left: -169px;
    font-size: .8em;	
}

#galleryfooter{
	padding-top: 100px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	left: -170px;
	font-size: .7em;
	position: absolute;
	
}


#table1 {
	position: absolute;
	width: 600px;
	top: 110px;
	left: 170px;
	padding-left: 0px;
	font-size: 9px;
	font-weight: bold;
}

#table {
	width: 600px;
}

#table td{
	padding-left: 15px;
	padding-top: 15px;
}

#table4 td{
	padding-left: 15px;
	padding-top: 15px;
}

#table1 td{
	padding-left: 18px;
	padding-top: 18px;
}

#table3 td{
	padding-left: 15px;
	padding-bottom: 10px;
}

#table3{
	top: -15px;
	left: -16px;
	position: relative;
}

.bold{
}

.italics{
	font-style: italic;
	font-family: arial;
	font-size: .7em;
 
}

.h1{
	color: #000;
	font-size: 1.2em;
	font-family: arial, sans-serif;
	font-weight: normal;
}

.bsmaller{
	padding-left: 20px;
	font-size: .9em;
	font-weight: none;
}

.bsmaller a:link{
	color: #666;
	text-decoration: none;
	border-style: none;
	font-family: arial;
}

.bsmaller a:hover{
	color: #000;
	text-decoration: none;
	border-style: none;
	font-family: arial;
}

.smaller{
	font-size: .9em;
	font-weight: none;
}

.smaller a:link{
	color: #666;
	text-decoration: none;
	border-style: none;
	font-family: arial;
}

.smaller a:hover{
	color: #000;
	text-decoration: none;
	border-style: none;
	font-family: arial;
}

a.smaller{
	font-size: 1.1em;
	font-weight: none;
	color: #666;
}

a.smaller:link{
	color: #666;
	text-decoration: none;
	border-style: none;
	font-family: arial;
}

a.smaller:hover{
	color: #0;
	text-decoration: none;
	border-style: none;
	font-family: arial;
}

.link{
	font-family: arial, sans-serif;
	font-size: 1.0em;
	color: #666;
}

.link a:link{
	color: #666;
	text-decoration: none;
	border-style: none;
	font-family: arial, sans-serif;
}

.link a:hover{
	color: #000;
	text-decoration: none;
	border-style: none;
	font-family: arial, sans-serif;
}

.link a:visited {
	color: #000;
	text-decoration: none;
	border-style: none;
}

.gallery{
	padding-left: 20px;
	padding-top: 3px;
	font-size: 9em;
}

.gallery1{
	padding-top: 3px;
	font-size: 2em;
}

#newsletter .centre {
	text-align: center;
}

#contactform{
	left: -20px;
}
#wrapper2 #content p i {
	color: #666;
}
#pullin #wrapper #contentnews #newsletter p {
	text-align: left;
}
#pullin #wrapper #content p strong em {
	font-size: 0.9em;
}
#pullin #wrapper #content p strong em {
	font-size: 0.8px;
}
#pullin #wrapper #contentnews #newsletter .gallery1 .year {
	font-family: Verdana, Geneva, sans-serif;
}
#pullin #wrapper #contentnews #newsletter .gallery1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#pullin #wrapper #contentnews #newsletter .boldhead strong {
	font-size: 0.8em;
}
#pullin #wrapper #content p {
	color: #808080;
}
#pullin #wrapper #content p {
	color: #000;
	font-family: arial, sans-serif;
	font-weight: normal;
}
#pullin #wrapper #content p strong {
	font-weight: normal;
}
