﻿*:focus { outline: none !important; }
body {
	
	background: #e2e7e8;
	padding: 0;
	margin: 0;
}
@font-face {
	font-family: 'Rabbit on the moon';
	src: url('rabbit_on_the_moon.ttf');
}
@font-face {
	font-family: 'Helvetica Lt Std';
	src: url('helvetica_lt_std.otf');
}
@font-face {
	font-family: 'Gill Sans Book';
	src: url('gill_sans_mt_pro_book.otf');
}
@font-face {
	font-family: 'Georgia';
	src: url('georgiai.ttf');
}
@font-face {
	font-family: 'Georgia normal';
	src: url('georgia.ttf');
}

table#motherTable { width: 100%; }
.headerLeft {
	background: url('./../img/header_left_outbg.jpg') repeat-x;
	height: 200px;
}
.headerCenter {
	background: url('./../img/elcam_ban.jpg') no-repeat;
	width: 1000px;
	height: 200px;
}
.headerRight {
	background: none repeat scroll 0 0 #E2E7E8;
	height: 200px;
}
table#motherTable div.headerLogo {
	font-family: 'Rabbit on the moon';
	font-size: 32px;
	margin: 0 0 0 280px;
}
.contentLeft { background: #e2e7e8; }
.contentCenter {
	/*background: blue;*/
	background: url('./../img/csik.png') repeat-y;
	background-position: right;
	width: 1000px;
}
.contentRight { background: none repeat scroll 0 0 #E2E7E8 }

.footerCenter{
	font-size: 10px;
}
/* content */

div#menu {
	float: left;
	width: 265px;
	/*background:  url('./../img/balszel.png') repeat-y;*/
	background-size: 100% 100%;
}
ul#menu { 
	list-style: none; 
	padding: 5px;
}
ul#menu li {
	text-align: right;
	margin-bottom: 5px;

}
ul{
	font-size:12px;
	line-height:200%;
}


ul#menu li a {
	font-family: 'Gill Sans Book';
	color: #90a2a7;
	text-decoration: none;
	text-transform: uppercase;
}
div#content {
	width: 650px;
	font-family: 'Lucida Sans Unicode';
	text-align: justify;
	float: left;
	margin: 10px 0 0 65px;	
	
}
div#sponsors {
	text-align: right;
	margin-top: 150px;
}
div#sponsors img { width: 150px; }
div#content h1 {
	font-family: 'Georgia';
	margin-top: 0;
}
div#content h2 {
	font-family: 'Georgia normal';
	font-size: 12px;
	
}
div#content h4 {
	background: #ccc;
	width: 200px;
	font-family: 'Helvetica Lt Std';
	font-size: 12px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 5px 7px;
	margin: 0;
}
div#content p { font-size: 13px; }


