/*
 * General style definitions
 */
html {
    overflow: scroll;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: white;
    margin: 10px;
    padding-top: 10px;
    line-height: 110%;
}

img {
    margin-right: 5px;
}

p.name {
    font-size: 130%;
    margin-top: 0px;
    margin-bottom: 5px;
}

p.info {
    font-size: 80%;
    line-height: 110%;
    padding-top: 0px;
}

p.album {
    font-size: 70%;
    line-height: 110%;
    padding-top: 0px;
	width: 160px;
}

p.footer {
    font-size: 75%;
    padding: 10px 0px 0px 0px;
}

ul.flushlist {
    list-style-type: disc;
    padding-left: 0px;
    margin-left: 10px;
}

ol.flushlist {
    padding-left: 0px;
    font-size: 70%;
    width: 160px;
}

hr {
    padding: 0px;
    margin: 0px;
    height: 2px;
    clear: both;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #0075bd;
}

h1 {color: #0075bd; font-size: 20px; line-height: 20px}
h2 {color: #0075bd; font-size: 15px; }
h3 {color: #0075bd; font-size: 13px; }

a:link {color: #3366BB; text-decoration: none;}
a:visited {color: #3366BB; text-decoration: none;}
a:hover {text-decoration: underline; color: #6699AA;}

/*
 * Picture box
 */
#picture_box { 
    float: left;
    background-color: white;
    margin: 5px 5px 2px 10px;
}
#picture_box img {border: none}

/*
 * Info box
 */
#info_box { 
    float: left;
    background-color: white;
    margin: 10px 5px 5px 0px;
/*    padding-left: 10px;*/
    line-height: 100%;
    font-size: 100%;
    width: 700px;
}

/*
 * Main content box
 */
#content_box {
    background-color: white;
    margin-left: 0px;
    padding: 10px 0px 20px 0px;
    line-height: 90%;
    font-size: 80%;
}
