* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
h1 a {
	width: 44px;
	height: 54px;
	background: url(images/h1_img.gif) no-repeat;
	text-indent: -9999px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
h2 {
   width: 150px;
	height: 150px;
	text-indent: -99999px;
	position: absolute;
	top: 0px;
	left: 0px;
}
ul {
	list-style: none;
}
a {
	color: #3f050c;
}
a:hover {
	color: #dcdbdb;
}
p {
	margin-bottom: 1.2em;
}
p.smalltxt {
	font-size: 0.8em;
}
body {
	background: #2a0408 url(images/smoke.jpg) fixed no-repeat 50% 50% ;
	font-family: Georgia, Times New Roman, serif;
	font-size: 62.5%;
	color: #3f050c;
}
html>body {
	font-size: 10px;
}
#wrapper {
	width: 830px;
	height: 550px;
	background: url(images/bg_texture.jpg) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -415px;
	text-align: left;
}
innerwrapper {
   width: 830px;
	height: 550px;
	position: relative;
}
#content {
	width: 440px;
	height: 420px;
	padding: 30px;
	background: url(images/white_bg.png);
	overflow: auto;
	margin-left: 290px;
	margin-top: 33px;
	font-size: 1.3em;
}
*html #content {
   background: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/white_bg.png", sizingMethod="scale");
}
#content p#introline strong {
    color: #DCDBDB;
	 font-size: 22px;
	 font-weight: normal;
}
#content ol {
	margin-left: 1.5em;
	margin-bottom: 1.2em;
}
#content ol li {
	margin-bottom: 3px;
}
#content p.testimonial {
	font-size: 0.85em;
	padding: 15px;
	border: 1px dotted #3f050c;
}
#content p.testimonial em {
	text-align: right;
	display: block;
	margin-top: 0.5em;
	font-size: 0.8em;
}
#content p.testimonial em span {
	display: block;
}
#recentarticles {
	width: 158px;
	height: 445px;
	background: url(images/recenta_bg.jpg) no-repeat bottom;
   position: absolute;
	top: -12px;
	left: 30px;
	padding: 30px;
	padding-top: 65px;
}
#recentarticles h2 {
	width: 218px;
	height: 71px;
	background: url(images/recenta_h2.jpg) no-repeat;
	text-indent: -9999em;
}
#recentarticles ul li {
	padding: 10px 0px;
	padding-left: 5px;
	border-top: 1px dotted #a5a5a5;	
}
#recentarticles ul li.first {
	border-top: none;	
}
#recentarticles ul li a {
	color: #565656;
	font-style: italic;
	text-decoration: none;
	font-size: 1.2em;
}
#recentarticles ul li a:hover {
	color: #888;
}
ul#mainnav {
	position: absolute;
	top: -28px;
	right: 40px;
}
ul#mainnav li {
   display: inline;
	font-size: 1.4em;
	font-weight: bold;
   color: #b28389;
}
ul#mainnav li a {
   padding: 5px;
	color: #b28389;
	text-decoration: none;
}
ul#mainnav li a:hover {
	color: #DCDBDB;
}
ul#mainnav li a span {
	color: #DCDBDB;
}


.copyrightinfo {
	position: absolute;
	bottom: -20px; 
	left: 0px;
}
.copyrightinfo a {
	text-decoration: none;
}