body
{
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	color: #938521;
	text-align: center;
	width: 100%;
}

img { border: 0px; }


#main
{
	margin-left: auto;
	margin-right: auto;
	width: 690px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size: 100%;
	background-color: #ffffff;
}

/*--------------------------------------------------------------*/
/* --- left panel --- */

#left
{
	float: left;
	width: 235px;
	text-align: left;
}

#logo
{
	padding: 0px 0px 15px 0px;	
}

#text p
{
	padding: 0px 0px 10px 0px;
	font-size: 95%;
	color: #971226;	
}

.contacts
{
	font-size: 75%;
	color: #666666;
}

.contacts a
{
	color: #666666;
}

/*--------------------------------------------------------------*/
/* --- right panel --- */

#right
{
	width: 437px;
	float: right;
	text-align: left;	
}

.toptext
{
	color: #b5ad76;
	padding: 4px 0px 0px 0px;
}

.border
{
	margin: 12px 0px 12px 0px;
}

#image {}

.address
{
	font-size: 75%;
	color: #999999;
}

.green
{
	color: #b5ad76;
}


/*--------------------------------------------------------------*/
/* additional stuff */

a:link { color: #666666;text-decoration: none; }

a:visited { color: #666666;text-decoration: none; }

a:active { color: #666666;text-decoration: none; }

a:hover { text-decoration: underline; }

.clear
{
   	clear: both;
   	display: block;
   	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

.bold { font-weight: bold; }
.right { text-align: right; }
.small { font-size: 90%; }

h1
{
	padding: 0px;
	margin: 0px;
	font-size: 120%;
	font-weight: normal;
	color: #b5ad76;	
}