* { margin: 0; padding: 0; }
body {
	text-align: center; /* for IE */
	margin-top: 20px;
	background-color: #dcddde;
}
.boarder {
	border: 1px solid #002a5c;
	z-index:0;   /* align for good browsers */
	text-align: left; /* counter the body center */
	position:relative;
	width:790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.side {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006CAC;
	position: relative;
	width: 189px;
	float:left;
	overflow:visible;
	text-align: center;
}
.header1 {
	position:relative;
	z-index: 10;
}
.paddin {
	padding-right: 100px;
	padding-left: 224px;
	line-height: 18px;
}
.paddinPro {
	padding-right: 13px;
	padding-left: 13px;
	line-height: 18px;
}
.header2 {
	position: absolute;
	z-index: 0;
	top: 1px;
	right: 0px;
	height: 261px;
}
.clock {
	border: 1px solid #006CAC;
	position: absolute;
	z-index: 11;
	width: 176px;
	left: 13px;
	top: 286px;
}
.nav {
	position: absolute;
	z-index: 12;
	width: 458px;
	left: 293px;
	top: 42px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style1 {
	color: #0033FF
}
a.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
}
a.style1:link {
	text-decoration: none;
}
.footer {
	background-image: url(images/footer.png);
	height: 33px;
	width: 790px;
}
a.style1:visited {
	text-decoration: none;
	color: #0033FF;
}
a.style1:hover {
	text-decoration: underline;
	color: #0033FF;
}
a.style1:active {
	text-decoration: none;
	color: #0033FF;
}
.boarder .paddin .logos img {
	margin-top: 10px;
}
.cupon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFF99;
	text-align: center;
	padding: 10px;
	height: 30px;
	width: 100px;
	border: 1px dashed #000000;
}
