body, * {
    margin: 0 auto !important;
    outline: none; 
    
}

body{

    background-color: none;
    
}


#content {
    max-width:950px;
    width: 100%;
    outline: none; 
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 20px !important;
    height: 100%;
    background-color: none;
    xborder-left: 20px solid rgba(49,123,225,1); 
    xborder-right: 20px solid black; 
    
}
/* TOP COLUMN */


#topCol {
    background: white !important;
    position: relative;
     max-width:910px;
    width: 100%;
    display: block;
    overflow:auto; 
    z-index: 500;  
    height:390px;
    padding-top: 60px;
    border-left: 20px solid black; 
    border-right: 20px solid rgba(49,123,225,1); 
    margin-bottom:50px !important;
    }


#title	{
			
position: absolute;
border:none;
text-align: center;

z-index: 9999;
width: 100%;
background-color: none;
max-width:950px;

			}

#topCol-2 {
    background: white;
    position: relative;
    height: 580px;
     max-width:910px;
    display: block;
    overflow:auto; 
    z-index: 500; 
    border-left: 20px solid yellow; 
    border-right: 20px solid black; 
   margin-bottom:50px !important;
    padding-top: 40px;
 

}

#topCol-2a {
    background: white;
    position: relative;
    height: 580px;
     max-width:910px;
    display: block;
    overflow:auto; 
    z-index: 500; 
    border-left: 20px solid yellow; 
    border-right: 20px solid black; 
   margin-bottom:50px !important;
    padding-top: 40px;
 

}

#topCol-3 {
    background: white;
    position: relative;
    height: 520px;
     max-width:910px;
    display: block;
    overflow:auto; 
    z-index: 500; 
    border-left: 20px solid rgba(49,123,225,1); 
    border-right: 20px solid yellow; 
    padding-top: 60px;
    margin-bottom:50px !important;
}

#topCol-4 {
    background: white !important;
    position: relative;
     max-width:910px;
    width: 100%;
    display: block;
    overflow:auto; 
    z-index: 500;  
    height:340px;
    border-left: 20px solid black; 
    border-right: 20px solid rgba(49,123,225,1); 
    margin-bottom:50px !important;
     padding-top: 60px;
    }
 


#topCol-5 {
    background: white;
    position: relative;
    height: 550px;
     max-width:910px;
    display: block;
    overflow:auto; 
    z-index: 500; 
    border-left: 20px solid rgba(49,123,225,1); 
    border-right: 20px solid yellow; 
    padding-top: 60px;
    margin-bottom:50px !important;
}


#topCol-6 {
    background: white !important;
    position: relative;
     max-width:910px;
    width: 100%;
    display: block;
    overflow:auto; 
    z-index: 500;  
    height:220px;
    padding-top: 60px;
    border-left: 20px solid rgba(49,123,225,1); 
    border-right: 20px solid yellow; 
    margin-bottom:50px !important;
    }
    
       
#topCol-7 {
    background: white;
    position: relative;
    height: 480px;
     max-width:910px;
    display: block;
    overflow:auto; 
    z-index: 500; 
    border-left: 20px solid rgba(49,123,225,1); 
    border-right: 20px solid yellow; 
    padding-top: 60px;
    margin-bottom:50px !important;
}


#topCol-8 {
    background: white;
    position: relative;
    height: 540px;
     max-width:910px;
    display: block;
    overflow:auto; 
    z-index: 500; 
    border-left: 20px solid black; 
    border-right: 20px solid black; 
    padding-top: 60px;
    margin-bottom:50px !important;
}


table	{
			
border-collapse:collapse;
border:none;
padding: 0px;
			}

 td	{
		position: relative;
		vertical-align: top;
		min-width: 450px;
		padding: 0px;
					}

/* FONTS */


@font-face{ 
	font-family: 'savremenici';
	src: url('savremenici.eot');
	src: url('savremenici.eot?#iefix') format('embedded-opentype'),
	     url('savremenici.woff') format('woff'),
	     url('savremenici.ttf') format('truetype'),
	     url('savremenici.svg#webfont') format('svg');
}



p {
		font-family: Helvetica, Arial, sans-serif;
		line-height:27px;
		font-size:23px;
		color: black;
		letter-spacing:1px;
		padding: 5px 5px 30px 24px;
		
}

root { 
    display: block;
    font-family: savremenici;
}
	
		h1 {
		font-family: 'IM Fell DW Pica', serif;
		line-height:29px;
		font-size:25px;
		font-weight: normal;
		color: black;
		xtext-transform: uppercase;
		letter-spacing:0px;
		padding: 0px 30px 0px 30px;
		
}

h2 {
		font-family: 'IM Fell DW Pica', serif;
		line-height:29px;
		font-size:26px;
		font-weight: normal;
		color: black;
		xtext-transform: uppercase;
		letter-spacing:0px;
		padding: 0px 30px 0px 30px;
		text-align: justify;
}

h3 {
		font-family: Helvetica, Arial, sans-serif;
		line-height:30px;
		font-size:23px;
		font-weight: normal;
		color: black;
		xtext-transform: uppercase;
		letter-spacing:1px;
		font-style: italic;
		padding: 5px 25px 15px 30px;
}

 a:hover	{ 
		
		cursor: pointer;
		color:rgba(49,123,225,1);
		text-decoration:none;
		xborder-bottom: 1px solid black;
		background-color: none;
		}

	a	{ 
		color:black;
		padding: 3px;
		xletter-spacing:1px;
		text-decoration:none;
			-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	-ms-transition:all 0.1s linear;
	transition:all 0.1s linear; 
		}
		

