body
{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	font-family:verdana,tahoma,arial,swiss;
}

#framecontentLeft, #framecontentTop
{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: black;
}

#framecontentLeft
{
	background-image:url('image/column.png');
	background-repeat:repeat-y;
	font-size:80%;
	font-weight:bold;
}

#framecontentTop
{ 
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	height: 120px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
}

#maincontent
{
	border-top-width:1px;
	border-top-color:black;
	border-top-style:solid;
	position: fixed; 
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	top: 120px; /*Set top value to HeightOfTopFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto; 
	font-size:80%;
	background-position:right;
	background-repeat:repeat-y;
	background-image:url('image/back.png');
}

.innertube
{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body
{ /*IE6 hack*/
	padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent
{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

* html #framecontentTop
{ /*IE6 hack*/
	width: 100%;
}

.Menu
{
	text-size:120%;
	margin-top:130px;
	text-align:center;
}

.Menu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.Menu a
{
	height:20px;
	display:block;
}

.Menu a:link,
.Menu a:visited
{
	text-decoration:none;
	color:black;
}

.Menu a:hover,
.Menu a:active
{
	color:white;
	border-style:solid;
	border-width:1px;
	border-top-color:#c3321c;
	border-bottom-color:#ffcdc6;
	border-left-color:#c3321c;
	border-right-color:#ffcdc6;
}

h1,h2,h3,h4,h5
{
	color:maroon;
}

#analysis,#pm,#architecture,#websites,#dbdesign,#mining,#platform
{
	display:none;
}

h4 a
{
	text-decoration:none;
	color:maroon;
}
