/* 3 colums css */
body{
	font-family:  Verdana, Helvetica, sans-serif,Trebuchet MS;
	font-size:10px;
	color:#000;
	background:#006600;
	background-image: url(../images/headbgcolor.jpg); background-repeat: repeat-x;
	min-width:1004px;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
}

table {
	font-family:  Verdana, Helvetica, sans-serif,Trebuchet MS;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}

.input{width:120px;font-size:10px;color:#000;background:url(bullet_bg.png);height:21px;border:1px solid #808080;padding:3px 5px 0px 5px;}
.button{font-size:10px;color:#000;background:url(bullet_bg.png);height:20px;border:1px solid #a0a0a0;padding:0px 5px 0px 5px;}
code{


	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	color:#fff;
	width:450px;

	
}
#pre {
	width:500px;
	background:#006600;
	color:#fff;	
	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	border-left:30px solid #013401;
	border-right:1px dashed #013401;
	border-bottom:1px dashed #013401;
	border-top:1px dashed #013401;
	text-align:left;
	font-size: 12px;
}

/* page centered */

#wrapper{
			margin:0 auto;
			padding:0;
			width:1004px;
			background:#f8df9a;
			text-align:left;
			border-left:3px solid #3B484F;
			border-right:3px solid #232B2F;	
}


/* site ini */
#site_ini{
	background:url(../images/menutop_bg.jpg);
	background-color: #f8df9a;
	padding:3px 5px 0px 0px;
	height:18px;
	text-align:right;
}
#site_ini a:link,a:active,a:visited{
	text-decoration:underline;
	color:#000;
}
#site_ini a:hover{
	text-decoration:none;
	color:#00f;
} 


/* header */
#header{
	width:100%;
	height:180px;
	background:#553f31 url(header_pic.jpg);
	text-align:left;
	border-bottom:5px solid #553f31;
	background-image: url(../images/headbg.jpg)
}
#header h1 {
	padding:40px 10px 0px 0px;
	margin:0px 10px 0px 0px;
	font-size:20px;
	color:#fff;
}
#header span{
	color:#FFA200;
}
#header .left{float:left;width:50%;}

#search_box{
	padding:3px 3px 0px 0px;
	background-image: url(../images/search_bg.png)
}

/* header menubar */

#menubar_top{
	height:30px;
	background-color: #d66704;
	border-bottom:1px solid #866e51;	
}
#menubar_top ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}
#menubar_top li{
	float:left;
	width: 130px;
	padding:0px 4px 5px 4px;
	text-decoration:none;
	background-image:url(../images/bullet_bg.png); background-repeat: no-repeat;
}

#menubar_top .bulletie{	
	text-decoration:none;
	background-image:url(../images/bullet_bg.png); background-repeat: no-repeat;
	color:#fff;
	padding:5px 10px 9px 25px;
	border-left:1px solid #fff;
	border-right:1px solid #707070;
	font-size: 12px	
}

#menubar_top .bulletie a:link{	
	color:#fff;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#menubar_top .bulletie a:active{
	text-decoration:none;
	color:#fff;
}
#menubar_top .bulletie a:visited{
	text-decoration:none;
	color:#fff;
	margin:0px 5px 0px 5px;
}
#menubar_top .bulletie a:hover{
	text-decoration:none;
	color:#00f;
}


/* sidebar left */

#sidebar_left{
	float:left;
	width:175px;
	padding:10px 10px 10px 5px;
	font-size:12px;
	background:#f8df9a;
	margin-right: 10px
}


/* sidebar right */

#sidebar_right{
	float:right;
	width:190px;
	height: auto;
	margin-top: 20px;
	margin-right: 12px;
	padding:0px 5px 15px 5px;
	background:#faebc2;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	font-size: 11px;

}
#sidebar_right .right_box{background-image: url(../images/box_bg.jpg); background-position: bottom;padding:7px;border-top:3px solid #d0d0d0;font-size: 12px}
#sidebar_right .right_box a:link{color:#00f;text-decoration:none;margin:0px 5px 0px 5px;}
#sidebar_right .right_box a:active{text-decoration:none;color:#00f;}
#sidebar_right .right_box a:visited{text-decoration:none;color:#00f;}
#sidebar_right .right_box a:hover{text-decoration:none;color:#fff;background:#553f31;}

#sidebar_right h1 {font-size:14px;color:#404040;padding:5px 0px 10px 0px;margin:0px;}
#sidebar_right h2 {font-size:12px;color:#607070;padding:5px 0px 10px 10px;margin:0px;}
#sidebar_right h3 {font-size:10px;color:#808080;padding:5px 0px 10px 20px;margin:0px;}
#sidebar_right h4 {font-size:12px;color:#fff;padding:5px;margin:0;background:#006600;border:1px solid #866e51;}

#sidebar_right a:link{color:#000;text-decoration:underline;}
#sidebar_right a:active{color:#000;text-decoration:underline;}
#sidebar_right a:visited{color:#000;text-decoration:underline;}
#sidebar_right a:hover{color:#f00;text-decoration:underline;}


