@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #85b3d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

#main {
	margin: 0;
	padding: 0;
	width: 100%;
}

#bg {
	background: #FFF;
}

#topbg {
	background: url(images/top.jpg) repeat-x;
	height: 100px;
}
#shadow {
	background: url(images/btile.png) repeat-x;
	background-color: none;
	height: 30px;
	padding-top: 10px;
}
#logo {
	margin: 5px 0 5px 25px;
}
#lmeg {
	width: 430px;
	font-size: 12px;
	text-align: left;
	margin-top: 25px;
}