body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9933FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.container {
/* 	background-image: url(/inc/templates/current/bestmarketing/images/background.jpg); */
/* 	height: 527px; */
	background-color: white;
	width: 90%;
	max-width: 1200px;
	overflow: auto;
	margin: auto;
/* 	background-repeat: no-repeat; */
}

#content {
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	padding: 130px 50px 10px;
}

h2 {
	padding-left: 10px;
	font-size: 14px;
}

.contact_info {
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align:center;
}
.contact_info a {
	color: #ffffff;
	padding-left: 10px;
	padding-right: 12px;
	text-decoration: none;
  }
.contact_info a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/*Begin Nav*/
.nav {
	color: #999999;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align:center;
}
.nav a {
	color: #663366;
	padding-left: 10px;
	padding-right: 12px;
	text-decoration: none;
  }
.nav a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#nav_active {
	text-decoration: none;
	color: #9F4518;
	font-weight: bold;
}
/*End Nav*/


/*Footer*/
#footer {
	text-align:center;
	font-size: 10px;
	color:#cccccc;
	padding: 15px;
}

#footer a {
	color:#cccccc;
	text-decoration:none;
}
