body {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	color: #000;
}

p, td {
	color: #000;
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	line-height: 1.4em;
}
 
a, a:link, a:active, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, verdana;
}

#layout {
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 792px;
	height: 92px;
}

#content {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	width: 792px;
	height: 416px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 70px;
}

#content div {
	width: 650px;
	height: 416px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	overflow: auto;
}

#content-home {
	background-image: url(../images/content-home.jpg);
	background-repeat: repeat-y;
	width: 792px;
	height: 416px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 70px;
}

#content-home div {
	width: 650px;
	height: 416px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	overflow: auto;
}

#content-home p {
	color: #FFF;
}

#navigation {
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	width: 792px;
	height: 52px;
	text-align: center;
}

#navigation img { display: inline; }

#content img { padding: 2px;}