@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #d5cbe1;
}

#container  {
	width: 900px; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	color: #000;
	background-attachment: scroll;
	background-image: url(../images/JPG/main_pic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #eae2f1;
}
#puzzle {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}


#header  {
	text-align: center;
	height: 32px;
}
#marketing {
	margin-left: 15px;
}


#mainContent  {
	padding-top: 400px;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 0.9em;
	padding-left: 25px;
}


#footer {
	font-size: 0.8em;
	color: #666;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
#MenuBar1 {
	margin-left: 75px;
}
#wisdom {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	border: 2px solid #000;
}
#contact {
	float: right;
	border: 2px solid #000;
	margin-top: 8px;
	margin-right: 10px;
}
#email_marketing {
	float: right;
	border: 2px solid #000;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 15px;
}
#user_experience {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	border: 2px solid #000;
	margin-right: 5px;
}
#why_alm {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 2px solid #000;
}






div, ul, li, h1, h2, h3, h4, h5, h6, p , table, img{
	margin: 0px;
	padding: 0px;
}


h2 {
	font-weight: bolder;
	color: #2B2B2D;
}
h3 {
	color: #2B2B2D;
}


.header_links {
	padding-right: 15px;
	padding-left: 15px;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: underline;
	color: #666;
}
#mainContent ul {
	padding-left: 50px;
}
