/* eliminate the default border in browser window */
body { margin: 0px;}

/* place the footer on the main page*/
.indexfooter {
position: absolute;
left: 182px;
top: 595px;
width: 615px;
}

/* place the page title */
.pagetitle {
position: absolute;
left: 200px;
top: 118px;
}

/* place the page title */
.winnername {
position: absolute;
left: 200px;
top: 180px;
}

/* titles */.winnerfont {font-family: "helvetica";font-size: 22px;font-weight: bold;color: #000000;}

/* titles */.titlefont {font-family: "helvetica";font-size: 16px;font-weight: bold;color: #000000;}

/* titles */.titlefont2 {font-family: "helvetica";font-size: 16px;font-weight: bold;color: #ffcc00;}


/* used for in the news segment */.newsfont {font-family: "helvetica";font-size: 11px;font-weight: regular;color: #000000;}

/* used for news side panel on home page */.newshome {font-family: "helvetica";font-size: 14px;font-weight: regular;color: #777777;}

/* used for the bio */.mainfont {font-family: serif;font-size: 14px;
text-indent: 25px;
margin-top: 0px;
margin-bottom: 0px;font-weight: regular;color: #000000;
}

/* footer and 'back' font */.smallfont {font-family: "helvetica";font-size: 10px;font-weight: italic;color: #000000;}

/* footer DIV */.footerarea {position: relative;
left: -18px;}

/* place the photo of the individual artist */
.mypic {
position: absolute;
left: 603px;
top: 130px;
}

/* place the small photo of the mansion */
.smansionpic {
position: absolute;
left: 598px;
top: 95px;
}

/* place the portfolio photo of the individual artist */
.mainpic {
position: absolute;
left: 622px;
top: 93px;
}

/* place the flourish on the individual artist's page */
.flourishArtist {
position: absolute;
left: 598px;
top: 217px;
width: 200px;
}

/* place the flourish on the main artists page */
.flourish {
position: absolute;
left: 604px;
top: 165px;
width: 200px;
}

/* create the horizontal rule on the individual artist's page */
.hruleArtist {
position: absolute;
top: 215px;
left: 182px;
height: 2px;
width: 618;
background-color: #cccccc;
}

/* create the horizontal rule on the main artists page */
.hrule {
position: absolute;
top: 163px;
left: 182px;
height: 2px;
width: 618;
background-color: #cccccc;
}

/* position the individual artist's table */
.artistable {
position: absolute;
left: 200px;
top: 260px;
width: 550px;
}

/* position the portfolio area */
.porftoliotable {
position: absolute;
left: 200px;
top: 180px;9
width:560px;
text-align: center;
}


/* position the main artists table */
.maintable {
position: absolute;
left: 200px;
top: 200px;
}

