* {
	margin: 0px auto;
}
html, body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
p {
	margin-bottom: 1em;
}
.wrapper {
	background: #956cb2;
	text-align: left;
	width: 950px;
}
.push {
	clear: both;
}
.footer {
	height: 21px;
	clear: both;
}
.footer {
	background: url(img/footer.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
}
.footer p {
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	color: #EEE;
	font-size: 12px;
}
.content {
	background: #b4e4e7;
	float: right;
	width: 80%;
	padding: 2% 2% 2% 2%;
}
.menu {
	width: 13%;
	float: left;
	color: white;
}
.inmenu {
	float: left;
	padding-top: 13px;
}
.inmenu ul {
	padding: 0px;
}
.inmenu li {
	padding-top: 3px;
}
a {
	color: black;
}
.menu a {
	text-decoration: none;
	color: white;
}
.menu a:hover {
	text-decoration: underline;
}
.header {
	background: url(img/header.jpg);
	height: 156px;
	padding-bottom: -3px;
}

h1 {
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 7px;
}

.incontent {
	background-color: #55b7b8;
	border: #FFFFFF 1px solid;
	margin: 5px;
	padding: 8px;
}

.incontent h1 {
	padding-bottom: 10px;
}

.imgborder {
	border: #63CB59 1px solid;
}

.contact li {
	margin-bottom: 15px;
}

.naastproduct {
	float: right;
	width: 55%;	
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	float: right;
	width: 55%;
	font-size: 1.2em;
	font-weight: normal;
}

.imagebox {
	padding: 3px;
	padding-bottom: 7px;
	background: #FFFFFF;
}
