/* BODY */
body {
	margin: 0px;
	padding: 0px;
	background-image: url('../img/bg1.gif'); 
	background-repeat: repeat-x; 
	background-color: #ffd4d4;
}

/* ELEMENTS */

.header {
	display: block;
	position: relative;
	background-image:  url('../img/banner3.jpg');
	background-repeat: no-repeat;
	height: 223px;
	width: 780px;
}

.container {
	display: block;
	position: relative;
	overflow: hidden;
	top:20px;
	width: 90%;
	border: solid 2px #b70909;
	margin-left: 20px;
	background-color: #fff;
	/*background:transparent;*/
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	z-index: 1;
}
.content {
	display: block;
	clear: both;
	position: relative;
	margin: 15px;
	background:transparent;
	z-index: 3;
}

.leftcol{
	float: left;
	width:49%;
}

.rightcol{
	float: right;
	width: 49%;
}
.footer {
	position: relative;
	display: block;
	width: 90%;
	top: 20px;
	height: 24px;
	color: #b70909;
	font-family: verdana;
	font-size: 10px;
	line-height: 24px;
	margin-left: 20px;
	margin-bottom: 40px;
	/*vertical-align: center;*/
	text-align: center;
}

.footer a {
	color:#b70909;
	font-weight: bold;
}
.footer a:hover{
	/*background-color: none;*/
}

.inline {
	display: block;
	float: left;
	/*width:100%;*/
	height: 100%;
	border: 1px solid #000;
	padding: 5px;
	margin: 10px 30px 15px 15px;
	
}

.gallery {
		
}

.gallery td{
	padding: 10px;
		
}
/* ======= FONTS ======= */

h1, h2{
	font-family: trebuchet ms, sans serif, verdana;
	color: #000066;
	font-weight: bold;
}
h1 {
	font-size: 24px;

}

h2 {
	font-size: 18px;
	
}

p, td, li {
	font-family: verdana;
	font-size: 12px;
	line-height: 1.5em;
}

p {
	margin: 10px;
}

a, a:visited {
	color: #b70909;
	font-weight: bold;

}

a:hover{
	background-color:#ffd4d4;
}

ul .list{
	/*list-style-type: disc;*/
	margin-left: 15px;
}

li { 
	line-height: 20px;
}

/*** GUESTBOOK ***/

.pageBrowse{
	width: 66%;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #880000;	
}
.gbMsgContent{
	width: 66%;
	background-color: #ffd4d4;
	border: 1px solid #880000;
	margin-left: 10px;
	margin-right: 10px;
	/*  opacity: .9;
  filter: alpha(opacity=90);*/
}
.error{
	color: red;
	font-weight: bold;
}
.gbAnswerMsgContent{
	width: 57%;
	margin-left: 10%;
	margin-right:10px;
	opacity: .8;
	padding:0px;
	filter: alpha(opacity=80);
	background-color: #ffecd1;
	border-left: 1px dashed #880000;
	border-right: 1px dashed #880000;
	border-bottom: 1px dashed #880000;
	border-top: 1px solid #c2d6e0;

}
