body {
	background: #ECE9D8 url(/images/page_background.gif) repeat-y;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 15px 0 0 75px;
}

h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif; }

h1 {
	float: left;
	background: url(/images/cynthia_horenstein_logo_trans-175.gif) no-repeat;
	width: 175px;
	height: 179px;
	margin: 0 40px 0 0;
}

h1 a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 175px;
	padding-top: 179px;
}

h1 span {
	position: absolute;
	left: -1999px;
	width: 400px;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h3 { font-size: 1.1em; }

form { margin: 0; }

fieldset {
	border: 1px solid #C84;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
}

legend {
	font-size: 1.1em;
	padding: 5px;
	color: #000;
	font-weight: bold;
}

label {
	float: left;
	width: 110px;
}

textarea { width: 350px !important; }

a { text-decoration: underline; }

#container {
	background: url(/images/c_background.gif) no-repeat;
	width: 550px;
	height: 652px;
	text-align: left;
}

#topbar {
	width: 550px;
	height: 179px;
	border-bottom: 2px solid #C84;
}

#contact_bar {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	padding: 50px 0 0 0;
	float: left;
}

#contact_bar div { margin: 0 0 10px 0; }

#navbar ul, #bottomnavbar ul {
	margin: 0;
	padding: 0;
}

#navbar li, #bottomnavbar li { 
	list-style-type: none;
	display: inline;
}

#navbar {
	width: 550px;
	height: 20px;
	font-size: 0.9em;
	text-align: center;
	padding-top: 5px;
}

#navbar a {
	color: #000;
	text-decoration: none;
}

#navbar a:hover { color: #C84; }

#content { padding: 10px 0; }
html>body #content ul { padding-left: 20px; }

#content li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding-left: 16px;
	font-weight: bold;
	background: url(/images/bullet.gif) no-repeat;
}

#cindypic {
	width: 161px;
	text-align: center;
	float: right;
	margin: 0 0 20px 20px;
}

#vcard_icon { float: left; margin: 1px 5px 0 0; }
#vcard_icon img { border: 0; }

#disclaimer { font-size: 0.8em; }

#bottomnavbar {
	width: 550px;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 0.9em;
}

#bottomnavbar a { text-decoration: none; }
#bottomnavbar a:hover { text-decoration: underline; }

#footer {
	width: 530px;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	border-top: 2px solid #C84;
}

.btn {
	border: 1px solid #C84;
	background-color: #C84;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
}

.right_float { float: right; }
.left_float { float: left; }
.textfield { width: 250px; }
.imgborder { border: 1px solid #000; }
.centered { text-align: center; }
.clear { clear: both; }