body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size: 90%;
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	color: #656565;
}
a:link, a:active {
	text-decoration: none;
}
a:visited {color: #ED3437;text-decoration: none;}
a:hover {color: #999999;}

#wrapper {margin-top:112px;border:1px solid #EFEFEF;}

#left {
	position: absolute;
	left:0px;
	top:85px;
	width:196px;
	padding-top: 10px;
	background-color: #DDDDDD;
	padding-right: 2px;
	padding-left: 2px;
	color: #999999;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B4B4B4;
	border-bottom-color: #B4B4B4;
}
#left h1 {background:#708090;color:#C0C0C0;padding:3px;padding-left:7px;}
#imgl img {
	margin: 10px;
}

#content {
	margin-left: 210px;
	margin-right:210px;/*IE5x PC mis-implements the box model. Because of that we sometimes haveto perform a little CSS trickery to get pixel-perfect display across browsers.The following bit of code was proposed by Tantek Celik, and it preys upon a CSSparsing bug in IE5x PC that will prematurly close a style rule when it runsinto the string "\"}\"". After that string appears in a rule, then, we can overridepreviously set attribute values and only browsers without the parse bug willrecognize the new values. So any of the name-value pairs above this commentthat we need to override for browsers with correct box-model implementationswill be listed below.We use the voice-family property because it is likely to be used very infrequently,and where it is used it will be set on the body tag. So the second voice-family value of "inherit" will override our bogus "\"}\"" value and allow the proper value tocascade down from the body tag.The style rule immediately following this rule offers another chance for CSS2aware browsers to pick up the values meant for correct box-model implementations.It uses a CSS2 selector that will be ignored by IE5x PC.Read more at http://www.gli#707070sh.com/css/hacks.asp*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 210px;
	margin-right:210px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B4B4B4;
	border-bottom-color: #B4B4B4;

}

#content h1 {
	color: #656565;
}

#content h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	color: #656565;
	font-size: 14px;
}
.n {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	color: #656565;
	font-size: 14px;
	font-weight: bold;
}

#FF8C00html>body #centercontent {margin-left: 201px;margin-right:201px;}

#right {
	position: absolute;
	right:0px;
	top:85px;
	width:200px;
	padding-top: 20px;
	color: #999999;
	background-color: #DDDDDD;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B4B4B4;
	border-bottom-color: #B4B4B4;
}
#right h1 {background:#708090;color:#C0C0C0;padding:3px;padding-left:7px;}

#logo {
	border-top:;
	position:relative;
	background-color: #333333;
	text-align: left;
	color: #D7D1D1;
	padding: 5px;
	overflow: hidden;
	height: 20px;
}
#logo h1 { 
	color:#CCCCCC;
	font-size:18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo p {
}
#logo a:link, #logo a:hover, #logo a:active, #logo a:visited {
	color:#999999;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	text-decoration:none;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	line-height: 120%;
	padding-left: 7px;
	text-transform: uppercase;
}

#header {
	border-top:;
	position:relative;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:62px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #FF8C00;
	border-bottom-color: #50545D;
	border-left-color: #7FFF00;
	background-color: #454545;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5B5B5B;
}
#header h1 {
	color:#999999;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-top: 8px;
}

#header p {
	color:#999999;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-top: 8px;
}

#header a:link, #header a:hover, #header a:active, #header a:visited {
	color:#999999;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	padding-left: 7px;
	padding-top: 8px;
	text-decoration:none;
	text-transform: capitalize;
}


html>body #banner {height:39px;}
#banner {margin-left: 0px;padding-left: 0px;}
#banner img {margin-left: 210px;padding-left: 4px;}
#banner p {margin-left: 0px;padding: 0px;}
p,h1,pre {margin:0px 10px 10px 10px;}
h1 {
	color:#999999;
	padding-top:10px;
	font-size: 14px;
}
h3 {
	color:#656565;
	padding-left:10px;
	font-size: 14px;
	margin-bottom: 0px;
}
.author {
	color:#999999;
	padding-left:10px;
	font-size: 12px;
	font-weight: normal;
}
.cat {
	color:#999999;
	padding-left:10px;
	font-size: 12px;
}
.cat a:link, .cat a:active {
	color:#999999;
	padding-left:10px;
	font-size: 12px;
}
.cat a:visited  {
	color:#FF3300;
	padding-left:10px;
	font-size: 12px;
}
.cat a:hover  {
	color:#FF9900;
	padding-left:10px;
	font-size: 12px;
}

#banner h1 {padding:0px 0px 0px 0px;margin:0px;}

.atop2  {
	color:#696969;
	margin-left: 210px;
	margin-right:210px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F0F0F0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B4B4B4;
	border-bottom-color: #B4B4B4;
}
.adtop2  a:link {

}
.adtop2  a:hover {

}

.adswhite  {
	margin: 3px;
}
.adsgray  {
	color:#696969;
	background:#F0F0F0;
	border:1px solid #F0F0F0;
	margin: 3px;
}

.ads img {    display: block;    margin-left: auto;    margin-right: auto;}

#footer {
	clear:both;
	color:#999999;
	bottom:0px;
	text-align:center;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:25px;
	background-color: #454545;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 210px;
	margin-right:210px;
	margin-top: 3px;
	border: 1px solid #50545D;
}

/* l meni */

#menutitle {
display: block;
width: 99%;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #666666;
background-color:#F7F7F7;
border: solid 1px #888888;

	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;

}

a.menulink {
	background-color:#ADCBFF;
	display: block;
	width: 99%;
	text-align: left;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	color: #666666;
	border: solid 1px #81AFFF;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
}

a.menulink:hover {
	border: 1px solid #999999;
	background-color:#EEEEEE;
	color: #999999;
}

.menu a {
padding-left:5;
}

#menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
  }
#menu a, #menu a:visited {
	text-decoration:none;
	background-color:#DDDDDD;
	color:#999999;
	display:block;
	height:1.2em;
	padding:0.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
  }
#menu a:hover {
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
  }
#adsense {
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 0px;
	margin-left: 210px;
	position: absolute;

	top: 75px;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B4B4B4;
	border-bottom-color: #B4B4B4;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-left-color: #E0E0E0;
	padding: 3px;
	left: auto;
	right: auto;
	width: 728px;
	height: 90px;
}
