
body {
	font-size: 10px;
	margin: 0em auto;
	padding: 0em;
	background: url(../img/background.gif);
  	font-family: Verdana,Tahoma,Arial,sans-serif;
	
}

#wrap {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	margin-top: 10px;
	background-color: rgb(255,255,255);
	border-left: solid 1px rgb(150,150,150);
	border-right: solid 1px rgb(150,150,150);
	
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*	float: left; */
	float: none;
}

/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/**************/
/*   HEADER   */
/**************/

/*** Header main banner ***/
#header-banner {
	width: 78.0em;
	height: 11.4em;;
	float: left;
	margin: 1em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background: url(../img/header.jpg) no-repeat;
}



/*** Header navigation bottom ***/
#header-nav-bottom {
	font-size:10px;
	font-weight:bold;
	float: left;
	width: 78.0em;
	height: 2.0em;
	margin: 1em 0em 0em 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 2.0em;
	background: url(../img/background_nav.gif);
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;	
}	

#header-nav-bottom li {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom  a {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color:#cccccc;
	text-decoration: none;
}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}


/***   Buffer between heading and content area   ***/
#buffer {
	clear: both; 
	float: left;
	width: 78.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	background-color: inherit;
}


/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#middle-column {
	font-size:12px;
	float: left;
	width: 430px;
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	color: #55022C;}

/* Start Mac IE5 filter \*/
#middle-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* End Mac IE5 filter */	


/************************/
/***   RIGHT COLUMN   ***/
/************************/
#right-column {
	font-size:12px;
	color:#646464;
	float: right;
	width: 300px;
	margin: 41px 0 0 0;
	padding: 0em;
}

/* Start Mac IE5 filter \*/
#right-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}


/* End Mac IE5 filter */	



/*****************/
/***   FOOTER   **/
/*****************/
#footer {
	position: relative;
	clear: both;
/*	float: left; */
	width: 78.0em;
	height: 80px;
	margin: 0;
	padding: 20px 0 0 0;
	border-top: solid 0.1em rgb(200,200,200);
	border-bottom: solid 0.1em rgb(200,200,200);	
	background-color: rgb(255,255,255);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 1.0em;
}

/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*** Visited links not in use ***/
/*a:visited {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
} */

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
display:inline;
margin-left:0px;
}

.bodytext { color: #55022C; }

h1 { font-size: 18px;
	color: #55022C;}

h2 { font-size: 13px;
	color: #55022C;}
	
div.tx-veguestbook-pi1 {width:450px; background-color:#ffffff;}
div.tx-guestbook-result {width:450px; background-color:#fffff;}
