/* BODY & COMMON */

body {
font-family: Georgia, serif;
color:#000;
background-color:#FFF;
text-align:left;
}

p {
max-width:420px;
font-size:14px;
font-family: Georgia, serif;
color:#000;
background-color:#FFF;
text-align:justify;
line-height:1.3em;
font-weight:normal;
word-spacing: 0.2em;
}

p + p {
text-indent: 1.6em;
}

blockquote {
text-indent:-7px;
margin:14px;
}

/* HEADINGS */

h1 {
font-family: Georgia, serif;
font-weight:normal;
line-height:1.1em;
font-size:32px;
margin-bottom:18px;
margin-top:18px;
letter-spacing:normal;
}

h2 {
font-family: Georgia, serif;
font-weight:normal;
line-height:1.1em;
font-size:16px;
margin-bottom:18px;
margin-top:18px;
letter-spacing:normal;
text-transform: uppercase;
}

h3 {
font-size:16px;
}

h4 {
font-size:14px;
}

/* LINKS */

a:link {
text-decoration:none;
color:#666;
border-bottom:solid 1px #D0D0D0;
}

a:active {
text-decoration:none;
color:#D0D0D0;
}

a:visited {
text-decoration:none;
color:#666;
border-bottom:dashed 1px #D0D0D0;
}

a:hover {
font-style:normal;
background:#000;
color:#fff;
}

/* MENU */

#menu {
width:230px;
overflow:auto;
top:0;
bottom:0;
left:0;
position:fixed;
height:100%;
background-color:#fff;
border-right:1px dashed #D0D0D0;
}

#menu ul {
list-style:none;
margin:0 0 18px;
font-size:16px;
}

#menu ul li.section-title {
font-size:20px;
text-transform: uppercase;
}

/* IMAGES */

#img-container p {
width:400px;
margin:0;
}

a img {
border:none;
}

/* CONTENT */

#content {
height:100%;
top:0;
width:550px;
margin:0px 0 0 230px;
}

.container {
margin:33px 10px 10px 33px;
}

#once {
clear:left;
}

*,#img-container {
margin:0;
padding:0;
}

/* CUSTOM CLASSES */

.tiny {
font-size: 10px;
line-height: 1em;
margin-top: 42px;
}

.logo {
font-size:38px;
margin-top: -5px;
margin-bottom: -4px;
}

.inlineimage
{
border:1px solid #D0D0D0;
padding:14px;
margin-bottom: 14px;
margin-right: 14px;
display: block;
}

.randomline
{
border:1px solid #D0D0D0;
padding:14px;
margin-bottom: 14px;
margin-right: 14px;
display: block;
font-size:32px;
line-height:1.0em;
position:fixed;
background-color:#FFFFFF;
left:290px;
top:85px; }

}