@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/dfc_header3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
}

li {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	list-style-image: url(../images/flower.jpg);
	list-style-position: inside;
	font-variant: small-caps;
}

a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div#nav_left {
	width:280px;
	float: left;
	padding-top: 40px;
	height: 500px;
}
div#main {
	float: left;
	width: 1200px;
	padding-top: 150px;
	font-size: 12px;

}
div#main_text {
	float: left;
	width: 350px;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 30px;
}
div#main_text2 {
	float: left;
	width: 450px;
	font-size: 12px;
	padding-left: 30px;
}

div#main_text3 {
	float: left;
	width: 500px;
	font-size: 12px;
	padding-left: 30px;
}

div#gallery {
	float: left;
	width: 600px;
}
div#gallery_2 {
	float: left;
	width: 600px;
	padding-top: 10px;
}

div#gallery_3 {
	float: left;
	width: 650px;
	padding-top: 10px;
}

div#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	float: none;
}

div#note_card {
	float: left;
	width: 750px;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

div#note_card2 {
	float: left;
	width: 750px;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 30px;
}

.indent {
	text-indent: 20px;
}
.link {
	color: #0099CC;
	text-decoration: underline;
}
.link_center {
	color: #0099CC;
	text-decoration: underline;
	
}
.center {
	text-align: center;
}
.img {
	padding-top: 33px;
	float: left;
}

.img2 {
	padding-top: 5px;
	float: right;
}
