@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #cecece;
	background-image: url(../images/zizmor_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#zHeader1 {
	margin: 0px auto;
	width: 800px;
	height: 91px;
	background-image: url(../images/zizmor_01.png);
	background-position: center;
	background-repeat: no-repeat;
}
#zHeaderPhone {
	width: 257px;
	height: 43px;
	position: relative;
	left: 543px;
	top: 24px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-weight: bold;
}
#zHeader2 {
	margin: 0px auto;
	width: 800px;
	height: 91px;
	background-image: url(../images/zizmor_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#zHeader3 {
	margin: 0px auto;
	width: 800px;
	height: 91px;
	background-image: url(../images/zizmor_03.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#zMenu {
	margin: 0px auto;
	width: 800px;
	background-image: url(../images/zizmor_content_01.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#zMenuWrapper {
	margin: 0px auto;
	width: 794px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	background-color: #eeeeee;
}
#zContent {
	margin: 0px auto;
	width: 800px;
	background-image: url(../images/zizmor_content_01.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#zContentWrapper {
	margin: 0px auto;
	padding-top: 10px;
	width: 760px;
	font-size: 12px;
}
#zContentBottom {
	margin: 0px auto;
	width: 800px;
	height: 12px;
	background-image: url(../images/zizmor_content_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#zFooter {
	margin: 0px auto;
	padding-top: 10px;
	width: 800px;
	font-size: 11px;
}
.bluetitle1 {
	font-size: 18px;
	color: #003975;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bluetitle2 {
	color: #003975;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.redtitle1 {
	font-size: 18px;
	font-weight: bold;
	color: #750100;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.darkgrey1 {
	color: #3A3A3A;
}
.inlinetitle {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.borderleft {
	border-left: 1px solid #cccccc;
}
a {
	color: #4A85BA;
	text-decoration: none;
}
a:hover {
	color: #4A85BA;
	text-decoration: underline;
}