/* CSS Document */
body{
	margin:0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #FFCCCC;
	
}
.menu, .cape, .form , .fileform, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.cape {
	text-transform: uppercase;
}

.form {
	border: 1px solid #DDDDDD;
	background-color: #FFEEEE;
}

.fileform {
	font-size: 10px;
	border: 1px solid #DDDDDD;
	width: 20px;
}

#masterFrame{
	background-color: #FFCCCC;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

#masterFrame, #menuFrame, #contentFrame {
	vertical-align:  top;		
}

#contentFrame {
	margin-left: 200px;
}

#menuFrame {
	background-color: #9E0B0E;
	height: 100%;
	position: fixed;
	float:left;
	top: 0;
	left: 0;
}

