body {
margin: 0;
padding: 0;
line-height: 2em;
font : 80% "Trebuchet MS", "lucida sans", Arial, Helvetica, Tahoma, sans-serif;
color: #f7f3e8;
background: #797864;
}
                                          /*HEADER*/
			
#header {
height: 170px;
background: #797864;
margin-top: 0;
padding-right: 40px;
}
			/*NAVIGATION BAR*/
#navbar {
height: 20px;
margin: 0;
padding: 0 40px 0 0;
background: #797864;
border-bottom : 1px solid #c0bcb0;
text-align: right; 
font-family: "Trebuchet MS", "lucida sans", Arial, Helvetica, Tahoma, sans-serif;
font-size : 90%;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color : #452a23;
line-height: 18px;
}
		                              	/* TOP MENU */

#menu {
margin: 0;
padding: 0;
}
#menu ul {
font-size : 93%;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
margin-top: 0;
margin-left: 0;
padding: 0 0 0 0;
overflow: hidden;
background: #797864;
color: #f7f3e8;
width: 100%;
line-height: 18px;
}
#menu ul li {
display: inline;
padding: 0 0 0 0;
list-style-type: none;
}
#menu ul li a {
color: #f7f3e8;
text-decoration: none;
padding: 0 0 0 0;
}
#menu ul li a:hover {
background: #797864;
color: #c0bcb0;
}
#menu #current {
color: #c0bcb0;
font-weight: bold;
}

			/*3 COLUMNS*/
#container {
clear:both;
float: left;
width: 3%;
height: 1px;
}

#contents
{
margin-top: 10px;
margin-right:auto;
margin-left:auto;
width: 602px;
padding: 10px;
background-color: #797864;
color: #000;
}

			/*FOOTER*/
#footer {
border-top: 0px solid #c0bcb0;
clear: both;
padding:5px;
background: #797864;
text-align: center;
font-size: 85%;
color:#c0bcb0;
}
#footer a {
background:#797864;
color: #c0bcb0;
font-weight: bold;
}
#footer a:hover {
background: #797864;
color: #c0bcb0;
font-weight: bold;
}
			/*TYPOGRAPHY*/
h1 {
margin: 10px 0 20px 0;
font-size : 100%;
font-style: italic;
letter-spacing: 3px;
color : #c0bcb0;
background :transparent;
}
h2 {
margin-top: 10px;
font-size : 100%;
font-style: italic;
letter-spacing: 3px;
color : #f7f3e8;
background :transparent;
}
h3 {
margin : 10px 0 0 20px;
font-size : 160%;
letter-spacing: 5px;
text-transform: none;
color : #c0bcb0;
background :#797864;
}
h4 {
margin-top: 50px;
font-size : 100%;
font-style: italic;
font-weight: normal;
letter-spacing: 0px;
color : #f7f3e8;
background: #797864;
}
h5 {
margin: 0 40px 20px 40px;
font-size : 98%;
font-style: italic;
font-weight: normal;
letter-spacing: 0px;
color : #f7f3e8;
background: #797864;
}

p {
margin-left: 7px;
margin-right: 7px;
}
blockquote {
font-weight : bold;
font-style : italic;
color :#f7f3e8;
}
			/*LINKS*/
a:link {
color : #f7f3e8;
font-weight: bold;
background : transparent;
text-decoration : none;
}
a:visited {
color : #f7f3e8;
font-weight: bold;
background : transparent;
text-decoration : none;
}
a:hover {
color : #c0bcb0;
font-weight: bold;
text-decoration : none;
}
li {
padding-left: 3px;
}
a img {
border : 0;
}
			/*CLASS*/
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}

                                         /*IMAGES*/
.photoright 
{
float: right; 
padding: 8px; 
margin: 5px; 
display: inline;
font-size: 90%; 
color: #f7f3e8; 
font-style: normal; 
text-align: center;
border: 1px solid #a6a583;
width: 200px;
}

.photoleft 
{
float: left; 
padding: 8px; 
margin: 5px; 
font-size: 90%; 
color: #f7f3e8; 
font-style: normal; 
text-align: center;
border: 1px solid #a6a583;
width: 200px;
}


