#navcontainer { width: 200px; }

#navcontainer ul
{
margin: 0;
padding-left: 0;
list-style-type: none;
font-family: Trebuchet MS, Sans-Serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 197px;
background-color: #1e211b;
font-size: 10px;
letter-spacing: 1px;
}

#navcontainer a.sub
{
margin-left:5px;
width: 192px;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFFFFF;
color: #852701;
}

body {
background-color:#1e211b;
}

#main {
margin: 0px auto;
width:700px;
}

#head {
position:absolute;
top:25px;
height:331px;
width:700px;
background-image:url(header.jpg);
}

/* reapeat hack for IE */
html>body #body {
position:absolute;
top:360px;
height:auto;
min-height: 100%;
width:700px;
}

#body {
position:absolute;
top:360px;
width:700px;
}

#footer {
position:absolute;
top:740px;
left:375px;
}

/* margin hack for IE */
html>body #content1 {
float:left;
height:100%;
width:201px;
margin:10px 0 0 5px;
}

#content1 {
float:left;
height:auto;
width:201px;
margin:7px 0 0 3px;
}

#content2 {
float:left;
width:460px;
margin:10px 0 0px 10px;
}


img {
border:0px;
margin:0px;
}

img.photo {
border: 3px solid #FFFFFF;
margin: 0 15px 0 0;
}

h1 {
font-family:Georgia, Trebuchet MS, Sans-Serif;
font-size:16px;
color:#5A5A5A;
font-weight:bold;
}

p {
font-family: Trebuchet MS, Sans-Serif;
font-size:12px;
color:#FFFFFF;
text-align:justify;
margin:0px;
}

p.menu {
font-family: Trebuchet MS, Sans-Serif;
font-size:10px;
color:#FFFFFF;
text-align:justify;
letter-spacing: 1px;
}

p.sign {
font-size:12px;
text-indent:10px;
font-style:italic;
}

p.footer {
font-size:9px;
font-weight:bold;
}

a:link,a:visited {
font-family:Trebuchet MS, Sans-Serif;
font-size:11px;
color:#6E6E6E;
text-decoration:none;
}

a:hover {
text-decoration:none;
color: #FFFFFF;
}

a.footer:link,a.footer:visited {
font-family: Trebuchet MS, Sans-Serif;
font-size:9px;
color:#6E6E6E;
text-decoration:none;
}

a.footer:hover {
text-decoration:none;
color:#FFFFFF;
}

a.mail:link,a.mail:visited {
font-family: Trebuchet MS, Sans-Serif;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}

a.mail:hover {
text-decoration:none;
color:#6E6E6E;
}

