body {
  text-align: center;
}

.bold  {
	font-family: Arial, Helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
}

.smalltext  {
	font-family: Arial, Helvetica, serif;
	font-size: 10px;
	color:#000000;
}

.anouncement {
	font-family: Arial, Helvetica, san-serif;
	font-size: 18px;
	color:#DD0000;
}

#container {
	width: 675px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
/*	border: 2px F2F014 solid;*/
	}

#logo {
	height: 100px; 
	width: 675px;
	background: url(/touchwood/images/otwintro.gif) no-repeat;
	float: left;
	clear: left;
	padding-bottom: 20px;
	}

#bukett {
	background: url(/touchwood/images/otwbukett.gif) no-repeat;
	height: 153px; 
	width: 150px;
	margin-left: 5px;
	float: left;
	clear: left;
	}
	
#topmenu {
	width: 500px;
	float: right;
	margin-top: 84px;
/*	border-top:  1px #7F7F7F solid;*/
	border-bottom:  1px #7F7F7F solid;
	background-color: transparent;
	}
#topmenu: after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#topmenu ul{
/*	border: 1px solid #BBB;*/
	width: 100%;
	background: url(/touchwood/images/topmenubg.gif) center bottom repeat-x; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	clear: both;
	float: left;
	font: 9pt Verdana;
	}
#topmenu ul li{
	display: inline;
	}
#topmenu ul li a{
	float: left;
	color: #7F7F7F;
	font-weight: normal;
	padding: 0px 12px 0px 7px;
	text-decoration: none;
	background: url(/touchwood/images/divider.gif) center right no-repeat; /*Theme Change here*/
	}
#topmenu ul li a:hover{
	color: #494949;
	text-decoration: none;
	}
#topmenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	content: "";
/*	content: url(/touchwood/images/downarrow.gif);*/
	}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0;
	font: 9pt Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 130px;
	visibility: hidden;
	}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 8px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #494949;
	}
.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #F0F0F0;
	text-decoration: none;
	}

/*------------side bar links -----------*/

#links {
	margin-top: 36px; 
	margin-left: 0px; 
	margin-right: 20px;
	width: 110px; 
	float: left;
	clear: left;
	}
#links p{
	font: 11px Comic Sans MS;
	text-align: center;
	color:#474648;
	}
	
#linkheading { 
	text-align: center;
	background-color: #DADBBA;
	padding: 5px 0px 5px 5px; 
	}
#linkheading h1{ 
	font: 16px Comic Sans MS;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #7D775C;
	}

#linklist {
	border: 2px solid #DADBBA;
	background-color: #F2F2E6;
	text-decoration: none;
	padding-top: 10px; 
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font: 12px Comic Sans MS;
	line-height: 1.7em;
	}
#linklist a:link { 
	color: #7F7F7F;
	text-decoration: none;
	}
#linklist a:visited {
	color: #988F5E;
	font-size: 100%; 
	text-decoration: none;
	}
#linklist a:hover, a:active {
	text-decoration: none;
	font-size: 110%; 
	color: #7D775C;
	}

/* ---- center space ------ */

#display {
	margin-left: 150px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
.display1 {
	margin: 10px 5px 10px 5px;
	padding: 3px 3px 3px 3px;
	border:  1px #CCCCCC solid;
	float: left;
	}
.display2 {
	margin: 0px 5px 0px 5px;
	padding: 2px 2px 17px 2px;
	float: left;
	}
.display2 p{
	font: 8pt verdana;
	text-align: center;
	text-decoration: none;
	}
.newrow {
	padding: 0px 260px 3px 7px;
	float: left;
	}
#displayvase {
	margin: 10px 5px 30px 5px;
	padding: 3px 3px 3px 3px;
	border:  1px #CCCCCC solid;
	float: left;
	}


#text {
	padding: 5px 30px 5px 5px;
	float: left;
	color:#474648;
	}
#text h1{
	font: 13pt verdana;
	text-decoration: none;
	text-align: left;
	}
#text h2{
	font: 10pt verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}
#text h3{
	font: 10pt verdana;
	text-decoration: none;
	margin-bottom: -8px;
	text-align: left;
	}
#text p{
	font: 8pt verdana;
	text-decoration: none;
	margin-bottom: 0px;
	}
#text table{
/*	border: 3px solid #cccccc;*/
	font: 8pt verdana;
	text-decoration: none;
	margin-bottom: 20px;
	text-align: left;
	}
#text ul{
	font: 8pt verdana;
	text-decoration: none;
	}
#text ul li{
	list-style-type: none;
	margin-bottom: 15px;
	}
#text a:link { 
	color: blue;
	text-decoration: none;
	}
#text a:visited {
	color: #988F5E;
	text-decoration: none;
	}
#text a:hover, a:active {
	color: black;
	font-size: 100%;
	text-decoration: underline;
	}

#displaybottom {
	clear: both;
	padding-top: 5px;
	font: 8pt verdana;	
	}

#footer {
	clear: both;
	padding: 15px 0px 15px 0px; 
	text-align: center;
	font: 8pt verdana;	
	color:#474648;
	}
