body {
color: #000;
font-family:  trebuchet ms, arial, sans-serif;
font-size: 76%;
margin: 0;
padding: 0;
width: 100%;
background: #858585 url(images/bg1.gif) top left repeat-x;
text-align: center;
}

html {
text-align: left;
}

a {
color: #ccc;
text-decoration: none;
font-size: 1.2em;
font-weight: bold;
}

a:visited {
color: #ccc;
}

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

a:active {
color: #ccc;
}

a img {
border: none;
}

a:hover img {
border: solid 2px #ccc;
}

a.current, a:visited.current {
color: #fff;
text-decoration: underline;
}

h1 {
font-size: 1.2em;
font-weight: normal;
text-align: left;
}

h2 {
font-size: 1.2em;
font-weight: normal;
text-align: left;
}

h3 {font-size: 1.1em;
font-weight: bold;
text-align: left;
}

h4 {font-size: 1.1em;
font-weight: bold;
text-align: right;
}

p {text-align: left;
line-height: 1.3em;
font-size: 1.0em;
}

/* text decoration */

.ital {
font-style: italic;
}

.bold {
font-weight: bold;
}

.small {
font-size: 0.9em;
}

#container {
margin: 0 auto;
padding: 0;
width: 865px;
background: url(images/drawbg.gif) top left no-repeat;
}

#content {
position: relative;
margin: 0;
padding: 0;
width: 100%;
}

#mainnav {
position: absolute;
top: 0;
left: 0;
width: 211px;
min-height: 468px;
text-align: center;
background: url(images/.gif) top left no-repeat;
}

#mainnav ul {
list-style: none;
margin: 90px 0 0 7px;
padding: 0;
}

#mainnav ul li {
display: block;
margin: 0;
padding: 1px 0;
}

#mainnav ul li.current {
border-bottom: dashed 1px #ccc;
}

#wall {
position: relative;
margin: 0 0 0 211px;
padding: 0;
width: 689px;
min-height: 478px;
background: url(images/.gif) top left no-repeat;
}

#control {
position: absolute;
top: 440px;
left: 25px;
width: 171px;
height: 77px;
padding: 0;
}


#thumbs {
margin: 10px 0;
padding: 12px 0 12px 0;
width: 100%;
height: 76px;
overflow: hidden;
background: url(images/thumbbg.gif) top left repeat-x;
}

#thumbs .thumbnail{
float: left;
cursor: pointer;
background-position: center left;
}

#text {
margin: 0 0 0 310px;
padding: 70px 0 0 0;
width: 330px;
}

#text ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
text-align: left;
}

#text ul li {
border-left: solid 2px #b6a5a5;
margin: 5px 0 5px 0;
padding: 0 0 0 10px;
}


#footer {
margin: 20px auto;
padding: 0;
}


