/* emade stylesheet */

body {
	background-color: #F8F5F9;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px auto;
}
#container {
	width: 721px;
	background: #FFFFFF url(images/content_shadows.gif) repeat-y;
	text-align: left;
	margin: 0px auto;
}
#header {
	background: #C2B4BC url(images/peggy.jpg) top left no-repeat;
	height: 128px;
	padding-left: 220px;
	padding-top: 10px;
	color: #FFFFFF;
	margin: 0px 5px;
}
#header h1 {
	background: url(images/title.gif) top center no-repeat;
	height: 77px;
	width: 306px;
	margin: 0px;
}
#header h1 span {
	display: none;
}
#header h2 {
	background: url(images/subtitle.gif) top center no-repeat;
	height: 42px;
	width: 441px;
	margin: 0px;
}
#header h2 span {
	display: none;
}
#leftcol {
	width: 184px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	background: url(images/menu_shadow.gif) top right repeat-y;
	margin-bottom: 30px;
}
#leftcol h3.menu {
	text-indent: -3000px;
	background: url(images/menu.gif) no-repeat;
	height: 35px;
}
#leftcol h3.contact {
	text-indent: -3000px;
	background: url(images/contacts.gif) no-repeat;
	height: 34px;
}
#leftcol ul{
	margin-left: 0px;
	padding-left: 0px;
	letter-spacing: .1em;
	font-size: 1.2em;
}
#leftcol li{
	list-style-type: none;
	border-bottom: #663366 dashed 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#leftcol ul ul{
	margin-left: 0px;
	padding-left: 12px;
	letter-spacing: .1em;
	font-size: .9em;
}
#leftcol a{
	color: #660099;
	text-decoration: none;
	padding: 2px;
}
#leftcol a:hover{
	background-color: #660099;
	color: #FFFFFF;
}
#leftcol p.bottom_contact{
	background: url(images/left_col_bottom_shadow.gif) bottom right no-repeat;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-left: -15px;
	padding-left: 20px;
}
#content {
	margin: 0px 10px 20px 220px;
}
#content h1 {
	color: #B794C3;
	font-weight: normal;
	border-bottom: #B794C3 2px solid;
}
#content h2 {
	color: #B794C3;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: #B794C3 solid 1px;
}
#content h3 {
	color: #B794C3;
	font-weight: normal;
	font-size: 1.1em;
}
#content .picture-right {
	float: right;
	clear: right;
	padding: 3px 0px 3px 10px;
	border: 0px;
}
#content a {
	color: #660099;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	margin-left: 0px;
	padding-left: 65px;
	list-style-type: none;
}
#content li {
	text-indent: -45px;
}
#footer{
	clear: both;
	background: #F8F5F9 url(images/bottom_shadow.gif) top no-repeat;
	padding: 5px 5px 20px;
}
