/* CSS Document */
body {
	height: 100%;
 	padding: 0;
 	margin: 0;
	font-family:Verdana;
/*	background:url(images/bkg.gif) top repeat-x #b8a898;*/
/*	background-color:#6d6660;*/
/*	background-color:#413121;*/
	background-color:#ddd5cc;
	font-size:13px;
	color:#6e6351;

} 
#container
{
	width:800px;
    height:600px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-300px auto auto -400px;
/*	border:double #413121; */
}
#navigation
{ 	
	width:100%;
	height:166px;
	background-image:url(images/bkg_inside_menu.gif);
	padding:0px;
	margin:0px;
	vertical-align:top
	
}
#content
{ 	margin: 0px;
	width:700px;
	height:414px;
	padding: 10px 10px 10px 90px;	
	background-image:url(images/bkg_inside_content_.jpg);
	
}

.menu {
	margin:0px;
	padding:0px;
	list-style: none;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu ul
{ margin: 0px;
	padding: 0px;
}
.menu li
{	display:block;
	overflow:hidden;
	height:17px;
	vertical-align:top;
	margin-bottom:0px;		
}
.menu a{
	color: #6e6351;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	
}

.menu a:hover
{
	color: #7e7771;
}
.title
{	font-weight:bold;
	border-bottom:  dotted 1px #7e7771;
	padding-bottom:3px;
	margin-bottom:3px;
	font-size:15px;
	font-variant:small-caps;
	text-align:left;
	color: #6e6351;
	
}
.center
{ text-align:left;
margin:0;
margin-bottom:15px;
font-weight:normal}

.subtitle
{	font-weight:bold;
}
a
{
	color: #585147;
	text-decoration: none;
	
}
a:hover
{
	color: #7e7771;
	
}
img, a {
	outline: none;
}
