body {
	background-image:  url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #555555;
	text-align: center; /* for IE */
	margin-top: 35px;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
}

a:link { font-weight: normal; color: #FFFFFF; text-decoration: none; }
a:visited { font-weight: normal; color: #FFFFFF; text-decoration:none; }
a:hover { font-weight: normal; color: #FFFFFF; text-decoration: underline; }
a:active { font-weight: normal; color: #FFFFFF; text-decoration: none; }
a.hier span { color: #FFFF00; text-decoration: underline }
a.css span { font-size: 8px; color: #333333; text-decoration: none }

#main {
	width: 979px;
	height: 453px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFFFFF;
}

#images {
	width: 149px;
	float: left;
	position: relative;
 }

#content {
	width: 694px;
	height: 454px;
	float: right;
	position: relative;
	padding-top: 100px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
 }

#navigation {
	width: 136px;
	height: 454px;
	background-image: url(../images/bg_navigation.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
 	position: relative;
 	padding-top: 100px;
 	text-align: center;
 }

#footer {
	width: 140px;
	position: absolute;
	display: inline;
	margin: auto;
 }

h1 {
	color: #FFFF00;
	font-size: 20px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 40px;
}

p {
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
}

ul {
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

.menu {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.sub {
	font-size: 10px;
}
