body { min-width: 800px; }
body * { font-family: Tahoma, Arial, sans-serif; }
.header { background-color: #012e65; background-image: url(actalp.png); 
          background-repeat: no-repeat; background-position: right; 
          height: 100px; width: 100%; position: relative; 
          margin-top: 70px; margin-bottom: 30px; }
.photo-wrapper { position: absolute; top: -50px; left: 20px; border: 2px solid black; }
.photo { border: 4px solid white; width: 150px; height: 227px; background-image: url(john.jpg);
         background-repeat: no-repeat; }
#title { position: absolute; top: 7px; left: 210px; background-image: url(title.gif); 
         background-repeat: no-repeat; background-position: left center; 
         height: 80px; width: 382px; z-index: 10; }
#experience { position: absolute; top: -45px; right: 18px; background-image: url(experience.gif); 
         background-repeat: no-repeat; background-position: right center; 
         height: 28px; width: 360px; z-index: 10; }         
.menu { position: relative; left: 210px; top: -20px; }
.sidebar { position: absolute; width: 180px; left: 11px; top: 267px; }
.sidebar li { text-align: center; margin: 1em; 
              font-weight: bold; }
.sidebar a, .sidebar a:hover { text-decoration: none; color: #226; }
.sidebar a:hover { background-color: #ccf; }
#rightbar { float: right;  width: 140px; padding: 15px; margin-right: 10px; top: 200px; 
            font-size: 0.9em; text-align: center; 
            background-color: #eeeef3; border: 1px solid #223; }
#rightbar .link { margin: 1em 0; text-align: center; }
#rightbar img { display: block; margin: 1em auto; }
#rightbar .link a, #rightbar .link a:hover  { font-weight: bold; color: #224; text-decoration: none; }

#page-photo { float: right; margin: 0 0.5em 1em 1em; width: 210px; }
#page-photo img { display: block; margin: 0 auto; padding: 0; border: 2px solid #222; }
.caption { font-size: 0.9em; font-weight: bold; text-align: center; margin: 0.4em 0 0 0; padding: 0; }

#main { position: relative; margin-top: 1em; margin-bottom: 3em; margin-left: 210px;
        margin-right: 200px; min-height: 560px; }
#main h2 { font-size: 1.3em; margin-bottom: 1em; }
.text { margin-top: 1em; margin-bottom: 1em; line-height: 1.3em; }
.text p { margin-bottom: 1em; }
.footer { padding: 0.5em 0 1em 0; font-size: 80%; text-align: center; border-top: 1px solid #012e65; clear: both; position: relative; left: 0; width: 100%; }

/**
* Skip (For Screen Readers)
*/

#skip
{ 
position: absolute; 
left: 0px; 
top: -500px; 
width: 1px; 
height: 1px; 
overflow: hidden;
}