body {
    margin: 0px;
	font: 0.8em "Trebuchet MS";
    background-color: #FFF;
}

#main {
    margin: 0;
}

a, a:visited {
    color: #4B5757;
    text-decoration: none;
}

span.image {
	border: 1px dotted #888;
	padding: 10px;
}

#face {
    float: left;
    margin-right: 10px;
    border: 1px solid #000;
    width: 46px;
    height: 46px;
}

h1,h2 {
    font-family: Arial;
}

h1 {
    width: 695px;
    color: #58706D;
    background-color: #E3E3D1;

    margin-top:     0px;
    margin-bottom:  10px;

    padding-left:   15px;
    padding-right:  15px;
    padding-top:    10px;
    padding-bottom: 10px;
    
    border-bottom:  2px solid #58706D;

    font-size: 14pt;
}

h1 span.titleurl {
    color: #4B5757;
    font-size: 14pt;
}

h1 span.titletxt {
    font-size: 12pt;
    margin-left: 27px;
}

h2 {
	font-size: 11pt;
	width: 700px;
    margin-left: 10px;
    background-color: #E3E3D1;
    padding: 3px;
    border-bottom: 1px solid #7C8A6E;
    border-top: 1px solid #7C8A6E;
    margin-top: 20px;
}

h2 a {
    color: #000;
}

div {
    margin-left: 10px;
}

div.intro {
	width: 700px;
}

div.info {
	width: 				670px;
	padding-left: 		30px;
    margin-bottom:      30px;
}

div.info pre {
    font-size: 13px;
    padding-left: 30px;
}

table.phototable {
	border-spacing: 10px 10px;
}

table.phototable td {
	border: 1px dotted #888;
	padding: 10px;
	margin: 30px;
}

div.copyright {
	width:				700px;
	margin-top: 		10px;
	font-size: 			9px;
	color: 		        #888888;
}

div.copyright a {
    color:              #555555;
}

