input, select, textarea
{
	font-family:Tahoma,Arial,verdana;
	font-size:11px;
}

.inputAddFirstItem
{
	font-family: Tahoma, Arial, verdana;
	font-size:14px;
	font-weight:bold;
}

#logo { 
	float:left;
	}
	
#login{
float:right;
padding: 10px;
}
.white
{
	background-color:#FFFFFF;
}
.topmenu{
	/*display : block;*/
	width : 770px;
	height:40px;
	background-image: url(../images/topmenubg.jpg);
	background-repeat: no-repeat;
	/*padding: 10 px;*/
	/*margin-top: 35px;	*/
}

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

#framecontentRight{
left: auto;
right: 0; 
width: 150px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #DFDFDF;
color: white;
}

#maincontent{
	position: fixed;
	top: 0;
	left: 200px;
	right: 150px;
	bottom: 0;
	overflow: auto;
	background: #fff;
	margin-top: 30px;
}

#content{
    padding: 10px;
	margin-left: 170px; 
}
#text{
    padding: 10px;
	width: 400px;
}

.left_member{
	padding: 10px;
	width:150px;
	text-align:left;
	margin-top: 40px;
	}
	
.membertitle{
	color:#FF6600;
	font-size: 14px;
	font-weight: bold;
	padding-top :25px;
	}	
	
.right{
	padding: 10px;
	margin-left:20px;
	width: 150px;
	margin-top: 40px;
	float:right;
	}	

.footnote {
	padding: 10px;
	font-size: 10px;
	right: auto;
}

.footerlinks {
	padding: 10px;
	font-size: 10px;
	color: #33CC33;
}
.innertube{
	margin: 12px;
	margin-top: 10px;
}

* html body{ /*IE6 hack*/
padding: 0 0px 0 0px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
margin : 0 0px 0 0px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

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