@charset "UTF-8";




html {
 height: 100%; 
 margin-bottom: 1px; 
 }

#center {
	width: 800px;
	margin: 0 auto; 
	padding: 0;
	border: 0;
	margin-top: 30px;
}

#banner {
	background-image: url(../images/banner1.jpg);
	background-repeat: none;
	height: 140px;
	width: 800px;
	position: relative;
	}
	
#flash {
	background-image: url(../images/zontaFlash.swf);
	width: 300px;
	height: 200px;
	float: left;
	}

#nav {
	background-color: #7c0005;
	float: left;
	width: 661px;
	height: 28px;
	position: relative;
	}
	
#rose {
	background-image: url(../images/banner2.jpg);
	width: 139px;
	height: 28px;
	float: left;
	position: relative;
	}
	
#spacer {
	width: 662px;
	height: 23px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	}
	
#petal {
	background: url(../images/petal.jpg) top left no-repeat;
	repeat: none;
	width: 138px;
	height: 23px;
	position: relative;
	float: left;
	 } 
	 
	 
body {
	background-image: url(../images/mainBkgr.jpg);
	background-repeat: repeat-x;
	background-color: #EFC6B6;
}


#main {
	background-color: #FFFFFF;
	width: 800px;
	float:left;
	} 
	
#footer {
	background-color: #7c0005;
	width: 786px;
	height: 28px;
	float:left;
	padding: 10px 0 0 14px;
	}
	
	
#links {
	height: 28px;
	margin-top: 4px;
	_margin-top: 0px;
	clear:both;
	}
	
#zbottom {
	width: 800px;
	height: 64px;
	}


.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 7px;
	}
	
	/*--------styles---------*/
	
.style1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color:#333333;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
.style2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #6d0307;
	margin-left: 0px;
	}
	
.style3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #6d0307;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
.footerTxt {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-top: 10px;
	
	}
	

	

/*-------links-------*/

a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}
	
a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	color: #FFCC66;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}
	

a: active {
text-decoration:none;
}

a: visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px; 
	}
	
.link2 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #990000;
	clear: both;
	}
	
.link2 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #FF9900;
	clear:both;
	}

.link3 a:hover {
	background: url(../images/zontaIntOver.jpg) repeat-none;
	}

/*----border----*/

.btmBrdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*--------columns-------------*/

ul {
list-style: none;
color: #333333;
font-family: Georgia, "Times New Roman", serif;
}


/*-----------------------box---------------------*/

#boxL {
float: left;
width: 40%;
height: 150px;
border: #999999 1px solid;
padding: 5px;
}

#boxR {
float: left;
width: 50%;
border: #999999 0px solid;
}