@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	background-color: #c2c0c4;
}
h2 {
	font-size: 15px;
	color: #333333;
	margin-left: 55px;
	padding-top: 45px;
}
p {
	line-height: 16px;
	margin-left: 55px;
	overflow: auto;
	height: 280px;
	width: 716px;
}
a {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.bold {
	color: #333333;
	font-weight: bold;
}
.bold-rot {
	line-height: 16px;
	font-weight: bold;
	color: #FF0000;
}

#container {
	width: 783px;
	background-image: url(../images/screen/back-shadow.jpg);
	background-repeat: repeat-y;
	text-align: left;
	position: absolute;
	margin-left: -390px;
	overflow: auto;
	top: 50%;
	left: 50%;
	margin-top: -290px;
}

#header {
	background-image: url(../images/screen/head.jpg);
	background-repeat: no-repeat;
	height: 99px;
}

#header h1 {
	font-size: 14px;
	text-indent: -2000px;
}

#header img {
	margin-left: 1898px;
	margin-top: 48px;
}

#navigation {
	background-color: #FF0000;
	width: 771px;
	margin-left: 6px;
	height: 20px;
}

#content {
	height: 357px;
	width: 771px;
	margin-left: 6px;
	margin-top: 1.5px;
}

#footer {
	background-image: url(../images/screen/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
}
#footer a {
	font-size: 11px;
	color: #000000;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#footer table {
	margin-left: 562px;
	margin-top: 6px;
}
