@charset "UTF-8";
fieldset,img{border:0;}
body  {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f0e9d3;
	background-image: url(../images/leather-bg.jpg);
	background-repeat: repeat-y;
}

a {
	color: #404040;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #811e1e;
}
#leftcol a.active {
	color: #f5e09a;
	text-decoration: none;
}
#leftcol a:hover.active {
	color: #f5e09a;
	text-decoration: none;
}
#container {
	width: 950px;
	text-align: left;
	background-image: url(../images/leather-bg.jpg);
	background-repeat: repeat-y;
	background-color: #f0e9d3;
	margin: 0;
	padding: 0px;
}
#leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#mainContent {
	float: right;
	padding-top: 240px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	background-image: url(../images/spiegel-appointment-books-banner.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	width: 680px;
	background-color: #f0e9d3;
} 
#footer {
	float: right;
	margin: 0;
	width: 680px;
	background-color: #f0e9d3;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
} 

#footer p {
	margin: 3px;
}
#footer img {
	margin: 10px;
}

.burgundy {
	color: #811e1e;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent ul, #mainbody ol {
	list-style-position:outside;
	margin:0 0 10px;
	padding-left:20px;
	text-align:left;
}

#mainContent ul li {
	list-style-image:url(../images/bullet.png);
	list-style-position:outside;
}

ul, li {
	margin:0;
	padding:0;
}

#leftcol ul, #leftcol li {
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-type: none;
}

#leftcol a {
	color: #FFFFFF;
	text-decoration: none;
}

#leftcol a:hover {
	color: #f5be00;
	text-decoration: underline;
}

#mainContent h1 {
	color: #811e1e;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -0.4pt;
}

#mainContent h2 {
	color: #811e1e;
	font-size: 1.75em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -0.4pt;

}

#mainContent h3 {
	color: #811e1e;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -0.4pt;
}

#mainContent h4 {
	color: #811e1e;
	font-size: 1.25em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -0.4pt;
}
.clear {
	clear: both;
}

