
body {
	margin: 0;
	padding: 0;
	background: #0D0D0D url('images/transparent.gif') repeat-y center top;
	font-family: Tahoma;
	font-size: 0.85em;
	color: #000000
}

h1, h2, h3 {
	font-family: Tahoma;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
h1 { font-size: 1em; }
h2 { font-size: 1em; }
h3 { font-size: 1em; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #000000;
}

a:hover {
	border: none;
}

strong {
	color: #000000;
}

/* Posts */

.post {
	margin-bottom: 9px;
	border-top: 0px solid #1F1F1F;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #1F1F1F;
	background: url('images/transparent.gif') repeat-y -150px 0px;; padding-left:30px; padding-right:20px; padding-top:10px; padding-bottom:10px
}



/* Header */

#header {
	width: 600px;
	height: 280px;
	margin: 0 auto;
	background: url('images/vilaglavno_1.gif');
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 1em;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 1em;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}

/* Content */

#content {
	width: 580px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 180px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 400px;
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 0.875em;
}

#footer * {
	color: #000000;
}