﻿/* CSS layout */
body {
	background-image: url('images/FOND.jpg');
	background-attachment: fixed;
	font-family: "Century Gothic";
}
#masthead {}
#top_nav {}
#container {
	position: relative;
	width: 100%;}
#left_col {
	width: 130px;
	position: absolute;
	left: 0px;
	top: 0px;}
#page_content {
	margin-left: 135px;
	}
#footer {}
h1 {
	font-family: "Tempus Sans ITC";
	font-weight: bold;
	font-size: xx-large;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-align: center;
}
h2 {
	font-size: x-large;
	font-family: "Century Gothic";
	font-weight: bold;
	font-style: italic;
	color: #006600;
	text-align: center;
}
h3 {
	font-family: "Century Gothic";
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #333300;
	text-align: center;}
li {
	font-family: "Century Gothic";
	color: #003300;}
p {
	color: #003300;
	font-family: "Century Gothic";
	font-size: medium;
	line-height: normal;
	text-align: justify;
	text-indent: inherit;
	word-spacing: normal;
	letter-spacing: normal;
	width: 805px;
}
a {
	color: #FF0000;
	font-family: "Century Gothic";
	font-weight: 700;
	font-size: x-large;
}
a:hover {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #009933;
	text-decoration: underline;
}
a:visited {
	color: #808000;
}
.vremea {
	width: 178px;}
