@charset "utf-8";
/* CSS Document */

body	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	background-image:url(src/gras.jpg);
}

.mainContent {

	width: 600px;
	margin: 2px auto 0 auto;
	background-color:#FFF;
	padding:4px;
	}

h1	{
	font-size:18px;
	
}

#text1	{
	width:400px;
	height:146px;
	float:left;
	}
	
#img1	{
	width:200px;
	float:right;
	text-align:right;
}

#img2	{
	width:160px;
	float:left;
}

#text2	{
	height:227px;
	float:right;
}

#text3	{
	float:left;
	width:240px;
	height:300px;
}

#img3	{
	float:right;
	width:340px;
	text-align:right;
	background-color:#360;
	
}

#img4	{
	float:left;
	width:310px;
}

#text4	{	
	height:222px;
	
}

#img5	{
	float:right;
	width:382px;
	text-align:right;
}


#img6	{
	float:left;
	width:295px;
}

#text6	{	
	height:423px;	
}

.clear	{
	clear:both;
}
