body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
	margin: 0px;
	margin-top:10px;
	margin-bottom:10px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height:normal;
}

#container {
	position:relative;
	padding:0px;
	width:640px;
	text-align:left;
	margin:auto;
	overflow:hidden;
	background-color:#FFFFFF;
}

/*--------------------- header ----------------*/
#header {
	position:relative;
	width:640px;
	height:251px;
	overflow:hidden;
}

#project_type {
	position:relative;
	width:640px;
	height:106px;
	overflow:hidden;
}

#content {
	position:relative;
	padding:0;
	width:640px;
	text-align: left;
	margin: auto;
	background-image:url(../images/ceglap_04.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

#content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #5FA656;
	margin-left: 6px;
	/*margin-left: 44px;*/
}

#content h3 {
	font-size: 14px;
	font-weight:bold;
	color: #335a9b;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 6px;
}

#content p {
	font-size: 12px;
	font-weight: normal;
	color: #335a9b;
	line-height:16px;
	margin-top:6px;
	margin-bottom:0px;
	margin-left: 6px;
}

.generalPadding {
	width:600px;
	height:auto;
	overflow:hidden;
	margin-left:20px;
	margin-right:20px;
}

#menu {
	font-size: 11px;
	color:#869d9b;
	text-align:center;
}

#menu a{
	color:#335a9b;
	text-decoration: none;
}
