* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url('/images/top_bg.gif');
	background-repeat: repeat-x;
	background-color: #808080;
}

img { border: none; }
img.poze { border: 1px solid #000000;}

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #D4D0C8; text-decoration: none;}
a:active {color: #FFFFFF; text-decoration: none;}
a:hover {color: #A4B9CE; text-decoration: none;}

#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
	#header {
		float:left;
		width: 1024px;
		color: #333;
		height: 186px;
	}
		.headerleft{
			float: left;
			width: 594px;
		}
		.headercenter{
			float: left;
			width: 249px;
		}
			.headercentertop{
				float: left;
				width: 249px;
				height: 44px;
			}
			.headercentermenu{
				float: left;
				width: 249px;
				height: 51px;
			}
			.headercenterbottom{
				float: left;
				width: 249px;
				height: 91px;
			}
		.headerright{
			float: right;
			width: 181px;
			height: 186px;
			background-image: url('/images/index_03.gif');
			background-repeat: no-repeat;
			padding-top: 147px; 
			text-align: center;
		}
	#content { 
		float: left;
		width: 1024px;
		color: #FFFFFF;
		background-image: url('/images/main.gif');
		background-repeat: repeat-y;
	}
		.contentleft {
			float: left;
			width: 418px;
			padding: 10px 10px 10px 60px;
			text-align: justify;
		}
		.contentright {
			background-image: url('/images/glass.gif');
			background-repeat: no-repeat;
			background-position: bottom left;
			float: right;
			width: 465px;
			padding: 10px 60px 115px 10px;
			text-align: justify;
		}
		
	#footer { 
		float: left;
		padding-top: 12px;
		text-align: center;
		background-image: url('/images/footer.gif');
		color: #CCC;
		width: 1024px;
		height: 30px;
	}

.student{
			margin-top: 15px;
			border-bottom: solid 1px;
			float: left;
			width: 260px;
			height:205px;
}

.student_poza{
			margin-top: 15px;
			border-bottom: solid 1px;
			float: left;
			width: 202px;
			height:205px;
}

h3 {
font-size: 18px;
font-weight: 100;
padding : 10px 0 15px 30px;
}

h2 {
font-size: 16px;
font-weight: 100;
padding : 10px 0 15px 30px;
}