body.custom {
    background: #44443f;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

#header {
border: none;
margin-bottom: -40px;
}
#sidebars {
border: none;
}
#sidebar_1 ul.sidebar_list {
border-style: none;
}

.custom #content h1 {
text-align: center;
font-size: 34pt;
font-style: italic;
font-family: Georgia, Times New Roman, Times, serif;
}

.custom #content h2 {
text-align: center;
font-size: 34pt;
font-style: italic;
font-family: Georgia, Times New Roman, Times, serif;
}

.custom #content h3 {
text-align: center;
font-size: 24pt;
font-style: italic;
}

.highlight {
background: #fff9d8 !important;
}

.box-green {
margin-left: 1em;
margin-right: 1em;
margin-bottom: 2em;
margin-top: 2em;
padding: 20px 5px 5px 20px;
color: #000;
border: solid 3px #def2cf;
background-color: #f1fce9;
}

.box-optin {
margin: 30px 40px 30px 40px;
padding: 20px 5px 5px 20px;
color: #000;
border: dashed 3px #000;
background-color: #fff9d8;
}

.spam-promise {
color: #000;
font-size: 9pt;
text-align: center;
}

#sidebar-optin {
		width: 292px;
		height: 389px;
	}
		div.sidebar-optin-blue {
			background: url(images/background-blue.gif) no-repeat;
		}
		div.sidebar-optin-red {
			background: url(images/background-red.gif) no-repeat;
		}
		div.sidebar-optin-green {
			background: url(images/background-green.gif) no-repeat;
		}
		div.sidebar-optin-orange {
			background: url(images/background-orange.gif) no-repeat;
		}
		div.sidebar-optin-black {
			background: url(images/background-black.gif) no-repeat;
		}
	#sidebar-optin h2 {
		padding: 10px;
		padding-bottom: 0;
		margin-top: 5px;
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
		font-family: Arial, sans-serif;
		color: #fff;
	}
	#sidebar-optin h3 {
		padding: 0;
		font-size: 12px;
		text-align: center;
		font-family: Arial, sans-serif;
		color: #1973AC;
		text-transform: uppercase;
	}
	#sidebar-optin p {
		padding: 0 20px;
		font-size: 11px;
		line-height: 1.8em;
		font-family: Arial, sans-serif;
		color: #666;
		display: block;
		height: 62px;
	}
	#sidebar-optin form {
		padding: 20px;		
	}
	#sidebar-optin form input[type=text] {
		margin: 5px;
		padding: 9px;
		font-size: 13px;
		font-weight: bold;
		color: #666;
		width: 220px
	}
	#sidebar-optin form input[type=submit] {
		width: 250px;
		height: 50px;
		background: none;
		text-indent: -99999999px;
		border: none;
		cursor: pointer;
	}