* {
	margin:0;
	padding:0;
}

html, body {
	background-image:url(images/back.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#containter {
	width:100%;
}

#header {
	width:769px;
	height:108px;
	margin:0 auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#navigation {
	border-top:2px #eee solid;
	border-bottom:2px #eee solid;
}

#navigation ul {
	text-align:center;
}

#navigation ul li {
	display:inline;
}

#navigation ul li a {
	line-height:1.5em;
	color:#eee;
	text-decoration:none;
	font-size:0.9em;
	margin:0 4px;
	padding:0 2px;
}

#navigation ul li.selected a {
	background-color:#bad6e2;
	color:#0f6e9c;
}

#content {
	margin:12px auto;
	width:735px;
}

#content marquee {
	color:#fff;
	margin: 0 0 10px 0;
	padding: 0;
}

#content #top {
	width:735px;
	height:12px;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#content #middle {
	width:707px;
	background-image:url(images/page.gif);
	background-repeat:repeat-y;
	padding:0 14px;
}

#content #bottom {
	width:735px;
	height:12px;
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#content h2 {
	text-align:center;
	color:#eee;
}

#footer {
	text-align:center;
	font-size:0.9em;
}