body {
    background: #fff;
    font-family: "Bookman old Style", georgia, serif;
    font-size:10pt;
    color: #000;
}

#container {
    width: 680px;
    background-color:#fff;
    margin:10px auto;
    border:3px solid #0067c5;
}

#header {
    background: #fff url(/images/header.gif) center no-repeat;
    height: 91px;
    text-align: center;
    margin-top: 15px;
}
#header h1, #header p {
    display: none;
}

/*h1.logo {color:#0067c5;text-align:center;padding:10px 0 0 0;margin:30px auto;}*/
h1 {color:#0067c5;text-align:left;margin-top:0;font-weight:lighter;font-size:14pt;}
h2 {margin-top:0;color:#000;border-bottom:1px solid #ccc; font-weight:lighter; font-size:14pt; font-weight:lighter;}
h3 {font-weight:lighter;font-size:12pt;}
a {color:#0067c5;}
a:hover {color:#0067c5;}
hr {color:#000;border-color: #ccc;border-width: 1px; height: 1px; background-color: #ccc;line-height: 1px;}
p.right {float:right;margin:0}
p.links {margin:10px 0 10px 0;text-align:center;}
.center {text-align:center}


#content {
    margin: 0 10px;
    min-height:500px;
    line-height:1.5em;
}

#footer {
    clear:both;
    color:#666;
    font-size:11px;
    margin:10px;
    padding:5px;
    text-align: center;
}
#footer p {
    margin: 2px 0;
}

img.photo {float: right;padding: 1px;border: 1px solid #0067c5;margin: 0 0 8px 8px;}

table {width:100%;}
table td {width:50%}


/* Illustrator pages */

.extra {display: block;background: #A7CBFF;margin: 10px 0;padding: 5px;}
.extra h1 {margin: 0;}
.extra h1 a {color: #222;}
.extra h1 a.back {float: right; font-size: 12pt; color:#0067c5; font-weight: bold;}
.extra p {margin: 6px;}
.extra p span {color: #555; font-style: italic;}

#image {background: #ededed; padding: 10px; text-align: center;}
#image img {border: 1px solid #0067c5;}

#thumbnails {
    background:#ededed; 
    margin-top: 12px;
    padding: 10px 10px 10px 13px; 
}
#thumbnails img {
    border: 1px solid #aaa; 
    margin: 0 9px 5px 0;
}
#thumbnails img.on {border-color: #0067c5; border-width: 1px;}

div.user {
    float: left;
    background: #fff;
    padding: 4px;
    height: 136px;
    width: 147px;
    margin: 4px;
    position: relative;
    overflow: hidden;
    border: 1px solid #A7CBEC;
}
div.user:hover {
    border-color: #0067c5;
}
div.user img {
    border: 1px solid #666;
}
div.user h3, div.user p {
    font-size: 15px;
    text-align: center;
    margin:0;
}