body {
	background-color:		#BFAC85;
	background-image:		url('/img/simplicity/gradiant-bg.png');
	background-repeat:		repeat-x;
	background-attachment:	fixed;
	margin:					0;
	padding:				0;
	font-family:			Times, "Times New Roman", "Palatino", serif;
	font-size:				1em;
}
img {
	/* filter:					alpha(opacity=0); */
}
h1, h2, h3, h4, h5, h6 {
	margin:					4px 0;
}

div#PageCap {
	position:				absolute;
	position:				fixed;
	top:					0px;
	width:					100%;
	height:					4px;
	background-color:		#486512;
}
img#MainLogo {
	position:				absolute;
	top:					25px;
	left:					20px;
	/* filter:					alpha(opacity=0); */
}
#NavBox {
	position:				absolute;
	top:					154px;
	left:					30px;
}
#NavBox a.nav {
	display:				block;
	color:					transparent;
	width:					238px;
	height:					39px;
	background-repeat:		no-repeat;
	margin:					20px 0;
	/* filter:					alpha(opacity=0); */
}
#NavBox a.nav:hover {
	background-position:	0 -45px;
}
#NavBox a.nav:active {
	background-position:	0 -90px;
}
#NavBox #Nav-Web {
	background-image:		url('/img/simplicity-nav/A-Web-is-Woven.png');
}
#NavBox #Nav-VOIP {
	background-image:		url('/img/simplicity-nav/The-Phone-Booth.png');
}
#NavBox #Nav-Schoolhouse {
	background-image:		url('/img/simplicity-nav/The-Schoolhouse.png');
}
#NavBox #Nav-Software {
	background-image:		url('/img/simplicity-nav/Software-Snackbar.png');
}
#NavBox #Nav-Blog {
	background-image:		url('/img/simplicity-nav/Down-at-the-DO-Blog.png');
}
#NavBox #Nav-Contact {
	background-image:		url('/img/simplicity-nav/Getting-in-Touch.png');
}
#ContentBox {
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	border:					2px solid #C88346;
	margin:					32px 40px 40px 300px;
	background-color:		#F2FFE1;
	padding:				24px;
	color:					#452B16;
	overflow:				hidden;
	line-height:			1.5em;
	min-width:				600px;
}
#ContentBox h2 {
	margin:					2px 0;
}
#ContentBox p {
	margin:					8px 0;
}
#ContentBox h2 img {
	margin-left:			-6px;
}
#ContentBox a {
	color:					#230904;
	text-decoration:		none;
}
#ContentBox a:hover {
	border-bottom:			dotted 1px #230904;
}
#ContentBox ul {
	list-style-type:		square;
	margin:					4px 18px;
}

.press-btn {
	display:				block;
	color:					transparent;
	width:					238px;
	height:					39px;
	background-repeat:		no-repeat;
	margin:					20px 0;				
}

#ContentBox .press-btn:hover {
	background-position:	0 -45px;
	border-bottom:			none;
}
#ContentBox .press-btn:active {
	background-position:	0 -90px;
}

#btnSignupVOIP {
	background-image:		url('/img/simplicity/voip/btnSignup.png');
}

#btnViewOurPlans {
	background-image:		url('/img/simplicity/voip/btnViewOurPlans.png');
}