@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; border:0px;}
html {font-size:125%; text-align:center; height: 100%; overflow: scroll;}
body {font-size: 50%; height: 100%; background-color:#FFF;}

hr {clear: right; border-bottom: 1px dotted #666; margin: 1.5em 0;}

/*
div {border: 1px dotted green; margin: -2px;}
*/

#everything {margin: 0 auto; width:1024px; padding-top:3em; background-color:#FFF;}

#left {width: 725px; float: left; display: block inline;}

#adLeft {width: 100px; display: block inline; background-color:#FFF; float:left; padding-right: 50px;}
#adLefttop {background-color:#FFF; clear:both;}
#adLefttop img {border:none; padding:0px;}

#adLeftbottom {background-color:#FFF; clear:both;}n
#adLeftbottom img {border:none; margin:0px; padding:0px;}

#logotype {background-color:#FFF; clear:both; margin-bottom: 20px;}
#logotype a img {border: 0px;}

#menu {height: 25px; background-color:#FFF; border-bottom: medium dotted #666;}
#menu a {text-transform: uppercase;}

#content {background-color:#FFF; margin-top:1em; margin-left:1em; padding-left: 150px; padding-bottom: 10px;}
#content, #content p {margin-top:5px; text-align:left; font-size:1.2em; font-family:Tahoma, Geneva, sans-serif; line-height: 1.5em;}
#content .loading img {position: relative; left: 290px; border: 0px; margin-top: 100px;}
#content h1 {text-align:left; font-size:1.7em; font-family:Tahoma, Geneva, sans-serif; margin-bottom: 0.7em; margin-top: 20px; font-weight: normal;}
#content h2 {text-align:left; font-size:1.5em; font-family:Tahoma, Geneva, sans-serif; margin-bottom: 0.7em; margin-top: 20px; font-weight: normal;}
#content h3 {text-align:left; font-size:1.3em; font-family:Tahoma, Geneva, sans-serif; margin-bottom: 0.7em; font-weight: normal;}
#content img.portrait {float:left; margin-bottom: 10px; margin-right:10px; border:thin; border-style:none;}
#content a:link			{color:#000; font-weight:bold; text-decoration:underline;}
#content a:visited		{color:#666;; text-decoration:none;}
#content a:hover		{color:#FFF; text-decoration:none; background-color:#000;}
#content a:active		{color:#000; text-decoration:none;}
#content div.profile {display:block; width: 560px; height: 155px;}

ul.menu {display: block; height: 25px;}
ul.menu li {display: inline; float: left; text-align: center; width: 115px;}
ul.menu li a {text-decoration: none; color: black; font-family:Tahoma, Geneva, sans-serif;}
ul.menu li a:hover {color: #c00;}

dl {float: left; width: 570px; margin: 10px 0 10px 10px;}
dt {clear: left; float: left; width: 250px; font-weight: bold;}
dd {float: left; width: 300px;}

table {width: 100%;}

#gallery {background-color:#FFF; float: right;}
#gallery img {margin-top:1em; border:medium; border-color:#666; border-style:dotted;}
.galleryitem {margin-bottom: 40px;}

#footer {display:block; clear:both; margin: 0 0 auto 0; width: 1024px; border-top: medium dotted #666; padding-top: 10px;}
#footer1 {display:block; background-color:#FFF; float:left;}
#footer2 {display:block; background-color:#FFF; float:right;}
.footer {font-size:1.5em; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:black; text-align:left;}
.footer2 {font-size:1.5em; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:black; text-align:right; font-style:italic;}

/* lightbox */
.lb-hidden {display: none;}

/* start IE7 and below hack */
*:first-child+html {} * html hr {margin-bottom: 0px;}
* html hr {margin-bottom: 0px;}
/* end IE7 and below hack */