* {
margin: 0;
padding: 0;
 }


body {
font-size: 13px;
font-family: Georgia, Serif;
color: #666;
background-color: #ffffff;
}

strong {color:#000;}


/* LINKS */

a:link {
text-decoration: none;
color: #000;
 }

a:active {
text-decoration: none;
 }

a:visited {
text-decoration: none;
color: #000;
 }

a:hover {
text-decoration: underline;
color: #000;
 }

a img {
border: none;
 }

.top-section {
padding-top: 0px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;
 }

.top-section p {
padding: 120px 0 0 0;
background-image: url('../../../gravatar.png');
background-repeat: no-repeat;
font-size: 24px;
color:#000;
 }

/* MENU */

#menu {

width: 225px;
overflow: auto;
top: 20px;
left: 0;
position: absolute;
height: 100%;
font-size: 11px;
letter-spacing: .5px;

 }

#menu .container {
padding:20px;
 }



#menu ul {
list-style: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 12px;
margin-left: 0px;
padding-right: 25px;
padding-left: 25px;
}

#menu ul li {
margin-top: 0px;
margin-bottom: 4px;
 }


#menu ul li.section-title {
font-size: 13px;
text-transform:uppercase;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
 }

#menu div.bottom-section {
border-top-color: #666;
border-top-style: solid;
border-top-width: 1px;
padding-top: 10px;
margin-right: 25px;
margin-left: 25px;
 }

/* CONTENT AREA */

#content {
height: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 225px;
top: 0;
padding-top: 30px;
padding-right: 5px;
padding-bottom: 25px;
padding-left: 40px;
 }

.container {
margin-bottom: 25px;
 }

#content p {
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
line-height: 18px;
 }

p {
margin-top: 0;
margin-right: 0;
margin-bottom: 9px;
margin-left: 0;
 }

/* HEADINGS */



h1 {
font-size: 32px;
color: #666666;
padding-bottom: 15px;
 }

h2 {
font-size: 20px;
font-weight: normal;
color: #666666;
padding-bottom: 15px;
 }

h3 {
font-size: 16px;
color: #0006FF;
 }

h4 {
font-size: 12px;
color: #0006FF;
 }

/* IMAGES */

#img-container {
margin: 0 0 20px 0;
padding: 0;
 }

#img-container p {
width: 400px;
margin: 0;
padding: 0 0 12px 0;
 }

#img-container img {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
width:100%;
 }

#img-container .nothumb img {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: -13px;
width:100%;
 }

#once {
clear: left;
 }

/* SLIDE SHOW - Navigation */

p.nav a, a.visit {
background-color: #eeeeee;
padding-top: 3px;
padding-right: 9px;
padding-bottom: 3px;
padding-left: 9px;
font-size: 11px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
 }

p.nav a:hover, a.visit:hover {
background-color: #cccccc;
 }

p.nav span#num {
letter-spacing: 2px;
padding-left: 20px;
 }