@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	background-color: #EEE;
}
a:link {
	color: #88240D;
	text-decoration: none;
}
a:hover {
	color: #88240D;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}


/* side shadows */

div.wrapper {
				width: 1024px;
				box-shadow: 0 0 20px #222;
				margin: -14px auto 0 auto;
			}
div.sideshadows {
				width: 1024px;
				background: #fff;
			}
div.content {
				padding: 25px 20px;
			}
			

/* TEXT */
.body_main_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #88240D;
	line-height: 1.5em;
	padding-right:0px;
	font-weight: bold;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-stretch: extra-condensed;
}
.body_main {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #494545;
	line-height: 1.5em;
	padding-right:20px;
}
.body_main_sm {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #494545;
	line-height: 1.5em;
	padding-right:20px;
}
.list {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #494545;
	line-height: 1.5em;
	padding-right:20px;
	padding-left:10px;
	list-style-type: none;
}
.footer {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 1.5em;
	padding-left:40px;
}
h1 {
    font-size: 2em; /* 32px */
    margin-bottom: 0.75em; /* 24px */
    line-height: 1.5; /* 48px */
}
h2 {
    font-size: 1.5em; /* 24px */
    margin-bottom: 1em; /* 24px */
    line-height: 1; /* 24px */
}
h3 {
    font-size: 1.25em; /* 20px */
    margin-bottom: 1.2em; /* 24px */
    line-height: 1.2; /* 24px */
    margin-top: 1.5em;
}
h4 {
    font-size: 1.125em; /* 18px */
    margin-bottom: 1.333em; /* 24px */
    line-height: 1.333; /* 24px */
}

h5, h6 {
    font-size: 1em; /* 16px */
    margin-bottom: 1.5em; /* 24px */
    line-height: 1.5; /* 24px */
}
h1.widget-title, h3.widget-title {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
.fancy, .says, cite, h1.page-title, h1.entry-title, blockquote {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;