* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	background: url(../images/intro/line.gif) left top repeat-y;
	color: #000;
	font-size: 12px;
}
#content {
	background: transparent url(../images/intro/bg.gif) left top no-repeat;
	float: none;
	height: 580px;
	overflow: auto;
}
#photo {
	margin-top: 151px;
	float: left;
}
ul#menu {
	margin-top: 168px;
	padding-left: 35px;
	float: left;
	list-style-type: none;
}
ul#menu li a {
	line-height: 21px;
	color: #666;
	text-decoration: none;
}
ul#menu li a:hover {
	color: green;
}
#mutacie {
	clear: both;
	margin-left: 8px;
	padding-top: 5px;
	color: #ccc;
}
#mutacie a {
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
}
#mutacie a:hover {
	color: white;
} 
#logo {
	clear: both;
	margin-left: 670px;
	padding-top: 35px;
}
