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

body
{
	background-color:#2e3640;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2e3640;
}

h1
{
	color:#2e3640;
	font-size:30px;
	margin :0px 0px 10px 0px;

}

h2
{
	color:#2e3640;
	font-size:20px;
	font-weight:normal;
	margin :5px 0px;
}

h3
{
	color:#2e3640;
	font-size:16px;
	margin :5px 0px;
}

a:link, a:active, a:visited
{
	color:#0066cc;
	text-decoration:none;
}

a:hover
{
	color:#efb32f;
	text-decoration:underline;
}

#main
{
	height:495px;
	width:904px;
	margin: auto;
	padding: 20px 20px 5px 100px; 
	
	background-image:url(img/backgroung.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

#main table.galery
{
	width:90%;
}

#main table.galery td
{
	width:50%;
	text-align:justify;
	font-weight:bold;
}

#main table.galery img
{
	float:left;
	margin: 0px 10px 0px 0px;
}

.name
{
	color:#EFB32F;
	font-weight:bold;
}


