* {
	margin: 0;
	padding: 0;
	cursor: default;
}



/* ------ */

body {
	background-image: url(images/back.jpg);
	text-align: center;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 76%;
	color: #c9c9c9;
	background-color: #505050;
}

#page {
	background-image: url(images/page.jpg);
	background-repeat: repeat-x;
	height: 208px;
}

#page2 {
	width: 651px;
	margin: 0 auto;
	background-image: url(images/page2.jpg);
	background-repeat: repeat-y;
}

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

#header h1 {
	display: none;
}

#content {
	text-align: justify;
	padding-right: 40px;
	padding-left: 40px;
}

#navi {
	width: 167px;
	float: right;
}

#text {
	width: 381px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 651px;
	height: 106px;
	clear: both;
}


/* ------ */

#text p {
	font-size: 1em;
	line-height: 18px;
	margin-bottom: 20px;
}

#text a {
	color: #c9c9c9;
	text-decoration: underline;
	background-color: #505050;
}

#text a:hover {
	color: #9cdaf7;
	background-color: #505050;
	border-bottom: 1px dotted #fff;
	cursor: pointer;
}

#text h2 {
	color: #9cdaf7;
	font-size: 1.7em;
	letter-spacing: 2px;
	background-color: #505050;
	border-bottom: 1px dotted #dbdbdb;
	line-height: 1em;
	margin-bottom: 2px;
}

#text h3 {
	color: #9cdaf7;
	letter-spacing: 2px;
	font-size: 1.2em;
	background-color: #505050;
}

#text blockquote {
	padding-left: 32px;
	margin-left: 20px;
	background-image: url(images/quote.jpg);
	background-repeat: no-repeat;
	font-style: italic;
	color: #afafaf;
	background-color: #505050;
}

#text ul {
	padding-left: 40px;
	margin-bottom: 20px;
}

#text ul li {
	list-style-type: circle;
	line-height: 1.4em;
}

#text ul ol {
	padding-left: 25px;
}

#text ul ol li {
	list-style-type: square;
}

#text ul ol ol li {
	list-style-type: disc;
}

#text input, #text textarea {
	margin: 5px 0;
	background-color: #767676;
	color: #c9c9c9;
	border: 1px solid #ccc;
	padding: 2px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 1em;
}


#navi p {
	font-size: 0.9em;
	line-height: 15px;
	margin: 15px 0	;
}

#navi h2 {
	font-size: 1.4em;
	color: #ddd;
	background-color: #505050;
	border-bottom: 1px dotted #fff;
	line-height: 1em;
	padding-top: 4px;
	margin-bottom: 5px;
}

#navi a {
	color: #89ceee;
	background-color: #505050;
	text-decoration: underline;
}

#navi a:hover {
	color: #fff;
	background-color: #505050;
	border-bottom: 1px solid #89ceee;
	cursor: pointer;
}

#navi ul {
	list-style-type: none;
}

#navi ul li a {
	display: block;
	background-color: #666;
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 3px;
	margin: 4px 0;
	text-align: center;
	background-image: url(images/navi.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}

#navi ul li a:hover {
	background-color: #666;
	color: #6a6a6a;
	background-position: left bottom;
	cursor: pointer;
	border-bottom: 0;
}

.selected {
	display: block;
	background-color: #666;
	color: #89ceee;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 3px;
	margin: 4px 0;
	text-align: center;
	background-image: url(images/navi.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	border-bottom: 0;
}


#footer p {
	padding-top: 45px;
	width: 450px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}
