﻿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: 920px;
	height: 100%;
	background-color: #EBEBEB;
}

div#Header
{
	margin: 0px auto;
	position: static;
}

div#Content
{	
	margin: 0px auto;	
	width: 920px;
	height: 100%;
}
div#Menu
{
	height: 28px;
	padding: 10px 0px 0px 15px;
	background-image: url(images/bg_register.jpg);
	
}
div#ContentMain
{
	float: left;
	width: 670px;
	height: 100%;
	padding: 10px 10px 10px 10px;  
}

div#ContentBanner
{
	float: right;
	width : 230px;
	height: 100%;
	/*
	background-repeat:repeat-y;
	background-image: url(images/Box_Background.png);
	*/
	
}

div#Footer
{
	
	
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	display: inline;
	height: 52px;
	padding: 10px 10px 10px 10px;  
}


div#Sponzori
{
	text-align: center;	
	height: 100%;
}


img#Logo
{
	
	padding : 15px 5px 5px 5px ;
	border-style: none;
	border-width: 0px;
}

div#BoxHeader
{
	margin-top : 10px;
	padding-top : 4px;
	background-image: url(images/box_header_bg.png);
	background-repeat :no-repeat;
	text-align :left;
	text-indent: 30px;
	font-weight :bold;
	color: #393939;
	height : 24px;
}

div#BoxPara
{		
	font-size : 11px;
	color: #393939;
}


h1
{
	font-size :large ;
}

h2
{
	font-size :medium ;	
}

h3
{
	font-size :small ;	
	font-weight:bold;
}

li
{
	line-height: 20px;
}

p
{
	text-align :justify;
	font-size : 11px;
}
