﻿body
{	
	text-align :center ;
	background-repeat: repeat-x;
	background-image : url(images/background.png);
	font-family: 'Segoe UI' , Verdana;
	font-size : small;
}

div#MainContainer
{	
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 930px;
	background-color: #FFFFFF;
}

div#Header
{	
	margin: 0px auto;
}

div#Content
{
	
	margin: 0px auto;	
	width: 100%;
}

div#ContentMain
{
	float: left ;
	width : 660px;
	padding : 15px 15px 5px 15px;
	
}

div#ContentBanner
{
	float: right;
	width : 230px;
	padding : 15px 5px 5px 5px;
}

div#Footer
{
	/* align for good browsers */
	border-color: #008000;
	margin: 0 auto;
	text-align: left; /* counter the body center */
	vertical-align: middle;
	border-top-style: dotted;
	border-width: 1px;
	display: inline;
	width: 930px;
}


div#Sponzori
{
	text-align: center;	
}


img#Logo
{
	
	padding : 15px 5px 5px 5px ;
	border-style: none;
	border-width: 0px;
}


h1
{
	font-size :large ;
}

h2
{
	font-size :medium ;	
}

h3
{
	font-size :small ;	
	font-weight:bolder;
}

li
{
	line-height: 20px;
}

p
{
	text-align :justify;
}
