/*
	This is the CSS design for Avideh's web site.
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #3e501a;
	margin: 0;
	padding: 0;
}

#container {
	background: #a6c162;
	width: 1024px;
}

#title {
	background: #a6c162 url(../images/LotusBanner2.png) no-repeat top left;
	font-family: Arial, sans-serif;
	width: 1000px;
	height: 160px;
	padding: 20px 20px 20px 0px;
	text-align: right;
}

#title .sp1 {
	font-size: 60px;
}

#title .sp2 {
	font-size: 40px;
}

#textbody {
	padding: 20px 0px 50px 170px;
	width: 850px;
}

#textbody p {
	margin-right: 20px
}

#textbody h2 {
	font-style: italic;
	font-size: 16px;
}

#textbody img.leftimage {
	padding: 10px 10px 10px 10px;
	float: left
}

#textbody img.rightimage {
	padding: 10px 10px 10px 10px;
	float: right
}
#links {
	position: absolute;
	top: 200px;
	background: #a6c162 url(../images/LotusFoot2.png) no-repeat top left;
	font-size: 14px;
	width: 150px;
	float: left;
	height: 400px;
	line-height: 300%;
	font-weight: bold;
	list-style-image: url(../images/LotusSmall.png);
}

#links a:link {
	color: #3e501a
}

#links a:visited {
	color: #a6c162
}

