body {
	background-image:url('../img/bg_main.gif');
	padding:0;
	margin:0;
}

#main {
	background-image:url('../img/frame_bg.png');
	background-repeat:repeat-y;
	padding:0;
	width:796px;
	margin:0 auto 0 auto;
	position:relative;
  z-index:1;
}
#content {
	float:none;
	clear:both;
	margin-top:35px;
	font-family:'Trebuchet MS','Verdana',sans-serif;
	font-size:0.8em;
	padding:0 20px 15px 21px;
}

/* 
	C O M M O N
*/
.clear {
	float:none;
	clear:both;
}


/*
	F O O T E R
*/
#footer {
	display:block;
	width:796px;
	margin-right:auto;
	margin-left:auto;
	font-family:'Trebuchet MS','Verdana',sans-serif;
	font-size:0.6785em;
	color:#666;
	text-align:right;
}

/*
	H E A D E R
*/
#header {
	background:url('../img/header_bg.png') repeat-y -1px 0;
	height:86px;
	width:100%;
	position:relative;
}
#header h1 {
	color:white;
	font-size:0em;
	display:block;
	height:86px;
	width:224px;
	background-image:url('../img/vlada_kobetic_logo.jpg');
	background-repeat:no-repeat;
	margin-left:40px;
}
#header #contact_info {
	position:absolute;
	right:40px;
	top:15px;  
	font-family:'Trebuchet MS',sans-serif;
	font-size:0.75em;
	color:#666;
	letter-spacing:0.05em;	
}
#header #header_decoration {
	position:absolute;
	right:10px;
	bottom:0;
	background:url('../img/header_grass.jpg') no-repeat;
	width:472px;
	height:45px;
}


/*
	T O P & B O T T O M   D E C O R A T I O N
*/
#bottom {
	background-image:url('../img/frame_bottom.png');
	background-repeat:no-repeat;
	width:796px;
	height:27px;
	margin:0 auto 0 auto;
	padding:0;
}


/*
	M E N U
*/
#menu {
	background:#999 url('../img/menu_bg.png');
	background-repeat:repeat-x;
	width:100%;
	min-height:23px;
	text-align:center;
	position:absolute;
	left:0;
	top:85px;
	padding:0;
	z-index:1;
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu ul li {
	display:inline;
	padding:0;
}
#menu a {
	font-variant:small-caps;
	font-family:'Trebuchet MS',sans-serif;
	font-size:1.1em;
	color:white;
	letter-spacing:0.05em;
	margin-right:1em;
	margin-left:1em;
	text-decoration:none;
	line-height:1.05em;
}
#menu a:hover {
	text-decoration:underline;
}
#menu_decor {
	/* horizontal background menu line */
	background-image:url('../img/menu_bg.png');
	background-repeat:repeat-x;
	position:absolute;
	top:85px;
	left:0;
	width:100%;
	height:23px;
	z-index:0;
}


/*
  C O M M O N   P A R T S
 */
h1 {
  margin:2em 0.5em 1.5em 1em;
  padding:1em 0 0 1em;
  font-weight:100;
  letter-spacing:0.2em;
  border-bottom:1px solid #333;
}

span.title {
  font-variant:small-caps;
  padding-right:0.4em;
  font-weight:bold;
}
a {
  color: #369;
}
a:hover {
  text-decoration:none;
}

/* open in new window */
a.new-window {
  background:url('../img/icon-new-window.gif') 94% 70% no-repeat;
  padding-right:1em;
}


