*{
	margin:0px;
	padding:0px;
}
/* mac hide \*/
html,body{
height:100%;
width:100%;
min-height:640px;/* for good browser*/
min-width:800px;
}
/* end hide */

body {
	text-align: center;
	background-color: #78797b;
}

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 640px;
}

#wrapper {
	width: 800px;
	background: #fff;
	height: 640px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	width:236px;
	height:640px;
	float:left;
}

#created{
	float: left;
	padding-left:105px;
	padding-top: 132px;
}

#sections{
	padding-top:50px;
	float:left;
	width:236px;
	height: 404px;

}

#sections a{
	display:block;
}

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

li{
	white-space:nowrap;
	float:left;
	border-style: none;
	font-size: 0px;
}

a img { 
border: 0; 
}


#main{
	float:left;
	width: 536px;
	height: 640px;
}

#sectionname{
	padding-top:109px;
	padding-left:16px;
	float:left;
}

#text span{
	float:left;
	width: 516px; 
	height: 468px; 
	max-height:468px;
	padding-left: 16px;
	padding-right: 4px; 
	overflow: auto;    
	overflow-y: scroll;   
	overflow-x: hide; 
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #636466;
	line-height: 13px;
   }

p.bigger{
	font-size: 12px;
	font-weight: bold;
}


