@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: ebebeb;*/ 

}
.oneColFixCtrHdr #container {
	width: 616px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_background.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: auto; 
	margin-right: auto;
}
.oneColFixCtrHdr #header {
	height: 23px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 616px;
	float: left;

}
#nav {
	height: 23px;
	background-image: url(images/background.gif);
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #E5E5E5;
	font-size: 11px;
	font-style: normal;
}

#bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #666666;
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-weight: normal;
}

#flash {
	height: 354px;
	width: 616px;
}

#picuture {
	height: 126px;
	width: 616px;
}

#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*	float: left;*/
	width: 493px;
	margin-top: 10px;
	margin-right: 113px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*	float: left;*/
	width: 493px;
	float: inherit;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#address {
	float: right;
}




#boder_right {
	background-color: #D8D8D8;
	width: 103px;
}
#border {
	background-color: #D8D8D8;
	float: right;
	width: 103px;
}
#nav_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 83px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
	text-transform: none;
	margin-top: 15px;
}


.oneColFixCtrHdr #footer {

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#keywords {
	background-color: #e6e6e6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 616px;
	text-align: center;
	color: #CCCCCC;
}
#center_dummy {
	text-align: center;
	position: absolute;
	width: 100%;
}
#nav_right_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 83px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-weight: bold;
}
.gazebo_red {
	color: #CC0000;
	font-weight: bold;
}
#background {
	background-image: url(images/blog-background.jpg);
}
.bottom-keywords {
	color: #CCCCCC;
	text-decoration: none;
}
