html, body {
	margin: 0;
	padding: 0;
}
body {	
	font-size: 14px;
	color: #4D4D4E;	 
	font-family: Verdana;
	background: #055585;	
}
div, p, ul, h1, h2, h3, h4, h5, h6, img, form, input, hr {
	margin:0px; 
	padding:0px;
}
a {
	text-decoration: none;
}
ul, ul li {
	list-style: none;
}
img {
	border: 0px;
}
#body1 {
	background: url("images/bg.gif") repeat-x;
	height: 700px;
}
#container {
	width: 712px;
	height: 607px;
	padding-left: 15px;
	margin: 0 auto 0 auto;
	clear: both;  	
	background: url("images/container.gif") no-repeat;
}
#container a {
	color: #4D4D4E;	
}
#container a:hover {
	text-decoration: underline;
}
#container p {
	padding: 10px 0 0 3px;
}
#m1 {
	position: relative;
	background: url("images/m1.jpg") no-repeat 4px 0;
	padding: 22px 0 0 4px;
	width: 349px;
	height: 470px;
	float: left;
}
#m2 {
	position: relative;
	background: url("images/m2.jpg") no-repeat;
	width: 343px;
	height: 470px;
	padding-top: 22px;
	float: left;
}
#link {
	position: absolute;
	width: 204px;
	height: 86px;
	bottom: 20px;
	left: 21px; 
	background: url("images/link1.gif") no-repeat;
}
#link .m, #link1 .m {
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-size: 12px;
}
#link .m img, #link1 .m img {
	float: left;
	margin-right: 10px;
}
#link .m a, #link1 .m a {
	text-decoration: underline;
	color: #3060AD;
}
#link1 {
	position: absolute;
	width: 204px;
	height: 86px;
	bottom: 20px;
	left: 20px; 
	background: url("images/link2.gif") no-repeat;
}
#foot {
	clear: both;
}
#foot img {
	float: left;
}

