body {
	margin: 0;
	background: #ddd;
	text-align: center;
	font-family: "Monospace";
	font-size: small;
	color: #fff;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 95%;
	background: #000;
	border-top: 20px solid #ddd;
	border-bottom: 20px solid #ddd;
}


#header {
	background: #fff url('img/header-motif.png') repeat-x;
	width: 100%;
	height: 24px;
	z-index: 1;
}

#header h1 {
	padding-top: 2px;
	text-align: center;
	font-family: arial, helvetica;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	color: #fff;
	font-size: medium;
}

#header div#left {
	background: url('img/symbol.png') no-repeat left;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#header div#right {
	background: url('img/header-end.png') no-repeat right;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#menu a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
   top: -1px;
}

#menu table a div#center {
	background: url('img/menu-back.png') repeat-x;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#menu table a div#left {
	background: url('img/begin-unselected.png') no-repeat left;
	width: 100%;
	height: 100%;
}

#menu table a div#right {
	background: url('img/end-unselected.png') no-repeat right;
	width: 100%;
	height: 30px;
}


#menu table div#center {
	background: url('img/menu-back-selected.png') repeat-x;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#menu table div#left {
	background: url('img/begin-selected.png') no-repeat left;
	width: 100%;
	height: 30px;
}

#menu table div#right {
	background: url('img/end-selected.png') no-repeat right;
	width: 100%;
	height: 30px;
}


#menu table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	padding: 0;
	margin:0;
	border:0;
}

#menu tr {
	width: 100%;
	height: 100%;
}

#menu td {
	height: 100%;
}

#menu {
	background: url('img/menu-back-selected.png') repeat-x;
	width: 100%;
	height: 30px;
	color: #000;
}

#left-border{
	background: url('img/left-border.png') repeat-y left;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#right-border{
	background: url('img/right-border.png') repeat-y right;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#main {
	padding: 15px;
	font-weight: 100;
}

#main h3 {
	margin-top: 0;
	font-weight: normal;
	font-size: 150%;
	border-bottom: 1px solid #ff9900;
	padding-bottom: 2px;
}

#main p {
	text-align: justify;
}

#main h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 100%;
}

#main h2:before {
	content: "house@IGA~/matchfinder> ";
	font-weight: 900;
}

h1:before{
	content: "~/Matchfinder";
	padding-top: 2px;
	text-align: center;
	font-family: arial, helvetica;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	color: #fff;
	font-size: medium;
}

.footer {
	background: url('img/bottom.png') repeat-x;
	width: 100%;
	height: 7px;
}

.footer-right {
	background: url('img/bottom-right-corner.png') no-repeat right;
	width: 100%;
	height: 100%;
}

.footer-left {
	background: url('img/bottom-left-corner.png') no-repeat left;
	width: 100%;
	height: 100%;
}

hr {
	display: none;
}

a {
   color: #2f2;
   text-decoration: none;
}

a#dir {
	color:#22f;
	text-decoration: none;	
}

#exec {
	color:#f55;
}

