* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 60px;
	background: #404040 url(images/theme/img01hor.gif) repeat-y;
	font: normal small "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#mainpage {
	height: 760px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
	float: left;
	height: 760px;
	padding: 20px;
	background: url(images/theme/rightverticallogo.jpg) no-repeat;
}

#logo {
	
	float: left;
	height: 760px;
	width: 200px;
	margin: 0 auto;
	margin-left: 20px;
	background: #000000 url(images/theme/leftverticallogo.jpg) no-repeat;
}

#head1 a{
	letter-spacing: 5px;
	font-size: 18px;
	color: white;
	text-decoration: none;
}

#head1{
	margin: 0 auto;
	text-align: left;
	letter-spacing: 5px;
	font-size: 18px;
	color: white;
	margin-left: 240px;
	text-decoration: none;
}

#head2 {
	float: top;
	margin: 0;
	font-size: 11px;
	margin-left: 240px;
}

#footer {
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/theme/img05.gif) repeat-x;
	position: absolute;
	left: 0px;
	top: 859px;
	width: 100%;
	z-index: 1;
}

#footer p {
	
	margin: 0;
	text-align: left;
	font-size: x-small;
	color: #000000;
	margin-left: 240px;
}

#block{
	background-color: black;
	position: absolute;
	left: 0px;
	top: 859px;
	width: 220px;
	height: 50px;
	z-index: 10;
}

#footer a {
	color: #000000;
}