img { behavior: url(iepngfix.htc) } 

body {
	background:url(images/bg.jpg) repeat-y #0e0703;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
	color:#e8e7e7;
	line-height:1.8em;
}

a img{
	border:0px;
}

a { outline: none; }

a {
	text-decoration:none;
	color:#933d01;
}

a:hover {
	text-decoration:underline;
	color:#933d01;
}

#my_wrapper {
	width:960px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffd1b0;
	font-weight:300;
	font-size:25px;
}

p {
	padding-bottom:10px;
}

#notes_bg {
	background:url(images/notes_bg.jpg) no-repeat;
}

#email_signup_bg {
	background:#23170f;
}

#header {
	height:330px;
}

#header_left {
	width:265px;
	float:left;
}

#header_right {
	width:601px;
	float:left;
	padding-top:70px;
}

#content {
	padding:0px 10px 0px 28px;
}

#content_left {
	width:490px;
	float:left;

}

#home_content_right {
	width:420px;
	float:left;
	font-size:80%;
}

#contacts_left {
	width:45%;
	float:left;
}

#contacts_right {
	width:45%;
	float:right;
}

#contacts_left a{
	color:#ffd1b0;
	text-decoration:none;
}

#contacts_left a:hover{
	color:#ffd1b0;
	text-decoration:none;
}

#contacts_right a{
	color:#ffd1b0;
	text-decoration:none;
}

#contacts_right a:hover{
	color:#ffd1b0;
	text-decoration:none;
}

#content_right {
	width:373px;
	float:left;
}

.clear {
	clear:both;
}

.hor_bar {
	padding:25px 0px;
	border-bottom:4px solid #3e2e23;
}

#footer {
	text-align:center;
	font-size:90%;
	color:#5f2f0d;
	padding-bottom:20px;
}

#footer a {
	color:#999592;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

.fine_print {
	color:59514c;
}

.web_dev {
	color:#5f2f0d;
}

.web_dev a {
	color:#5f2f0d;
	text-decoration:none;
}

.web_dev a:hover {
	color:#5f2f0d;
	text-decoration:underline;
}

.home_content_pad{
	padding:0px 45px 0px 0px;
}

.brown_title {
	font-weight:bold;
	color:#833501;

}

.intro_text {
position:absolute;
left:-3000px;
top:-3000px;
}