.keywords {
font-size: xx-small;
}

body {
	text-align: center;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-color: #4168E8;
	line-height: 110%;
}

#container {
	width: 800px;
	text-align: left;
	background-color: #eff7ff;
	margin: 0 auto;
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: normal; 
	color: #333333
}



#header {
	width: 100%;
}

#googletop {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 10px;
	
	background-color: #b5d373;
}


#mainContent{
	width: 600px;
	float: right;
}

#leftlane {
	width: 180px;
	float: left;

}

#leftlane li{
list-style: none;
line-height: 130%;
}

#leftlane a{
line-height: 250%;
}

#googleleft {
padding-left:35px;
}

#footer {
	width: 100%;
	clear: both;
	padding-top: 10px;
	text-align: right;
}

#footer h1{
	font-size: 0.88em;
}

#header h1 , h2 , h3 ,h4{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 2px;
}


