html, body {
	font-family:genva,arial, tahoma, arial;
	font-size:9pt;
	height:auto; 
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#fff; 

}


#siteDivider {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	left:0px;
	width:775px;
	height:100%;
	background-color:#fff;
}

#topLogo {
	position:relative;
	width:775px;
	height:59px;
	background-image:url('../images/header.jpg');
}

#topMenu {
	position:relative;
	width:775px;
	height:auto;

	border-top:1px solid #a1a1a1;
	border-bottom:1px solid #a1a1a1;
	color:#a1a1a1;
	font-size:12px;
}

#artistList {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:10px;
	width:775px;
	height:auto;
	margin-top:10px;
}

.artistListWrapper {
	overflow:hidden;
	width:775px;
}

.artistMasterList {
	float:left;
	width:258px;
	height:auto;
	margin-top:10px;
}

#artistPageLeft {
	position:relative;
	width:445px;
	height:auto;
	float:left;
}

#leftHeader1 {
	height:20px;
	width:443px;
	border: 1px solid #bebebe;
	background-color:#2c2c2c;
	color:#f1f1f1;
	font-size:1.13em;
	letter-spacing: .07em;
}

#leftImageLarge {
	height:auto;
	width:445px;
	background-color:#eeeeee;
	color:#2c2c2c;
	font-size:1em;

}

img.profileImageLarge {
	margin-top:5px;
	border:0px;
}

#leftThumbs {
	margin-top:10px;
	height:auto;
	width:445px;
	background-color:#eeeeee;
	color:#2c2c2c;
	font-size:.8em;
}


a.thumbLink:hover {
	color:red;	
}

a.thumbLink:link img,
a.thumbLink:visited img {
	border:1px solid #eeeeee;
}

a.thumbLink:focus img,
a.thumbLink:hover img,
a.thumbLink:active img {
	border:1px solid #fff;
}

table.imageTable {
	border-top:20px solid #eeeeee;
	border-bottom:20px solid #eeeeee;
}


#artistPageRight {
	position:relative;
	margin-left:10px;
	width:320px;
	height:auto;
	float:left;
}

.rightHeader {
	float:left;
	height:20px;
	width:158px;
	border: 1px solid #bebebe;
	background-color:#2c2c2c;
	color:#f1f1f1;
	font-size:1em;
	text-align:center;
}

a.rightHeaderLink {
	color:#fff;
	text-decoration:none;
}
a.rightHeaderLink:hover {
	color:#ddd;
}

.artistPageRightContent {
	float:auto;
	height:auto;
	width:318px;
	background-color:#fff;
	color:#2c2c2c;
	font-size:1em;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin-bottom:20px;

}

a.menu {
	margin-left:15px;
	color:#a1a1a1;
	text-decoration:none;
}

a.menu:hover {
	color:#515151;
	
}

a.artistLink {
	margin-left:0px;
	color:#5E5E5E;
	text-decoration:none;
}

a.artistLink:hover {
	color:#111;	
}

a.artistVideoLink {
	margin-left:0px;
	color:#16D748;
	text-decoration:none;
}

a.artistVideoLink:hover {
	color:#09581D;	
}

span.video {
	color:#16D748;
}

div.voterHelp {
	color:#AAA;
}

#footer {
	color:#555;
	font-size:.9em;
	width:582px;
	text-align:center;
	margin-bottom:10px;
}

a {
	color:#d0080a;
	text-decoration:none;
}
a:hover {
	color:#F9090E;
}

p.nominatedBy {
	font-size:1.25em;
	font-style:italic;
	color:#10A537;
}

p.instructions {
	color: #d0080a;
}

p.error {
	padding: 10px;
	width: 500px;
	border: 2px solid #d0080a;
	background: #FFDEE0;
	color: #d0080a;
}

p.error a {
	text-decoration: underline;
}

p.error a:hover {
	color:#d0080a;
	text-decoration: none;
}


/* 2009 Gallery Changes */

div.header2009 {
	background-image:url('../gallery/images/2009grantees_header.png');
	background-repeat: no-repeat;
}
