#bottom {
	background: bottom left url(images/flower.jpg) no-repeat;
	height:240px;
	width:900px;
}
body {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	background: url(bg.jpg) repeat;
}
#csoiya {
	position:relative;
	width:900px;
	margin:0px auto;
	text-align:left;
	padding: 122px 0 0 0;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:354px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#leftcol {
	width:190px;
	height:440px;
	position:absolute;
	top:354px;
	left:0px;
	background-color:#2E4E1F;
}
#leftcol-cv {
	width:190px;
	height:1740px;
	position:absolute;
	top:354px;
	left:0px;
	background-color:#2E4E1F;
}
#leftcol-ex {
	width:190px;
	height:740px;
	position:absolute;
	top:354px;
	left:0px;
	background-color:#2E4E1F;
}
#rightcol {
	width:710px;
	height:440px;
	background:#ffffff;
	position:absolute;
	left:190px;
	top:354px;
	background: url(images/flower.jpg) no-repeat right bottom #ffffff;
}
#rightcol-cv {
	width:710px;
	height:1740px;
	background:#ffffff;
	position:absolute;
	left:190px;
	top:354px;
	background: url(images/flower.jpg) no-repeat right bottom #ffffff;
}
#rightcol-cx {
	width:710px;
	height:740px;
	background:#ffffff;
	position:absolute;
	left:190px;
	top:354px;
	background: url(images/wf.jpg) no-repeat right bottom #ffffff;
}
#footer {
	position:absolute;
	top:794px;
	left:0px;
	width:900px;
	height:50px;
	text-align:center;
}
#footer-cv {
	position:absolute;
	top:2104px;
	left:0px;
	width:900px;
	height:50px;
	text-align:center;
}
#footer-cx {
	position:absolute;
	top:1100px;
	left:0px;
	width:900px;
	height:50px;
	text-align:center;
}
#content {
	text-align:center;
	line-height:24px;
}
#contentcv {
	text-align:left;
	line-height:24px;
	margin:1em;
}
#contentcv h1,h2,h3 {
	text-align:center;
	line-height:24px;
}
h1 {
	color:#5BB718;
}
#nav {
}
#menu {
	position:absolute;
	width: 180px;
	padding: 0 0 .5em 0;
	margin-bottom: .5em;
	color: #505050;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menu li {
	border-bottom: 2px solid #ffffff;
	margin: 0;
}
#menu li a {
	display: block;
	padding: 10px 10px 10px 8px;
	background-color: #2E4E1F;
	color: #fff;
	text-decoration: none;
}
html>body #menu li a {
	width: auto;
}
#menu li a:hover {
	background-color: #7EC13E;
	color: #fff;
}
p {
	margin-top:5px;
	padding:0px;
}
.bold {
	font-weight:bold;
}
.centerp{
	text-align:center;
}