#sidebar_right ul{padding:0px 0px 0px 0px;margin:0;list-style-type:none;}
#sidebar_right li{border-top:1px solid #d0d0d0;background:#e0e0e0;margin:1px 0px 1px 0px;}

/* menu level 1*/
#sidebar_right .bulletie{	
	text-decoration:none;
	color:#000;
	background:#eaeaea;
	padding:0px 10px 9px 10px;
}

#sidebar_right .bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#sidebar_right .bulletie a:active{
	text-decoration:none;
	color:#000;
}
#sidebar_right .bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#sidebar_right .bulletie a:hover{
	text-decoration:none;
	color:#f00;
}
/* menu level 2*/
#sidebar_right .sub_bulletie{	
	text-decoration:none;
	color:#000;
	padding:0px 10px 9px 20px;
	background:#e0e0e0;
}
#sidebar_right .sub_bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#sidebar_right .sub_bulletie a:active{
	text-decoration:none;
	color:#000;
}
#sidebar_right .sub_bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#sidebar_right .bulletie a:hover{
	text-decoration:none;
	color:#00f;
}

/* menu level 3*/
#sidebar_right .sub1_bulletie{	
	text-decoration:none;
	color:#000;
	padding:0px 10px 9px 30px;
	background:#d5d5d5;
}
#sidebar_right .sub1_bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#sidebar_right .sub1_bulletie a:active{
	text-decoration:none;
	color:#000;
}
#sidebar_right .sub1_bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#sidebar_right .sub1_bulletie a:hover{
	text-decoration:none;
	color:#00f;
}



/* content */

#content{
	margin-top: 0px;
	float:left;
	padding:15px 15px 15px 15px;
	width:550px;
	font-size:12px;
	background:#dcfdad;
}

#content h1 {font-size:20px;color:#404040;padding:5px 0px 10px 0px;margin:0px;}
#content h2 {font-size:16px;color:#607070;padding:5px 0px 10px 10px;margin:0px;}
#content h3 {font-size:14px;color: #FF0000;padding:5px 0px 10px 20px;margin:0px;}
#content ul{padding:10px 0px 10px 10px;list-style-type:disc;}
#content li{padding:3px 0px 3px 5px;}
#content a:link{color:#000;text-decoration:underline;}
#content a:active{color:#000;text-decoration:underline;}
#content a:visited{color:#000;text-decoration:underline;}
#content a:hover{color:#00f;text-decoration:underline;}


#menubar_bottom{
	height:21px;
	background:#caf68c;
}

#menubar_bottom ul{
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}
#menubar_bottom li{
	float:right;
	padding:0px 2px 0px 2px;
	text-decoration:none;
}

#menubar_bottom .bulletie{	
	text-decoration:none;
	background:url(bullet_bg.png);
	color:#000;
	padding:0px 10px 9px 10px;
	border-left:1px solid #fff;
	border-right:1px solid #808080;
	
	
}

#menubar_bottom .bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#menubar_bottom .bulletie a:active{
	text-decoration:none;
	color:#000;
}
#menubar_bottom .bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#menubar_bottom .bulletie a:hover{
	text-decoration:none;
	color:#f00;
}

	
#footer{
	border-top:5px solid #553f31;
	padding: 10px;
	width:983px;
	height:55px;
	background:#efefef;
	text-align:center;
}

#author{
	background:url(bullet_bg.png);
	padding:3px 0px 0px 0px;
	height:18px;
	text-align:center;
}
#author a:link,a:active,a:visited{
	text-decoration:underline;
	color:#000;
}
#author a:hover{
	text-decoration:none;
	color:#553f31;
}
.clear{clear:both;}
/* CSS & XHTML by www.arth2o.hu */



#search
	{
	position:relative;
	width:440px;
	height:35px;
	top:10px;
	left: 50px;
	_left: -10px;
	background-image: url(../images/search_bg.png); background-repeat: no-repeat
	}

#search table
	{
	width:440px;
	height:35px;
	}

#search div
	{
	padding-top:14px;
	}

#search td
	{
	font-size:10px;
	padding:0px;
	color:#fff;
	}

#search .textfield
	{
	width:117px;
	height:20px;
	border:1px solid #094e22d;
	background-color: #f8df9a;
	padding:1px 2px 1px 2px;
	}

#search .button
	{
	width:91px;
	height:20px;
	border:0px;
	font-weight:bold;
	font-size:11px;
	background:url(../images/search_button.gif);
	cursor:pointer;
	}

.margin5 { margin: 5px; text-align: justify;}
.margin10 { margin: 10px; text-align: justify;}
.margin20 { margin: 20px; text-align: justify;}

.imageleft1 { float: left; margin-bottom: 10px; margin-right: 10px; }
.imageleft2 { float: left; margin-bottom: 10px; margin-right: 10px; margin-top: 10px; }
.imageright1 { float: right; margin-bottom: 10px; margin-left: 10px;}
.imageright2 { float: right; margin-bottom: 10px; margin-left: 10px; margin-top: 10px; }
.imageborder { border-color: #FEC25E; border-width: 4px; border-style: double; }
