body {
	background-color: #000000;
	margin: 0;
	text-align: center;
	font: normal 13px/18px Trebuchet MS, verdana, arial, helvetica, sans-serif;
}

#center {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: justify;
	border: 1px solid #000000;
}

#header {
	background-image: url(design/top.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 150px;
	margin: 10px auto 0px auto;
	border: 1px solid #000000;
}

#menue {
	background-image: url(design/menue.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 50px;
	margin: 10px auto 0px auto;
	border: 1px solid #000000;
}

* html #menue {
	background-image: url(design/menue.png);
	background-repeat: no-repeat;
	width: 760px;
	margin: 0px auto 0px auto;
	border: 1px solid #000000;
}

#main {
	background-image: url(design/cbg.png);
	background-repeat: repeat-y;
	color: #00080;
	width: 760px;
	margin: 10px auto 10px auto;
	border: 0px solid #ffffff;
}

#content {
	width: 620px;
	margin: 0 auto 0 auto;
	border: 0px solid #ffffff;
}

#footer {
	background-image: url(design/footer.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 50px;
	margin: 0px auto 10px auto;
	border: 1px solid #000000;
}

.intern {
	width: 700px;
	text-align: center;
	margin: 15px auto 0px auto;
	border: 0px solid #ffffff;
}

.index {
	width: 20px;
	text-align: right;
	font: normal 10px/18px Trebuchet MS, verdana, arial, helvetica, sans-serif;
}

.left {
	width: 300px;
	text-align: right;
}

.right {
	width: 300px;
	text-align: left;
}

.ctop {
	background-image: url(design/ctop.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 30px;
}

.cbottom {
	background-image: url(design/cbottom.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 30px;
}

.comment {
	text-align: left;
}

.question {
	font: bold 13px/18px Trebuchet MS, verdana, arial, helvetica, sans-serif;
}	

.answer {
	padding: 0 0 0 10px;
	font: normal 13px/18px Trebuchet MS, verdana, arial, helvetica, sans-serif;
}	

a {
	color: #000080;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

img {
	border: 0px solid #ffffff;
}

td {
	vertical-align: top;
}