body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0;
}

body, html {
	width: 100%;
	height: 100%;
}

#maintable {
	border: 0;
	width: 100%;
	height: 100%;
}

#container {
	border: 0;
	border-collapse: collapse;
	width: 996px;
	padding: 0;
}

#mtd {
	background-image: url(images/page.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 18px;
}

#ptd {
	width: 100%;
	background: url(images/page2.png) top center repeat-y;
}

#wireframe {
	width: 960px;
	border: 0;
}

#flashcontent {
	position: relative;
	min-height: 697px;
}

#flashcontent #logo {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -120px;
}

#flashcontent #navigation {
	position: absolute;
	top: 240px;
	left: 50%;
	width: 450px;
	margin-left: -225px;
}

#flashcontent #navigation ul {
	padding: 0;
	margin: 0;
}

#flashcontent #navigation ul li {
	list-style: none;
	float: left;
	height: 23px;
	line-height: 23px;
	font-size: 1.2em;
	padding: 0 10px 0 0;
	margin: 0;
}

#flashcontent #noflash {
	position: absolute;
	top: 470px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	font-size: 1.3em;
	text-align: center;
}

#page {
	width: 950px;
	min-height: 400px;
	margin: 0 auto;
	background: url(images/pagebg.png) top center repeat-y;
	overflow: hidden;
	position: relative;
}

#page #logo {
	position: absolute;
	top: 10px;
	right: 20px;
}

#logo h1 {
	display: block;
	width: 240px;
	height: 64px;
	text-indent: -9999px;
	position: relative;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#logo img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

#page #navigation {
	width: 200px;
	float: left;
	margin: 72px 0;
}

#page #navigation ul {
	padding: 0;
	margin: 0;
}

#page #navigation ul li {
	list-style: none;
	height: 23px;
	line-height: 23px;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

#page #navigation a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	background-image: url(images/menu.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#page #navigation a:hover {
	background-position: top right;
}

#page #navigation a span {
	padding: 0 10px 0 20px;
}

#articles {
	float: left;
	width: 600px;
	margin: 60px 0;
	padding: 0;
	cursor: default;
}

#articles h1 {
	padding: 0 0 0 14px;
	margin: 10px;
	font-size: 1.9em;
	font-weight: normal;
	background: url(images/bullet.png) 0% 78% no-repeat;
}

h3 {
	padding: 0 0 0 12px;
	margin: 20px 10px 10px 14px;
	font-size: 1.4em;
	font-weight: normal;
	display: block;
	background: url(images/bullet2.png) 0% 52% no-repeat;
}

h2 {
	padding: 0 0 6px;
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
}

h2, a, a:hover {
	color: #33a;
}

.item {
	padding: 0;
	margin: 16px 20px 24px;
}

.description {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	text-align: justify;
}

p {
	margin: 0;
	padding: 0;
}

#images {
	float: right;
	width: 148px;
	margin: 120px 0 0;
	padding: 0;
}

#footer {
	position: relative;
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
}

#copyright {
	margin: 6px auto;
}

#copyright p {
	font-size: 1.2em;
	color: #aaaaaa;
	text-align: center;
}

#copyright img {
	border: 0;
	width: 1px;
	height: 1px;
}

#created {
	position: absolute;
	top: 5px;
	right: 0;
}

#created img {
	border: 0;
}