#post-789 div.entry p {
	color: #363737;
}

* {
	margin: 0;
	height: auto;
}

h6 {
	font: 20px Myrad;
	text-align: center;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

html {
	margin: 0;
	width: 100%;
	height: 100%;
    overflow:hidden;
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bebebe), to(#6f6f6f)
);
	background: -moz-linear-gradient(top,#bebebe,#9f9f9f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebebe', endColorstr='#6f6f6f');
	color: #858686;
}

body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 850px;
}

#header {
	width: 100%;
	z-index: 1;
	position: relative;
	top: 11px;
	height: 100px;
}

#sig {
	float: left;
	width: 100%;
	height: 100%;
}

#nav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: right;
	z-index: 1;
	position: relative;
	top: 0;
}

#nav ul {
}

#nav ul li {
	height: 25px;
	width: 90px;
	padding-top: 10px;
	margin-bottom: 0;
	display: inline;
	margin-left: 10px;
}

#nav ul li a {
	text-decoration: none;
	font: small-caps 32px "Myriad Pro", "Myriad Web Pro";
	color: #ab2e2e;
	text-shadow: #000000 0 1px 2px;
}

#nav ul li a:hover {
	color: #df4143;
}
#content {
	float: left;
	padding-bottom: 10px;
	width: 900px;
	height: 640px;
	margin-top: 10px;
}

#content_slideshow {
	float: left;
	padding-bottom: 10px;
	width: 900px;
	height: 615px;
	margin-top: 10px;
}

#footer {
	color: #000;
	text-transform: lowercase;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	float: left;
	bottom: 10px;
	width: 100%;
}

#legal a {
	text-decoration: none;
	color: #616262;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#legal {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #777979;
	width: 800px;
}

#logo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: left;
	position: relative;
	top: 35px;
}

#logo img {
	margin-left: auto;
	float: left;
	position: absolute;
}

#frame {
	width: 900px;
	margin: 0;
	padding: 0;
	float: left;
}

/* @group about */

#body {
	width: 100%;
	float: left;
	margin-top: 15px;
}

#body_all {
	width: 920px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	height: 520px;
}

#body_left {
	background-position: right top;
	float: left;
}
#body_left h1 {
	color: #a72e2e;
	font: 20px "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #1f1f1f 0 0 1px;
	margin: 10px 0 0 20px;
}

#body_left h2 {
	color: #1f1f1f;
	font: 14px "Myriad Pro", Verdana, sans-serif;
	height: 14px;
	text-indent: 40px;
	text-shadow: #1f1f1f 0 0 1px;
}

#main div.pagebreak table tbody tr td.left label {
	color: #1f1f1f;
	text-transform: lowercase;
	text-shadow: #1f1f1f 0 0px 1px;
	font: 14px "Myriad Pro", Verdana, sans-serif;
}


#body_left h2 a {
	text-shadow: #1f1f1f 0 0 1px;
	text-decoration: none;
	color: #1f1f1f;
}

h3 {
	color: #bcbcbc;
	font: 24px "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #363737 0 0 1px;
	margin: 10px 0 0 10px;
}

#contact_table {
	margin-top: 15px;
}

#body_right {
	float: right;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	height: 500px;
	margin: 10px;
}

#body_right img {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	
}

#body_main_lower {
	float: left;
	width: 100%;
}

#body_main_lower_center {
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	width: 920px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#body_main_lower_center a {
	text-decoration: none;
	color: #9d2c2c;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	text-shadow: #1f1f1f 0 0 1px;
}


/* @end */