@charset "utf-8";

/* reset */
html, body {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}
body{
	background: url(../layout/bg.jpg) repeat-x #134378;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
h1{
	padding: 0;
	margin: 0;
	font-size: 2em;
	color: #ffeb99;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #7e98dc;
}
h2{
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	padding-bottom: 8px;
}
img, a img, :link img, :visited img { border: 0;  outline: none; behavior: url(pngHack.htc); }

img {behavior: url(pngHack.htc);}

a, a:link, a:visited{ color: #aac0ff; outline:none; }

a:hover, a:active{ color: #e5ecff; text-decoration: none; }

#container{ position: relative; width: 843px; text-align:center; margin:0 auto; }

#header{ position: relative; width: 843px; height: 130px; float: left; margin:0 auto; }