body {
	background: #DEE9FF url(images/mainbg.jpg) repeat-y center;
}

#page {
	background: #fff;
	width: 700px;
	margin: 0 auto;
}

#header {
	background: #0A3FA5;
	width: 650px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#name3 {
	background: #CEDFFF;
	width: 400px;
	clear: left;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
}

#newsletters {
	background: #E1ECFF;
	width: 400px;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
}


#contact {
	background: #E1ECFF url(images/contact_bg.jpg) repeat-x top;
	width: 225px;
	margin-right: 25px;
	float: right;
}


.products {
	background: #FFF url(images/product_bg.jpg) repeat-x top;
	width: 150px;
	float: left;
	margin-left: 12.5px;
	margin-top: 10px;

}

#clients {
	clear: both;
	background: #FFF url(images/clients_bg.jpg) repeat-x top;
	width: 650px;
	margin-left: 25px;
	margin-top: 20px;
}

#footer {
	clear: both;
	margin-top: 40px;
	background-color: #DEE9FF;
}

p, ul{
	font: normal 10pt arial;
	color: #003499;
}

ul {
	font: 8pt arial;
	margin-left: 20px;
}

li {
	list-style-position: outside;
	line-height: 1.5;
}

h1 {
	font: bold 36pt arial;
	color: #003499;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font: bold 24pt arial;
	color: #003499;
	margin-top: 10px;
	text-align: center;
}

input {
	font-size: 8pt;
}

a:link {
	color: #003499;
}

a:visited {
	color: #003499;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #000;
}
