@charset "utf-8";
#header {
	background-image: url(../imahen/header.jpg);
	height: 100px;
	width: 100%;
}
#menubar {
	background-image: url(../imahen/menubar.jpg);
	height: 30px;
	width: 100%
	/*
	width: inherit;
	position: fixed;
	z-index: 100;
	*/
}
#footer {
	background-image: url(../imahen/menubar.jpg);
	height: 32px;
	width: 100%;
	text-align: right;
	color: #FFF;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: none;
	background-repeat: repeat;
	background-color: #999;
}
.redfont {
	font-size: 10px;
	color: #F00;
}

h1 {
	font-size: 18px;
	color: #060;
	text-align: left;
}
h2 {
	font-size: 14px;
	color: #060;
	text-align: justify;
}

.oneColFixCtr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	height: 100%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000;
	text-align: justify;
}
.linya {
}
