* {
	padding: 0;
	margin: 0;
}
img, div { behavior: url(../pngfix/iepngfix.htc); }

body {
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}

#logo {
	position: fixed;
	top: 20px;
	left: 20px;
}
#wrapper {
	width: 715px;
	padding: 150px 0px 0px 170px;
	margin: 0px auto;
}
#container {
	width: 715px;
	float: right;
}
#container .top {
	background-image: url(../images/body_top.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 715px;
}
#container .body {
	background-color: #fff;
	width: 655px;
	padding: 30px 30px 20px 30px;
}
#container .bottom {
	background-image: url(../images/body_bottom.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 715px;
}

#navigation {
	list-style: none;
	position: fixed;
	top: 150px;
	left: 0px;
}
#navigation li {
	margin: 8px 0px;
}

#navigation li a {
	color: #fff;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 16px;
	background-image: url(../images/nav_bg_t.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 2px 8px 2px 20px;
}
.win #navigation li a {
	font-weight: bold;
/* 	padding: 0px 8px 4px 20px; */
}
#navigation li a:hover {
	background-image: url(../images/nav_bg.png);
}
.body img {
	margin: 0px 0px 10px 0px;
}
p {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	text-align: justify;
}

p a {
	color: #000;
}

p a:hover {
	text-decoration: none;
}

h1, h2 {
	color: #000;
	font-weight: normal;
	font-family: "Arial Narrow", Arial;
	text-transform: uppercase;
}
.win h1, .win h2 {
	font-weight: bold;
}
h1 {
	letter-spacing: 1px;
	font-size: 26px;
	margin: 0px 0px 12px 0px;
}
h2 {
	font-size: 18px;
	margin: 18px 0px 5px 0px;
}
hr {
	border: none;
	height: 1px;
	background-color: #DDD;
	width: 100%;
	margin: 0px 0px 6px 0px;
}