@charset "UTF-8";
/* CSS Document */
* { margin:0px; padding:0px; }
img { border:0px; }

body { font-size:14px; font-family:'trebuchet ms'; background-image:url(img/grass.jpg); background-repeat:repeat; }

#page { width:847px; margin:0px auto; }

#header { width:847px; height:228px; display:block; background-image:url(img/baner.jpg); }

#menu, #footer { width:847px; height:50px; background-image:url(img/yellow.jpg); background-repeat:repeat-x; text-align:center; line-height:50px; }
#menu a:link, #menu a:visited { color:black; text-decoration:none; font-size:17px; font-weight:bold;  }
#footer { font-size:17px; }

#content { padding:20px; background-image:url(img/grad.jpg); background-repeat:repeat-x; background-color:white; }

#photo a:link, #photo a:visited { width:168px; height:140px; background-color:white; border:1px solid black; background-position:50% 50%; background-repeat:no-repeat; float:left; display:inline; margin:10px; }

#content p, #content h1, #content h2, #content h3, #content ul { padding:8px 0px; }
#content li { margin-left:20px; }
table { font-size:12px; border-collapse: collapse; }
td {
	border-bottom:1px solid #ccc;
	padding:3px;
}
select, fieldset { font-size:12px;  }