@import 'layout.css';
@import 'navigation.css';

body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff url('../images/background.png') repeat-x 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}

h1
{
	width: 288px;
	height: 35px;
	background: url('../images/emil-ivanov-logo.png') no-repeat 0px 0px;
	overflow: hidden;
	float: left;
	text-indent: -9999px;
	line-height: 999px;
	margin: 36px 0px 0px 11px;
	padding: 0px;
}

h1 a
{
	display: block;
	width: 288px;
	height: 35px;
	text-decoration: none;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 0px 10px;
	height: 26px;
	font-weight: bold;
}

img
{
	border: 0px;
}

a:link, a:visited
{
	color: #1451A3;
	text-decoration: none;
}

a:hover
{
	color: #1451A3;
	text-decoration: underline;
}

.displayNone
{
	display: none;
}

.clear
{
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
}

#footer p
{
	margin: 2px 0px 2px 0px;
	padding: 0px;
}