@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background:;
	background-image:url(../images/tile_bg.png);
	font-size: 12px;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 100%;
	overflow:auto;
}

h1 {
	font-size:14px;
	color:#999999;
}

p {
	color:#000000;
	font:"Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
}

a:link {
	text-decoration: none;
	color:#FF99FF;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #FF66FF;
	font-weight: bold;
}

a:hover {
	color: #FF99FF;
	font-weight: bold;
}

ul {
	list-style: none;
	margin-left: 10px;
}

/* id-tags */

#container {
	position: relative;
	margin: 0 auto;
	margin-left: auto ;
  	margin-right: auto ;
	padding: 0px;
	width: 800px;
	height: 100%;
	background:#FFFFFF;
	overflow: inherit;
}

#menu {
	position:fixed;
	width:180px;
	margin: 0 auto;
	margin-left:5px;
	z-index:50;

}

#content {
	
	position:relative;
	margin: 0 auto;
	margin-left: 150px;
	margin-top: 20px;
	height:auto;
	background:#FFFFFF;
}

#footer {
	position: fixed;
	font:"Courier New", Courier, monospace;
	font-family:"Courier New", Courier, monospace;
	font-size:9px;
	color:#000000;
	bottom: 0;
	margin-left: auto ;
  	margin-right: auto ;
	text-align: center;
	padding: 0 15%;
}

/* classes */
.menu {
	color:#999999;
	text-decoration: none;
}

a.menu:link {
	color:#999999;
	font-weight:100;
	text-decoration: none;
	}

a.menu:visited {
	color:#999999;
	font-weight:100;
	text-decoration: none;
	}
	
a.menu:hover {
	color:#333333;
	font-weight:100;
	text-decoration: none;
	}
	
	
a.mast:link {
	color:;
	text-decoration: none;
	}

a.mast:visited {
	color:;
	}
